Home | History | Annotate | Download | only in camera

Lines Matching refs:temp_hjr

1691     int8_t temp_hjr;
1699 temp_hjr = true;
1700 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr);
1705 temp_hjr = false;
1706 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr);