Searched refs:VideoDecoderAvailabilityTest (Results 1 – 2 of 2) sorted by relevance
30 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()
119 public class VideoDecoderAvailabilityTest extends CodecDecoderTestBase { class120 private static final String LOG_TAG = VideoDecoderAvailabilityTest.class.getSimpleName();143 public VideoDecoderAvailabilityTest(String decoder, String mediaType, String[] srcFiles, in VideoDecoderAvailabilityTest() method in VideoDecoderAvailabilityTest