HomeSort by relevance Sort by last modified time
    Searched full:prevev (Results 1 - 1 of 1) sorted by null

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 680 float prevEv = static_cast<float>(expList[i - 1]) * sensitivityList[i - 1];
682 float evRatio = (prevEv > currentEv) ? (currentEv / prevEv) :
683 (prevEv / currentEv);
689 ", previous: " << prevEv << ". Brightness now: " <<

Completed in 794 milliseconds