Home
last modified time | relevance | path

Searched refs:readFrame (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DMultiChannelResampler.h189 readFrame(frame); in readNextFrame()
221 virtual void readFrame(float *frame) = 0;
DPolyphaseResamplerStereo.h36 void readFrame(float *frame) override;
DSincResamplerStereo.h36 void readFrame(float *frame) override;
DPolyphaseResamplerMono.h36 void readFrame(float *frame) override;
DPolyphaseResampler.h43 void readFrame(float *frame) override;
DSincResampler.h39 void readFrame(float *frame) override;
DLinearResampler.h38 void readFrame(float *frame) override;
DLinearResampler.cpp32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler
DPolyphaseResamplerMono.cpp43 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono
DPolyphaseResampler.cpp39 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler
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/include/
DTouchVideoDevice.h121 std::optional<TouchVideoFrame> readFrame();
/frameworks/native/services/inputflinger/reader/
DTouchVideoDevice.cpp186 std::optional<TouchVideoFrame> TouchVideoDevice::readFrame() { in readFrame() function in android::TouchVideoDevice
225 std::optional<TouchVideoFrame> frame = readFrame(); in readFrames()