Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.h61 VkExtent2D imageSize() const { return mImageSize; } in imageSize() function
DVulkanPreTransformTestHelpers.cpp479 .width = mSwapchainInfo->imageSize().width, in createFrameBuffers()
480 .height = mSwapchainInfo->imageSize().height, in createFrameBuffers()
609 .width = (float)mSwapchainInfo->imageSize().width, in createGraphicsPipeline()
610 .height = (float)mSwapchainInfo->imageSize().height, in createGraphicsPipeline()
620 .extent = mSwapchainInfo->imageSize(), in createGraphicsPipeline()
798 .extent = mSwapchainInfo->imageSize(), in init()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainVisualQueryDetectionService.java395 Size imageSize = characteristics.get( in openCamera() local
398 initializeImageReader(imageSize.getWidth(), imageSize.getHeight()); in openCamera()
/cts/tests/tests/provider/src/android/provider/cts/
DDocumentsContractTest.java474 final int imageSize = 128; in testGetDocumentThumbnail() local
478 writeImage(imageSize, imageSize, Color.RED, out); in testGetDocumentThumbnail()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageWriterTest.java621 private void validateOpaqueImage(Image image, String msg, Size imageSize, in validateOpaqueImage() argument
625 imageSize, result.get(CaptureResult.SENSOR_TIMESTAMP)); in validateOpaqueImage()