Searched defs:outputFormatIDX (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp72 int outputFormatIDX = 0; variable
903 if ( recorder->setOutputFormat(outputFormat[outputFormatIDX].type) < 0 ) {
911 sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX].desc);
1345 printf(" v. Output Format: %s\n", outputFormat[outputFormatIDX].desc);
1880 outputFormatIDX++;
1881 outputFormatIDX %= ARRAY_SIZE(outputFormat);

Completed in 7 milliseconds