Searched refs:VcaptureSize (Results 1 – 2 of 2) sorted by relevance
235 Vcapture_size VcaptureSize [] = { variable255 size_t lenght_Vcapture_size = ARRAY_SIZE(VcaptureSize);414 int VcaptureSizeIDX = ARRAY_SIZE(VcaptureSize) - 1;940 …if ( recorder->setVideoSize(VcaptureSize[VcaptureSizeIDX].width, VcaptureSize[VcaptureSizeIDX].hei… in configureRecorder()1060 previewWidth = VcaptureSize[VcaptureSizeIDX].width; in startPreview()1061 previewHeight = VcaptureSize[VcaptureSizeIDX].height; in startPreview()1118 VcaptureSizeIDX = ARRAY_SIZE(VcaptureSize) - 6;/* Default video record is WVGA */ in initDefaults()1120 VcaptureSizeIDX = ARRAY_SIZE(VcaptureSize) - 2;/* Default video record is WVGA */ in initDefaults()1335 … resolution: %4d x %4d - %s\n",VcaptureSize[VcaptureSizeIDX].width,VcaptureSize[VcaptureSizeIDX]… in functional_menu()1516 VcaptureSizeIDX %= ARRAY_SIZE(VcaptureSize); in functional_menu()
34 extern const Vcapture_size VcaptureSize [];477 if( strcmp((cmd + 1), VcaptureSize[i].desc) == 0) in execute_functional_script()480 printf("Video Capture Size: %s\n", VcaptureSize[i].desc); in execute_functional_script()