Searched refs:videoCaps (Results 1 – 4 of 4) sorted by relevance
97 MediaCodecInfo.VideoCapabilities videoCaps = cap.getVideoCapabilities(); in deviceClaimsPerformanceSupported() local99 videoCaps); in deviceClaimsPerformanceSupported()101 List<PerformancePoint> pps = videoCaps.getSupportedPerformancePoints(); in deviceClaimsPerformanceSupported()114 Range<Double> reported = videoCaps.getAchievableFrameRatesFor(mWidth, mHeight); in deviceClaimsPerformanceSupported()
265 MediaCodecInfo.VideoCapabilities videoCaps = in testAV1EncoderRequirements() local267 List<PerformancePoint> pps = videoCaps.getSupportedPerformancePoints(); in testAV1EncoderRequirements()285 Range<Double> reported = videoCaps.getAchievableFrameRatesFor(width, height); in testAV1EncoderRequirements()
370 VideoCapabilities videoCaps = caps.getVideoCapabilities(); in decodeTest() local376 videoCaps.areSizeAndRateSupported(mMediaAsset.getWidth(), in decodeTest()
2571 VideoCapabilities videoCaps = caps.getVideoCapabilities(); in testVendorParameters() local2580 } else if (videoCaps != null) { in testVendorParameters()2581 int width = videoCaps.getSupportedWidths().getLower(); in testVendorParameters()2582 int height = videoCaps.getSupportedHeightsFor(width).getLower(); in testVendorParameters()2637 if (videoCaps != null && info.isEncoder()) { in testVendorParameters()