Searched refs:kOutputFrameCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp133 const size_t kOutputFrameCount = 1024; local
134 const size_t kBytes = kOutputFrameCount * 2 * sizeof(int32_t);
142 mResampler->resample(pTmpBuffer, kOutputFrameCount, this);
158 int32_t outBufferSize = kOutputFrameCount * 2 * sizeof(int16_t);
164 pTmpBuffer, kOutputFrameCount);

Completed in 986 milliseconds