Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:outputFile

1393         File outputFile = getOutputMediaFile(MEDIA_TYPE_VIDEO);
1394 log("File name:" + outputFile.toString());
1395 mRecorder.setOutputFile(outputFile.toString());
1414 mRecordingFile = outputFile;