Searched refs:pcm_bytes_to_frames (Results 1 – 4 of 4) sorted by relevance
53 mFrames += ::pcm_bytes_to_frames(mPcm.get(), nBytes); in write()56 mFrames += ::pcm_bytes_to_frames(mPcm.get(), res); in write()
58 mFrames += ::pcm_bytes_to_frames(mPcm.get(), toReadBytes); in read()61 mFrames += ::pcm_bytes_to_frames(mPcm.get(), res); in read()
204 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
318 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function1202 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()