Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp1729 int8_t temp_hjr; in setISOValue() local
1737 temp_hjr = true; in setISOValue()
1738 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr); in setISOValue()
1743 temp_hjr = false; in setISOValue()
1744 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr); in setISOValue()