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

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 295 char output_to_event; local
299 output_to_event = keypress_to_event(keypress);
301 CDBG("output_to_event=%d\n",output_to_event);
304 switch(output_to_event) {
409 if (output_to_event > RESOLUTION_PREVIEW_VIDEO_MAX ||
410 output_to_event < RESOLUTION_MIN) {
415 * action_param = output_to_event;
422 if (output_to_event > 0 &&
423 output_to_event <= sizeof(white_balance_tbl)/sizeof(white_balance_tbl[0]))
    [all...]
  /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/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...]

Completed in 200 milliseconds