Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1195 Size[] slowYuvSizes = config.getHighResolutionOutputSizes(ImageFormat.YUV_420_888); in testStaticBurstCharacteristics() local
1197 if (haveBurstCapability && slowYuvSizes != null && slowYuvSizes.length > 0) { in testStaticBurstCharacteristics()
1198 Size maxSlowYuvSize = CameraTestUtils.getMaxSize(slowYuvSizes); in testStaticBurstCharacteristics()
1201 CameraTestUtils.getMaxSizeWithBound(slowYuvSizes, SIZE_24MP_BOUND); in testStaticBurstCharacteristics()
1270 slowYuvSizes != null); in testStaticBurstCharacteristics()
1314 slowYuvSizes == null); in testStaticBurstCharacteristics()