Home
last modified time | relevance | path

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

/external/tinyalsa/include/tinyalsa/
Dasoundlib.h207 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
/external/tinyalsa/
Dtinycap.c233 return pcm_bytes_to_frames(pcm, bytes_read); in capture_sample()
Dpcm.c319 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function
1196 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()