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

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp275 outformat outputFormat[] = { variable
280 size_t length_outformat = ARRAY_SIZE(outputFormat);
901 if ( recorder->setOutputFormat(outputFormat[outputFormatIDX].type) < 0 ) {
909 sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX].desc);
1339 printf(" v. Output Format: %s\n", outputFormat[outputFormatIDX].desc);
1871 outputFormatIDX %= ARRAY_SIZE(outputFormat);

Completed in 67 milliseconds