Searched refs:featuresToConfig (Results 1 – 1 of 1) sorted by relevance
897 String[] featuresToConfig = new String[] { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local951 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()