Home
last modified time | relevance | path

Searched refs:period_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-utils/bat/
H A Dalsa.c40 size_t period_bytes; member
295 sndpcm->period_bytes = sndpcm->period_size * sndpcm->frame_bits / 8; in set_snd_pcm_params()
296 sndpcm->buffer = (char *) malloc(sndpcm->period_bytes); in set_snd_pcm_params()
299 sndpcm->period_bytes); in set_snd_pcm_params()
351 int bytes = sndpcm->period_bytes; /* playback buffer size */ in latencytest_process_output()
384 int bytes = sndpcm->period_bytes; /* playback buffer size */ in write_to_pcm_loop()
573 size = (remain <= sndpcm->period_bytes) ? in read_from_pcm_loop()
574 remain : sndpcm->period_bytes; in read_from_pcm_loop()
613 int size = sndpcm->period_bytes; in latencytest_process_input()
/third_party/alsa-lib/include/
H A Dtopology.h975 int period_bytes; /*!< size of period in bytes */ member
/third_party/alsa-lib/src/topology/
H A Dpcm.c1741 strm->period_bytes = strm_tpl->period_bytes; in tplg_add_stream_object()
2066 stream->period_bytes = pcm->stream[i].period_bytes; in tplg_decode_pcm()
2217 stream->period_bytes = link->stream[i].period_bytes; in tplg_decode_link()
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h329 __le32 period_bytes; /* size of period in bytes */ member

Completed in 8 milliseconds