Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerDrmTest.java131 download(Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testCAR_CLEARKEY_AUDIO_DOWNLOADED_V0_SYNC()
138 download(Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testCAR_CLEARKEY_AUDIO_DOWNLOADED_V1_ASYNC()
145 download(Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testCAR_CLEARKEY_AUDIO_DOWNLOADED_V2_SYNC_CONFIG()
152 download(Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testCAR_CLEARKEY_AUDIO_DOWNLOADED_V3_ASYNC_DRMPREPARED()
159 download(Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testCAR_CLEARKEY_AUDIO_DOWNLOADED_V5_ASYNC_WITH_HANDLER()
DMediaCodecPlayerTest.java42 Uri.parse(Utils.getMediaPath() + CLEAR_AUDIO_PATH), in playOnSurfaces()
43 Uri.parse(Utils.getMediaPath() + CLEAR_VIDEO_PATH), in playOnSurfaces()
DNativeMediaDrmClearkeyTest.java145 Uri.parse(Utils.getMediaPath() + CENC_CLEARKEY_VIDEO_PATH).toString())); in testPssh()
294 Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testClearKeyPlaybackCenc()
295 Uri.parse(Utils.getMediaPath() + CENC_CLEARKEY_VIDEO_PATH), in testClearKeyPlaybackCenc()
303 Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), in testClearKeyPlaybackCenc2()
304 Uri.parse(Utils.getMediaPath() + CENC_CLEARKEY_VIDEO_PATH), in testClearKeyPlaybackCenc2()
DMediaDrmClearkeyTest.java488 Uri videoUrl = Uri.parse(Utils.getMediaPath() + CENC_VIDEO_PATH); in testReleaseOfflineLicense()
506 Uri audioUrl = Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH); in testReleaseOfflineLicense()
591 Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), null, false); in testQueryKeyStatus()
593 Uri.parse(Utils.getMediaPath() + CENC_VIDEO_PATH), null, true); in testQueryKeyStatus()
637 Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), null, false); in testOfflineKeyManagement()
639 Uri.parse(Utils.getMediaPath() + CENC_VIDEO_PATH), null, true); in testOfflineKeyManagement()
722 Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), false /* audioEncrypted */, in testClearKeyPlaybackCenc()
723 Uri.parse(Utils.getMediaPath() + CENC_VIDEO_PATH), true /* videoEncrypted */, in testClearKeyPlaybackCenc()
737 Uri.parse(Utils.getMediaPath() + CENC_AUDIO_PATH), false /* audioEncrypted */ , in testClearKeyPlaybackCenc2()
738 Uri.parse(Utils.getMediaPath() + CENC_VIDEO_PATH), true /* videoEncrypted */, in testClearKeyPlaybackCenc2()
[all …]
DUtils.java67 public static String getMediaPath() { in getMediaPath() method in Utils
DMediaCodecBlockModelTest.java513 Uri uri = Uri.parse(Utils.getMediaPath() + "/clearkey/llama_h264_main_720p_8000.mp4"); in runDecodeShortEncryptedVideo()