Home
last modified time | relevance | path

Searched defs:outputFilePath (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/media/muxer/src/android/media/muxer/cts/
DMediaMuxerTest.java100 String outputFilePath = File.createTempFile("testWebmOutput", ".webm") in testWebmOutput() local
114 String outputFilePath = File.createTempFile("testHEICOutputInHEIF", ".heic") in testHEICOutputInHEIF() local
128 String outputFilePath = File.createTempFile("testAVIFOutputInHEIF", ".avif") in testAVIFOutputInHEIF() local
143 String outputFilePath = File.createTempFile("testAV1OutputInMP4", ".mp4").getAbsolutePath(); in testAV1OutputInMP4() local
156 String outputFilePath = in testAV1VideoOnlyOutputInMP4() local
173 String outputFilePath = File.createTempFile("MediaMuxerTest_dolbyvisionP8videoOnly", ".mp4") in testDolbyVisionVideoOnlyP8() local
195 String outputFilePath = File.createTempFile("MediaMuxerTest_dolbyvisionP9videoOnly", ".mp4") in testDolbyVisionVideoOnlyP9() local
223 String outputFilePath = File.createTempFile( in testSimulateAudioBVideoFramesDropIssues() local
244 String outputFilePath = File.createTempFile( in testTimestampsBVideoOnlyFramesDropOnce() local
267 String outputFilePath = File.createTempFile( in testTimestampsBVideoOnlyFramesDropTwice() local
[all …]
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java111 String outputFilePath = "./ndk-api.xml"; in main() local
DTestSuiteContentReport.java393 String outputFilePath = "./tsContentMessage.pb"; in main() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java277 private void setupMediaCodec(int cameraId, String outputFilePath, Context context) in setupMediaCodec()