Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCodecListTest.java897 String[] featuresToConfig = new String[] { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
951 for (int cfg_ix = 1 << featuresToConfig.length; --cfg_ix >= 0; ) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
953 for (int f_ix = 0; supported && f_ix < featuresToConfig.length; ++f_ix) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
956 supported = supported && cap.isFeatureSupported(featuresToConfig[f_ix]); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
959 supported = supported && !cap.isFeatureRequired(featuresToConfig[f_ix]); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()