Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 2 of 2) sorted by relevance

/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3Channel.cpp1671 uint16_t temp2 = (uint16_t)(sensorExpTime.denom <= 0 * 100000); in getExifData() local
1672 temp2 = (uint16_t)(100000 / temp2); in getExifData()
1674 temp.denom = temp2; in getExifData()
/device/lge/mako/camera/
DQCameraHWI_Parm.cpp4175 uint16_t temp2 = (uint16_t)(focusDistances.exp_time * 100000); in setExifTags() local
4176 temp2 = (uint16_t)(100000 / temp2); in setExifTags()
4178 temp.denom = temp2; in setExifTags()
4180 ALOGV(" The exposure value is %f", temp2); in setExifTags()