Home
last modified time | relevance | path

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

/device/generic/goldfish/audio/
Ddevice_port_sink.cpp53 mFrames += ::pcm_bytes_to_frames(mPcm.get(), nBytes); in write()
56 mFrames += ::pcm_bytes_to_frames(mPcm.get(), res); in write()
Ddevice_port_source.cpp58 mFrames += ::pcm_bytes_to_frames(mPcm.get(), toReadBytes); in read()
61 mFrames += ::pcm_bytes_to_frames(mPcm.get(), res); in read()
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dasoundlib.h204 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes);
Dpcm.c318 unsigned int pcm_bytes_to_frames(struct pcm *pcm, unsigned int bytes) in pcm_bytes_to_frames() function
1202 count = pcm_bytes_to_frames(pcm, bytes); in pcm_mmap_transfer()