Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:capture

393 const char *capture[] = { "high-performance", "high-quality", "video-mode" };
463 //Start preview after capture.
593 //Start preview after capture.
1121 captureSizeIDX = 3; /* Default capture resolution is 8MP */
1159 ippIDX = 0;//set the ipp to ldc-nsf as the capture mode is set to HQ by default
1171 params.set(KEY_MODE, (capture[capture_mode]));
1292 printf(" [. Resume Preview after capture\n");
1317 printf(" \n\n IMAGE CAPTURE SUB MENU \n");
1327 printf(" u. Capture Mode: %s\n", capture[capture_mode]);
1336 printf(" \n\n VIDEO CAPTURE SUB MENU \n");
1341 printf(" l. Video Capture resolution: %4d x %4d - %s\n",VcaptureSize[VcaptureSizeIDX].width,VcaptureSize[VcaptureSizeIDX].height, VcaptureSize[VcaptureSizeIDX].desc);
1786 capture_mode %= ARRAY_SIZE(capture);
1790 if( !strcmp(capture[capture_mode], "high-quality") ) {
1798 params.set(KEY_MODE, (capture[capture_mode]));