Home | History | Annotate | Download | only in src

Lines Matching refs:EV

102   {EV_GOTO_SUBMENU,                                       "EV changes."},
132 {INCREASE_EV, "Increase EV by one step."},
133 {DECREASE_EV, "Decrease EV by one step."},
168 { EV, "Get exposure value"},
733 printf(" Camera is in EV change mode now \n");
742 printf("\nPlease enter your choice for EV changes: ");
1079 int32_t ev = 0;
1081 ev = (ev_num << 16) | 6;
1082 printf("Increase EV to %d\n", ev_num);
1084 printf("Reached max EV. \n");
1085 ev = ev_num;
1106 /* Increasing the EV*/
1107 control.value = ev;
1124 int32_t ev = 0;
1126 ev = (ev_num << 16) | 6;
1127 printf("Decrease EV to %d\n", ev_num);
1129 printf("Reached min EV. \n");
1130 ev = ev_num;
1151 /* Increasing the EV*/
1152 control.value = ev;
1521 CDBG("Selection for the EV increase\n");
1526 CDBG("Selection for the EV decrease\n");
1531 CDBG("Selection for the EV increase\n");
1536 CDBG("Selection for the EV decrease\n");
1747 else if (ctrl_value_mode_param == EV) {