Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java950 List<Integer> supportedFeatureConfigs = new ArrayList<Integer>(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
963 supportedFeatureConfigs.add(cfg_ix); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
968 supportedFeatureConfigs.stream().mapToInt(Integer::intValue).toArray())); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
971 for (Integer cfg_ix : supportedFeatureConfigs) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()