Home
last modified time | relevance | path

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

/cts/hostsidetests/mediapc/videoencodingquality/app/src/android/videoencoding/app/
DVideoTranscoderTest.java23 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;
170 MediaFormat format = getFormatInStream(mTestFileMediaType, mTestFile); in parseEncoderConfigurationFile()
/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
DVideoTranscoderTest.java23 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;
170 MediaFormat format = getFormatInStream(mTestFileMediaType, mTestFile); in parseEncoderConfigurationFile()
/cts/tests/media/common/src/android/mediav2/common/cts/
DDecodeStreamToYuv.java116 public static MediaFormat getFormatInStream(String mediaType, String file) throws IOException { in getFormatInStream() method in DecodeStreamToYuv
140 return findDecoderForFormat(getFormatInStream(mediaType, file)); in findDecoderForStream()
DCompareStreams.java22 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;
338 getFormatInStream(mMediaType, mTestFile); in generateErrorStats()
/cts/tests/media/src/android/mediav2/cts/
DAdaptivePlaybackTest.java23 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;
268 MediaFormat format = getFormatInStream(mediaType, srcFile); in getSupportedFiles()
DNativeAMediaCodecInfoTest.java31 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;
244 MediaFormat format = getFormatInStream(mMediaType, path.toString()); in testAMediaCodecInfoNative()