Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:outputFormatIDX

96 int outputFormatIDX = 0;
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);
3280 outputFormatIDX++;
3281 outputFormatIDX %= ARRAY_SIZE(outputFormat);