HomeSort by relevance Sort by last modified time
    Searched refs:gProgress (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/jni/
feature_mos_jni.cpp 54 float gProgress[NR];
198 int ret = mosaic[mID]->createMosaic(gProgress[mID], gCancelComputation[mID]);
491 gProgress[LR] = 0.0;
492 gProgress[HR] = 0.0;
509 return (jint) gProgress[HR];
511 return (jint) gProgress[LR];
526 gProgress[HR] = 0.0;
536 gProgress[HR] += TIME_PERCENT_ALIGN/frame_number_HR;
545 gProgress[HR] = TIME_PERCENT_ALIGN;
553 gProgress[HR] = 100.0
    [all...]
  /bootable/recovery/
ui.c 76 static float gProgressScopeStart = 0, gProgressScopeSize = 0, gProgress = 0;
163 float progress = gProgressScopeStart + gProgress * gProgressScopeSize;
280 if (progress > gProgress) {
281 gProgress = progress;
470 gProgress = 0;
480 if (gProgressBarType == PROGRESSBAR_TYPE_NORMAL && fraction > gProgress) {
484 if ((int) (gProgress * scale) != (int) (fraction * scale)) {
485 gProgress = fraction;
498 gProgress = 0;

Completed in 52 milliseconds