Searched defs:writeFrame (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ | ||
D | LinearResampler.cpp | 27 void LinearResampler::writeFrame(const float *frame) { in writeFrame() function in LinearResampler |
D | PolyphaseResamplerMono.cpp | 29 void PolyphaseResamplerMono::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerMono |
D | PolyphaseResamplerStereo.cpp | 29 void PolyphaseResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in PolyphaseResamplerStereo |
D | SincResamplerStereo.cpp | 31 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame() function in SincResamplerStereo |
D | MultiChannelResampler.cpp | 109 void MultiChannelResampler::writeFrame(const float *frame) { in writeFrame() function in MultiChannelResampler |