Searched defs:readFrame (Results 1 – 7 of 7) sorted by relevance
| /external/oboe/src/flowgraph/resampler/ | ||
| D | LinearResampler.cpp | 32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler |
| D | PolyphaseResampler.cpp | 39 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler |
| D | PolyphaseResamplerMono.cpp | 43 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono |
| D | PolyphaseResamplerStereo.cpp | 46 void PolyphaseResamplerStereo::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerStereo |
| D | SincResampler.cpp | 38 void SincResampler::readFrame(float *frame) { in readFrame() function in SincResampler |
| D | SincResamplerStereo.cpp | 49 void SincResamplerStereo::readFrame(float *frame) { in readFrame() function in SincResamplerStereo |
| /external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/ | ||
| D | Ukey2ShellCppWrapper.java | 254 private byte[] readFrame() throws IOException { in readFrame() method in Ukey2ShellCppWrapper |