Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DCodecDecoderPerformanceTest.java94 MediaFormat format = getVideoFormat(fileName); in input()
DCodecEncoderPerformanceTest.java74 MediaFormat format = getVideoFormat((String) arg[0]); in input()
DCodecPerformanceTestBase.java145 static MediaFormat getVideoFormat(String filePath) throws IOException { in getVideoFormat() method in CodecPerformanceTestBase