Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerMultiTest.java161 VideoCapabilities videoCap = caps.getVideoCapabilities(); in getAllVideoCodecParameters() local
162 if (videoCap == null) { in getAllVideoCodecParameters()
168 Range<Integer> widthRange = videoCap.getSupportedWidths(); in getAllVideoCodecParameters()
170 int minHeight = videoCap.getSupportedHeightsFor(minWidth).getLower(); in getAllVideoCodecParameters()
193 int maxHeight = videoCap.getSupportedHeightsFor(maxWidth).getUpper(); in getAllVideoCodecParameters()
203 if (videoCap.isSizeSupported(resolution.mWidth, resolution.mHeight)) { in getAllVideoCodecParameters()
DMediaCodecListTest.java914 VideoCapabilities videoCap = cap.getVideoCapabilities(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
915 if (videoCap != null in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
916 && videoCap.getSupportedPerformancePoints() != null) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
933 VideoCapabilities videoCap = cap.getVideoCapabilities(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
938 if (videoCap == null) { in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
946 videoCap.getSupportedPerformancePoints(); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()