Home | History | Annotate | Download | only in camera

Lines Matching refs:temp_hjr

8674     int8_t temp_hjr;
8686 temp_hjr = true;
8687 native_set_parms(CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr);
8692 temp_hjr = false;
8693 native_set_parms(CAMERA_PARM_HJR, sizeof(int8_t), (void*)&temp_hjr);