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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp3403 M4OSA_UInt32 samplesCountInBytes= 0 , numBytesToRead = 0, index = 0; local
3461 samplesCountInBytes = (samplesPerValue * sizeof(M4OSA_UInt16) * channels);
3463 bufferIn.m_dataAddress = (M4OSA_UInt8*)M4OSA_32bitAlignedMalloc(samplesCountInBytes*sizeof(M4OSA_UInt16), 0,
3466 bufferIn.m_bufferSize = samplesCountInBytes*sizeof(M4OSA_UInt16);
3500 numBytesToRead = samplesCountInBytes;

Completed in 1643 milliseconds