Home
last modified time | relevance | path

Searched defs:VideoConfig (Results 1 – 1 of 1) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DVideoDecoderAvailabilityTest.java378 static class VideoConfig { class in VideoDecoderAvailabilityTest
383 VideoConfig(int width, int height, int maxFrameRate) { in VideoConfig() method in VideoDecoderAvailabilityTest.VideoConfig
426 String mediaType, Function<VideoConfig, List<T>> formatGenerator) { in getCodecTestFormatListNoPerfPoints()