Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java353 public void testBFrames() throws Exception { in testBFrames() method in DecoderTest
355 testBFrames(R.raw.video_h264_main_b_frames) + in testBFrames()
356 testBFrames(R.raw.video_h264_main_b_frames_frag); in testBFrames()
362 public int testBFrames(int res) throws Exception { in testBFrames() method in DecoderTest