Home | History | Annotate | Download | only in CameraHal

Lines Matching defs:outputFormat

436 outformat outputFormat[] = {
441 size_t length_outformat = ARRAY_SIZE(outputFormat);
1058 if ( recorder->setOutputFormat(outputFormat[outputFormatIDX].type) < 0 ) {
1064 sprintf(videoFile, "%s/video%d.%s", videos_dir_path, recording_counter, outputFormat[outputFormatIDX].desc);
2615 snprintf(area2[k++], MAX_SYMBOLS, "v. Output Format: %s", outputFormat[outputFormatIDX].desc);
3281 outputFormatIDX %= ARRAY_SIZE(outputFormat);