Searched refs:pcm_bytes_to_frames (Results 1 – 4 of 4) sorted by relevance
170 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
232 return pcm_bytes_to_frames(pcm, bytes_read); in capture_sample()
228 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function948 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()
129 frames = pcm_bytes_to_frames(ahub_pcm, bytes_read); in capture_sample()