Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java275 final int bytesPerPixel = 2; in testCopyWithDirectByteBuffer() local
313 final int bytesPerPixel = 2; in testCopyWithDirectShortBuffer() local
352 final int bytesPerPixel = 2; in testCopyWithDirectIntBuffer() local
391 final int bytesPerPixel = 2; in testCopyWithHeapByteBuffer() local
428 final int bytesPerPixel = 2; in testCopyWithHeapShortBuffer() local
465 final int bytesPerPixel = 2; in testCopyWithHeapIntBuffer() local
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DReadbackVts.cpp136 int32_t bytesPerPixel, void* bufferData, in fillBuffer()
215 const uint32_t stride, int32_t bytesPerPixel, in compareColorBuffers()
269 const uint32_t stride, int32_t bytesPerPixel, in compareColorBuffers()
365 int bytesPerPixel = -1; in checkReadbackBuffer() local
461 int32_t bytesPerPixel = -1; in fillBuffer() local
H A DRenderEngineVts.cpp77 int32_t bytesPerPixel = -1; in checkColorBuffer() local
94 int32_t bytesPerPixel = -1; in checkColorBuffer() local
/aosp_15_r20/cts/tests/tests/nativehardware/jni/
H A DAHardwareBufferTest.cpp359 int32_t bytesPerPixel = std::numeric_limits<int32_t>::min(); in TEST() local
503 const uint32_t bytesPerPixel = 2; in TEST() local
554 const uint32_t bytesPerPixel = 2; in TEST() local
/aosp_15_r20/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp232 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local
250 int32_t bytesPerPixel; in AHardwareBuffer_lock() local
328 int32_t bytesPerPixel; in AHardwareBuffer_lockPlanes() local
/aosp_15_r20/external/swiftshader/src/WSI/
H A DXcbSurfaceKHR.cpp128 …int bytesPerPixel = static_cast<int>(image->getImage()->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes… in allocateImageMemory() local
188 …int bytesPerPixel = static_cast<int>(image->getImage()->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes… in present() local
H A DWin32SurfaceKHR.cpp99 int bytesPerPixel = static_cast<int>(vkImage->getFormat(VK_IMAGE_ASPECT_COLOR_BIT).bytes()); in present() local
/aosp_15_r20/external/okio/samples/src/jvmMain/kotlin/okio/samples/
H A DBitmapEncoder.kt66 val bytesPerPixel = 3 in encode() constant
/aosp_15_r20/external/skia/src/codec/
H A DSkCodecPriv.h123 static inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp()
137 const uint32_t bytesPerPixel = bitsPerPixel / 8; in compute_row_bytes() local
H A DSkWuffsCodec.cpp480 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local
527 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp34 uint8_t bytesPerPixel() const in bytesPerPixel() function
299 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp113 int* bytesPerPixel, in sGetFormatParameters()
255 int bytesPerPixel = 4; in create() local
1020 int bytesPerPixel = 1; in onLoad() local
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp114 int32_t bytesPerPixel = GetBytesPerPixel(pixelFormat); in fillBuffer() local
174 const int32_t bytesPerPixel = ReadbackHelper::GetBytesPerPixel(pixelFormat); in compareColorBuffers() local
/aosp_15_r20/frameworks/native/libs/ui/
H A DPixelFormat.cpp23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dimage.c312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride() local
360 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DTextureInfo.cpp131 size_t TextureInfo::bytesPerPixel() const { in bytesPerPixel() function in skgpu::graphite::TextureInfo
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DX11TestingSupport.cpp41 void* createNativePixmap(int width, int height, int bytesPerPixel) { in createNativePixmap()
DGLSnapshotTestDispatch.cpp136 GLuint width, height, bytesPerPixel; in testDraw() local
/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp203 const int bytesPerPixel = 4; in checkPixel() local
257 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
/aosp_15_r20/frameworks/native/libs/ui/include/ui/
H A DGraphicBufferMapper.h83 int32_t bytesPerPixel = -1; member
/aosp_15_r20/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBufferMapper.h83 int32_t bytesPerPixel = -1; member
/aosp_15_r20/external/skia/src/core/
H A DSkMasks.cpp126 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DUtil.java94 int bytesPerPixel; in getBytesPerPixel() local
/aosp_15_r20/external/skia/tests/
H A DTextureSizeTest.cpp58 int bytesPerPixel = SkColorTypeBytesPerPixel(ct); in run_test() local
/aosp_15_r20/frameworks/layoutlib/jni/
H A Dandroid_view_LayoutlibRenderer.cpp92 int bytesPerPixel = 4; in android_view_LayoutlibRenderer_createBuffer() local

12345678910>>...12