Searched refs:numBytesToRead (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
3500 numBytesToRead = samplesCountInBytes;
3504 &numBytesToRead );
3508 if ( numBytesToRead == 0) {
3509 VIDEOEDIT_LOG_ERROR(ANDROID_LOG_INFO, "VIDEO_EDITOR", "numBytesToRead 0x%lx",
3510 numBytesToRead);
3521 while (index < (numBytesToRead / 2)) {
3543 totalBytesRead += numBytesToRead;
3559 } while (numBytesToRead != 0);
3564 if (numBytesToRead !
[all...]

Completed in 52 milliseconds