Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DLinearResampler.cpp32 void LinearResampler::readFrame(float *frame) { in readFrame() function in LinearResampler
DPolyphaseResampler.cpp39 void PolyphaseResampler::readFrame(float *frame) { in readFrame() function in PolyphaseResampler
DPolyphaseResamplerMono.cpp43 void PolyphaseResamplerMono::readFrame(float *frame) { in readFrame() function in PolyphaseResamplerMono
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
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securegcm/
DUkey2ShellCppWrapper.java254 private byte[] readFrame() throws IOException { in readFrame() method in Ukey2ShellCppWrapper
/external/openthread/examples/platforms/cc2538/
Dradio.c697 static void readFrame(void) in readFrame() function