Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java333 public void testTrackSelection() throws Exception { in testTrackSelection() method in DecoderTest
334 testTrackSelection(R.raw.video_480x360_mp4_h264_1350kbps_30fps_aac_stereo_128kbps_44100hz); in testTrackSelection()
335 testTrackSelection( in testTrackSelection()
337 testTrackSelection( in testTrackSelection()
343 testTrackSelection(R.raw.mkv_avc_adpcm_ima); in testTrackSelectionMkv()
345 testTrackSelection(R.raw.mkv_avc_adpcm_ms); in testTrackSelectionMkv()
347 testTrackSelection(R.raw.mkv_avc_wma); in testTrackSelectionMkv()
349 testTrackSelection(R.raw.mkv_avc_mp2); in testTrackSelectionMkv()
656 private void testTrackSelection(int resid) throws Exception { in testTrackSelection() method in DecoderTest