Home | History | Annotate | Download | only in testingcamera

Lines Matching defs:outputFile

1619         File outputFile = getOutputMediaFile(MEDIA_TYPE_VIDEO);
1620 log("File name:" + outputFile.toString());
1621 mRecorder.setOutputFile(outputFile.toString());
1640 mRecordingFile = outputFile;