Home
last modified time | relevance | path

Searched refs:pcm_bytes_to_frames (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dasoundlib.h170 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
H A Dtinycap.c232 return pcm_bytes_to_frames(pcm, bytes_read); in capture_sample()
H A Dpcm.c228 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function
948 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp129 frames = pcm_bytes_to_frames(ahub_pcm, bytes_read); in capture_sample()