Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DLinearResampler.cpp32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler
DPolyphaseResampler.cpp38 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler
DPolyphaseResamplerMono.cpp42 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono
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/nghttp2/integration-tests/
Dserver_tester.go289 func (st *serverTester) readFrame() (http2.Frame, error) { func