Searched refs:pcm_bytes_to_frames (Results 1 – 3 of 3) sorted by relevance
207 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
233 return pcm_bytes_to_frames(pcm, bytes_read); in capture_sample()
319 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function1196 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()