Home | History | Annotate | Download | only in camera

Lines Matching refs:temp_hjr

1690     int8_t temp_hjr;
1698 temp_hjr = true;
1699 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr);
1704 temp_hjr = false;
1705 native_set_parms(MM_CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr);