Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DNativeMediaDrmClearkeyTest.java239 if (!MediaUtils.checkCodecsForPath(mContext, videoUrl.toString())) { in testClearKeyPlayback()
DStreamingMediaPlayerTest.java294 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in localHttpAudioStreamTest()
391 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in doTestBuffering()
DStreamingMediaPlayer2Test.java354 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in localHttpAudioStreamTest()
468 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) { in doTestBuffering()
D.goutputstream-9KZYJZ354 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) {
468 if (!MediaUtils.checkCodecsForPath(mContext, stream_url)) {
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java486 public static boolean checkCodecsForPath(Context context, String path) { in checkCodecsForPath() method in MediaUtils