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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1402 M4OSA_UInt8 curProgress = 0; local
1405 ALOGV("LVME_generateAudio Current progress is =%d", curProgress);
1408 curProgress/*progress*/);
1410 result = M4MCS_step(mcsContext, &curProgress);
1419 curProgress = 100;
1422 curProgress);
1423 ALOGV("LVME_generateAudio Current progress is =%d", curProgress);
1427 if (curProgress != lastProgress) {
1428 lastProgress = curProgress;
1431 curProgress/*progres
[all...]

Completed in 27 milliseconds