Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapTest.java289 final int bytesPerPixel = 2; in testCopyWithDirectByteBuffer() local
327 final int bytesPerPixel = 2; in testCopyWithDirectShortBuffer() local
366 final int bytesPerPixel = 2; in testCopyWithDirectIntBuffer() local
405 final int bytesPerPixel = 2; in testCopyWithHeapByteBuffer() local
442 final int bytesPerPixel = 2; in testCopyWithHeapShortBuffer() local
479 final int bytesPerPixel = 2; in testCopyWithHeapIntBuffer() local
/frameworks/native/libs/ui/
DPixelFormat.cpp23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferMapper.h83 int32_t bytesPerPixel = -1; member
/frameworks/native/libs/ui/include/ui/
DGraphicBufferMapper.h83 int32_t bytesPerPixel = -1; member
/frameworks/native/libs/nativewindow/
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
/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java108 public int bytesPerPixel; field in PixelFormat
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp202 const int bytesPerPixel = 4; in checkPixel() local
256 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
/frameworks/base/core/jni/
Dandroid_media_Utils.cpp183 int bytesPerPixel = 0; in getLockedImageInfo() local
Dandroid_hardware_camera2_DngCreator.cpp2500 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local
2619 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream() local
/frameworks/av/media/ndk/
DNdkImage.cpp455 int bytesPerPixel = 0; in getPlaneData() local
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java413 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth(); in fixMaxBitmapSize() local
/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp113 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
/frameworks/rs/toolkit/
DJniEntryPoints.cpp112 int bytesPerPixel; member in BitmapGuard
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java900 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local