Searched refs:getFormatInStream (Results 1 – 6 of 6) sorted by relevance
23 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;170 MediaFormat format = getFormatInStream(mTestFileMediaType, mTestFile); in parseEncoderConfigurationFile()
116 public static MediaFormat getFormatInStream(String mediaType, String file) throws IOException { in getFormatInStream() method in DecodeStreamToYuv140 return findDecoderForFormat(getFormatInStream(mediaType, file)); in findDecoderForStream()
22 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;338 getFormatInStream(mMediaType, mTestFile); in generateErrorStats()
23 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;268 MediaFormat format = getFormatInStream(mediaType, srcFile); in getSupportedFiles()
31 import static android.mediav2.common.cts.DecodeStreamToYuv.getFormatInStream;244 MediaFormat format = getFormatInStream(mMediaType, path.toString()); in testAMediaCodecInfoNative()