Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DVideoEncoderAvailabilityTest.java30 import static android.mediav2.cts.VideoDecoderAvailabilityTest.MIN_UTILIZATION_THRESHOLD;
31 import static android.mediav2.cts.VideoDecoderAvailabilityTest.estimateVideoSizeFromPerformancePoin…
466 return VideoDecoderAvailabilityTest.getCodecTestFormatList(codecName, mediaType, in getCodecTestFormatList()
473 return VideoDecoderAvailabilityTest.getCodecTestFormatListNoPerfPoints(codecName, mediaType, in getCodecTestFormatListNoPerfPoints()
DVideoDecoderAvailabilityTest.java119 public class VideoDecoderAvailabilityTest extends CodecDecoderTestBase { class
120 private static final String LOG_TAG = VideoDecoderAvailabilityTest.class.getSimpleName();
143 public VideoDecoderAvailabilityTest(String decoder, String mediaType, String[] srcFiles, in VideoDecoderAvailabilityTest() method in VideoDecoderAvailabilityTest