Searched defs:readFrame (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ | ||
D | LinearResampler.cpp | 32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler |
D | PolyphaseResampler.cpp | 39 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler |
D | PolyphaseResamplerMono.cpp | 43 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono |
D | PolyphaseResamplerStereo.cpp | 46 void PolyphaseResamplerStereo::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerStereo |
D | SincResampler.cpp | 38 void SincResampler::readFrame(float *frame) { in readFrame() function in SincResampler |
D | SincResamplerStereo.cpp | 49 void SincResamplerStereo::readFrame(float *frame) { in readFrame() function in SincResamplerStereo |
/frameworks/native/services/inputflinger/reader/ | ||
D | TouchVideoDevice.cpp | 186 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame() function in android::TouchVideoDevice |