Home
last modified time | relevance | path

Searched defs:xFrame (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DPolyphaseResampler.cpp45 float *xFrame = &mX[mCursor * getChannelCount()]; in readFrame() local
H A DPolyphaseResamplerMono.cpp48 float *xFrame = &mX[mCursor * MONO]; in readFrame() local
H A DPolyphaseResamplerStereo.cpp52 float *xFrame = &mX[mCursor * STEREO]; in readFrame() local
H A DSincResampler.cpp58 float *xFrame = &mX[mCursor * getChannelCount()]; in readFrame() local
H A DSincResamplerStereo.cpp62 float *xFrame = &mX[mCursor * getChannelCount()]; in readFrame() local

Completed in 3 milliseconds