Home | History | Annotate | Download | only in camera

Lines Matching defs:temp2

4128         uint16_t temp2 = (uint16_t)(focusDistances.exp_time * 100000);
4129 temp2 = (uint16_t)(100000 / temp2);
4131 temp.denom = temp2;
4133 ALOGV(" The exposure value is %f", temp2);