Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DMultiChannelResampler.h184 readFrame(frame); in readNextFrame()
216 virtual void readFrame(float *frame) = 0;
DPolyphaseResamplerMono.h34 void readFrame(float *frame) override;
DPolyphaseResampler.h41 void readFrame(float *frame) override;
DSincResamplerStereo.h34 void readFrame(float *frame) override;
DPolyphaseResamplerStereo.h34 void readFrame(float *frame) override;
DLinearResampler.h36 void readFrame(float *frame) override;
DSincResampler.h37 void readFrame(float *frame) override;
DLinearResampler.cpp32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler
DPolyphaseResamplerMono.cpp42 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono
DPolyphaseResampler.cpp38 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler
DPolyphaseResamplerStereo.cpp45 void PolyphaseResamplerStereo::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerStereo
DSincResampler.cpp37 void SincResampler::readFrame(float *frame) { in readFrame() function in SincResampler
DSincResamplerStereo.cpp48 void SincResamplerStereo::readFrame(float *frame) { in readFrame() function in SincResamplerStereo
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp647 rc = src->depth->readFrame (src->depthFrame); in openni2_read_gstbuffer()
653 rc = src->color->readFrame (src->colorFrame); in openni2_read_gstbuffer()
687 rc = src->depth->readFrame (src->depthFrame); in openni2_read_gstbuffer()
714 rc = src->color->readFrame (src->colorFrame); in openni2_read_gstbuffer()
/third_party/nghttp2/integration-tests/
Dserver_tester.go304 func (st *serverTester) readFrame() (http2.Frame, error) { func
638 fr, err := st.readFrame()
Dnghttpx_http2_test.go2621 fr, err := st.readFrame()