Searched refs:imageSize (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | VulkanPreTransformTestHelpers.h | 61 VkExtent2D imageSize() const { return mImageSize; } in imageSize() function
|
D | VulkanPreTransformTestHelpers.cpp | 471 .width = mSwapchainInfo->imageSize().width, in createFrameBuffers() 472 .height = mSwapchainInfo->imageSize().height, in createFrameBuffers() 601 .width = (float)mSwapchainInfo->imageSize().width, in createGraphicsPipeline() 602 .height = (float)mSwapchainInfo->imageSize().height, in createGraphicsPipeline() 612 .extent = mSwapchainInfo->imageSize(), in createGraphicsPipeline() 790 .extent = mSwapchainInfo->imageSize(), in init()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageWriterTest.java | 415 private void validateOpaqueImage(Image image, String msg, Size imageSize, in validateOpaqueImage() argument 419 imageSize, result.get(CaptureResult.SENSOR_TIMESTAMP)); in validateOpaqueImage()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | DocumentsContractTest.java | 474 final int imageSize = 128; in testGetDocumentThumbnail() local 478 writeImage(imageSize, imageSize, Color.RED, out); in testGetDocumentThumbnail()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |