Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRandomTest.java175testPlayerRandomAction(R.raw.video_480x360_webm_av1_400kbps_30fps_vorbis_stereo_128kbps_48000hz); in testPlayerRandomActionAV1()
178testPlayerRandomAction(R.raw.video_480x360_mp4_h264_500kbps_30fps_aac_stereo_128kbps_44100hz); in testPlayerRandomActionH264()
181testPlayerRandomAction(R.raw.video_480x360_mp4_hevc_650kbps_30fps_aac_stereo_128kbps_48000hz); in testPlayerRandomActionHEVC()
184testPlayerRandomAction(R.raw.video_480x360_mp4_mpeg2_1500kbps_30fps_aac_stereo_128kbps_48000hz); in testPlayerRandomActionMpeg2()
186 private void testPlayerRandomAction(int resid) throws Exception { in testPlayerRandomAction() method in MediaRandomTest