Home
last modified time | relevance | path

Searched refs:outputVideoFile (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DTransformerAndroidTestRunner.java369 File outputVideoFile = in runInternal() local
378 testTransformer.start(composition, outputVideoFile.getAbsolutePath()); in runInternal()
381 composition, outputVideoFile.getAbsolutePath(), oldFilePath); in runInternal()
418 .setFileSizeBytes(outputVideoFile.length()) in runInternal()
422 .setFilePath(outputVideoFile.getPath()); in runInternal()
440 /* distortedVideoPath= */ outputVideoFile.getPath()); in runInternal()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java110 private File outputVideoFile; field in CameraVideoActivity
240 outputVideoFile = getOutputMediaFile(MEDIA_TYPE_VIDEO); in prepareVideoRecorder()
241 mMediaRecorder.setOutputFile(outputVideoFile.toString()); in prepareVideoRecorder()
535 mPlaybackView.setVideoPath(outputVideoFile.getPath()); in setUpCaptureButton()