HomeSort by relevance Sort by last modified time
    Searched full:output_to_event (Results 1 - 5 of 5) sorted by null

  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 305 int output_to_event; local
309 output_to_event = keypress_to_event(keypress);
311 CDBG("output_to_event=%d\n",output_to_event);
314 switch(output_to_event) {
419 if (output_to_event > RESOLUTION_PREVIEW_VIDEO_MAX ||
420 output_to_event < RESOLUTION_MIN) {
425 * action_param = output_to_event;
432 if (output_to_event > 0 &&
433 output_to_event <= sizeof(white_balance_tbl)/sizeof(white_balance_tbl[0]))
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 288 int output_to_event; local
292 output_to_event = keypress_to_event(keypress);
294 printf("output_to_event=%d\n",output_to_event);
297 switch(output_to_event) {
432 *action_param = output_to_event;
447 *action_param = output_to_event;
452 if (output_to_event >= WB_MAX) {
458 * action_param = output_to_event;
464 if (output_to_event >= AUTO_EXP_MAX)
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 288 int output_to_event; local
292 output_to_event = keypress_to_event(keypress);
294 printf("output_to_event=%d\n",output_to_event);
297 switch(output_to_event) {
432 *action_param = output_to_event;
447 *action_param = output_to_event;
452 if (output_to_event >= WB_MAX) {
458 * action_param = output_to_event;
464 if (output_to_event >= AUTO_EXP_MAX)
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 288 char output_to_event; local
292 output_to_event = keypress_to_event(keypress);
294 printf("output_to_event=%d\n",output_to_event);
297 switch(output_to_event) {
432 *action_param = output_to_event;
447 *action_param = output_to_event;
452 if (output_to_event >= WB_MAX) {
458 * action_param = output_to_event;
464 if (output_to_event >= AUTO_EXP_MAX)
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 285 int output_to_event; local
289 output_to_event = keypress_to_event(keypress);
291 printf("output_to_event=%d\n",output_to_event);
294 switch(output_to_event) {
429 *action_param = output_to_event;
444 *action_param = output_to_event;
449 if (output_to_event >= WB_MAX) {
455 * action_param = output_to_event;
461 if (output_to_event >= AUTO_EXP_MAX)
    [all...]

Completed in 137 milliseconds