Searched refs:outputFormat (Results 1 – 2 of 2) sorted by relevance
275 outformat outputFormat[] = { variable280 size_t length_outformat = ARRAY_SIZE(outputFormat);901 if ( recorder->setOutputFormat(outputFormat[outputFormatIDX].type) < 0 ) { in configureRecorder()909 …sprintf(videoFile, "/mnt/sdcard/videos/video%d.%s", recording_counter,outputFormat[outputFormatIDX… in configureRecorder()1339 printf(" v. Output Format: %s\n", outputFormat[outputFormatIDX].desc); in functional_menu()1871 outputFormatIDX %= ARRAY_SIZE(outputFormat); in functional_menu()
36 extern const outformat outputFormat[];395 if( strcmp((cmd + 1), outputFormat[i].desc) == 0) in execute_functional_script()