Searched defs:readFrame (Results 1 – 7 of 7) sorted by relevance
| /third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ | ||
| D | LinearResampler.cpp | 32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler |
| D | PolyphaseResampler.cpp | 38 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler |
| D | PolyphaseResamplerMono.cpp | 42 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono |
| D | PolyphaseResamplerStereo.cpp | 45 void PolyphaseResamplerStereo::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerStereo |
| D | SincResampler.cpp | 37 void SincResampler::readFrame(float *frame) { in readFrame() function in SincResampler |
| D | SincResamplerStereo.cpp | 48 void SincResamplerStereo::readFrame(float *frame) { in readFrame() function in SincResamplerStereo |
| /third_party/nghttp2/integration-tests/ | ||
| D | server_tester.go | 289 func (st *serverTester) readFrame() (http2.Frame, error) { func |