Home
last modified time | relevance | path

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

/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingManagerTest.java445 MediaFormat srcVideoFormat = getVideoTrackFormat(fileUri); in transcodeFile()
501 assertTrue(compareFormat(videoTrackFormat, request.getVideoTrackFormat())); in transcodeFile()
889 private MediaFormat getVideoTrackFormat(Uri fileUri) throws IOException { in getVideoTrackFormat() method in MediaTranscodingManagerTest