Searched refs:Mpeg2 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | AdaptivePlaybackTest.java | 74 public Iterable<Codec> Mpeg2(CodecFactory factory) { in Mpeg2() method in AdaptivePlaybackTest 129 public Iterable<Codec> Mpeg2() { return Mpeg2(ALL); } in Mpeg2() method in AdaptivePlaybackTest 134 …return chain(H264(ALL), HEVC(ALL), VP8(ALL), VP9(ALL), AV1(ALL), Mpeg2(ALL), Mpeg4(ALL), H263(ALL)… in AllCodecs() 138 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), AV1(SW), Mpeg2(SW), Mpeg4(SW), H263(SW)); in SWCodecs() 142 return chain(H264(HW), HEVC(HW), VP8(HW), VP9(HW), AV1(HW), Mpeg2(HW), Mpeg4(HW), H263(HW)); in HWCodecs() 200 public void runMpeg2() { ex(Mpeg2(), allTests); } in runMpeg2() 209 public void onlyMpeg2HW() { ex(Mpeg2(HW), allTests); } in onlyMpeg2HW() 218 public void onlyMpeg2SW() { ex(Mpeg2(SW), allTests); } in onlyMpeg2SW() 231 public void testMpeg2_adaptiveEarlyEos() { ex(Mpeg2(), adaptiveEarlyEos); } in testMpeg2_adaptiveEarlyEos() 240 public void testMpeg2_adaptiveEosFlushSeek() { ex(Mpeg2(), adaptiveEosFlushSeek); } in testMpeg2_adaptiveEosFlushSeek() [all …]
|