Home
last modified time | relevance | path

Searched defs:readFrame (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DLinearResampler.cpp32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler
DPolyphaseResampler.cpp39 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler
DPolyphaseResamplerMono.cpp43 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono
DPolyphaseResamplerStereo.cpp46 void PolyphaseResamplerStereo::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerStereo
DSincResampler.cpp38 void SincResampler::readFrame(float *frame) { in readFrame() function in SincResampler
DSincResamplerStereo.cpp49 void SincResamplerStereo::readFrame(float *frame) { in readFrame() function in SincResamplerStereo
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp186 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame() function in android::TouchVideoDevice