Searched refs:pcm_bytes_to_frames (Results 1 – 3 of 3) sorted by relevance
210 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
254 frames = pcm_bytes_to_frames(pcm, bytes_read); in capture_sample()
324 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function1242 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()