Home
last modified time | relevance | path

Searched refs:pcm_get_buffer_size (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dasoundlib.h168 unsigned int pcm_get_buffer_size(struct pcm *pcm);
H A Dtinycap.c210 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm)); in capture_sample()
H A Dtinyplay.c244 size = pcm_frames_to_bytes(pcm, pcm_get_buffer_size(pcm)); in play_sample()
H A Dpcm.c175 unsigned int pcm_get_buffer_size(struct pcm *pcm) in pcm_get_buffer_size() function
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp106 size = pcm_frames_to_bytes(ahub_pcm, pcm_get_buffer_size(ahub_pcm)); in capture_sample()