Home
last modified time | relevance | path

Searched defs:bytesPerPixel (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/nativehardware/jni/
DAHardwareBufferTest.cpp340 int32_t bytesPerPixel = std::numeric_limits<int32_t>::min(); in TEST() local
480 const uint32_t bytesPerPixel = 2; in TEST() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_FrameRateCtsActivity.cpp56 int32_t bytesPerPixel = 0; in Buffer() local
DVulkanTestHelpers.cpp493 VkFormat format, uint32_t bytesPerPixel) in VkImageRenderer()
Dandroid_graphics_cts_AImageDecoderTest.cpp386 static int bytesPerPixel(int32_t format) { in bytesPerPixel() function
/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java187 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth(); in createFromUncompressedETC1() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsUtils.java277 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java762 int bytesPerPixel = (ImageFormat.getBitsPerPixel(format) * 2) / (8 * 3); in getDataFromImage() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1891 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local