HomeSort by relevance Sort by last modified time
    Searched refs:VcaptureSize (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 235 Vcapture_size VcaptureSize [] = {
255 size_t lenght_Vcapture_size = ARRAY_SIZE(VcaptureSize);
414 int VcaptureSizeIDX = ARRAY_SIZE(VcaptureSize) - 1;
942 if ( recorder->setVideoSize(VcaptureSize[VcaptureSizeIDX].width, VcaptureSize[VcaptureSizeIDX].height) < 0 ) {
1066 previewWidth = VcaptureSize[VcaptureSizeIDX].width;
1067 previewHeight = VcaptureSize[VcaptureSizeIDX].height;
1124 VcaptureSizeIDX = ARRAY_SIZE(VcaptureSize) - 6;/* Default video record is WVGA */
1126 VcaptureSizeIDX = ARRAY_SIZE(VcaptureSize) - 2;/* Default video record is WVGA */
    [all...]
camera_test_script.cpp 34 extern const Vcapture_size VcaptureSize [];
482 if( strcmp((cmd + 1), VcaptureSize[i].desc) == 0)
485 printf("Video Capture Size: %s\n", VcaptureSize[i].desc);
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 45 extern const param_Array VcaptureSize[];
    [all...]
camera_test_menu.cpp 358 param_Array VcaptureSize [] = {
403 size_t lenght_Vcapture_size = ARRAY_SIZE(VcaptureSize);
    [all...]

Completed in 62 milliseconds