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

/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1433 M4OSA_UInt8 curProgress = 0; local
1436 ALOGV("LVME_generateAudio Current progress is =%d", curProgress);
1439 curProgress/*progress*/);
1441 result = M4MCS_step(mcsContext, &curProgress);
1450 curProgress = 100;
1453 curProgress);
1454 ALOGV("LVME_generateAudio Current progress is =%d", curProgress);
1458 if (curProgress != lastProgress) {
1459 lastProgress = curProgress;
1462 curProgress/*progres
[all...]

Completed in 53 milliseconds