Home
last modified time | relevance | path

Searched refs:period_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/bat/
Dalsa.c38 size_t period_bytes; member
293 sndpcm->period_bytes = sndpcm->period_size * sndpcm->frame_bits / 8; in set_snd_pcm_params()
294 sndpcm->buffer = (char *) malloc(sndpcm->period_bytes); in set_snd_pcm_params()
297 sndpcm->period_bytes); in set_snd_pcm_params()
349 int bytes = sndpcm->period_bytes; /* playback buffer size */ in latencytest_process_output()
382 int bytes = sndpcm->period_bytes; /* playback buffer size */ in write_to_pcm_loop()
571 size = (remain <= sndpcm->period_bytes) ? in read_from_pcm_loop()
572 remain : sndpcm->period_bytes; in read_from_pcm_loop()
611 int size = sndpcm->period_bytes; in latencytest_process_input()
/third_party/alsa-lib/include/
Dtopology.h977 int period_bytes; /*!< size of period in bytes */ member
/third_party/alsa-lib/src/topology/
Dpcm.c1711 strm->period_bytes = strm_tpl->period_bytes; in tplg_add_stream_object()
2036 stream->period_bytes = pcm->stream[i].period_bytes; in tplg_decode_pcm()
2187 stream->period_bytes = link->stream[i].period_bytes; in tplg_decode_link()
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h327 __le32 period_bytes; /* size of period in bytes */ member
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi83186 …<var-decl name="period_bytes" type-id="2f162548" visibility="default" filepath="include/uapi/sound…
83362 …<var-decl name="period_bytes" type-id="f0981eeb" visibility="default" filepath="sound/usb/card.h" …
Dtest-PR27569-v0.abi83168 …<var-decl name="period_bytes" type-id="2f162548" visibility="default" filepath="include/uapi/sound…
83344 …<var-decl name="period_bytes" type-id="f0981eeb" visibility="default" filepath="sound/usb/card.h" …