Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java79 public Iterable<Codec> Mpeg4(CodecFactory factory) { in Mpeg4() method in AdaptivePlaybackTest
115 public Iterable<Codec> Mpeg4() { return Mpeg4(ALL); } in Mpeg4() method in AdaptivePlaybackTest
119 return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), Mpeg4(ALL), H263(ALL)); in AllCodecs()
123 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW)); in SWCodecs()
127 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), Mpeg4(HW), H263(HW)); in HWCodecs()
184 public void runMpeg4() { ex(Mpeg4(), allTests); } in runMpeg4()
191 public void onlyMpeg4HW() { ex(Mpeg4(HW), allTests); } in onlyMpeg4HW()
198 public void onlyMpeg4SW() { ex(Mpeg4(SW), allTests); } in onlyMpeg4SW()
209 public void testMpeg4_adaptiveEarlyEos() { ex(Mpeg4(), adaptiveEarlyEos); } in testMpeg4_adaptiveEarlyEos()
216 public void testMpeg4_adaptiveEosFlushSeek() { ex(Mpeg4(), adaptiveEosFlushSeek); } in testMpeg4_adaptiveEosFlushSeek()
[all …]