Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DPixelFormat.cpp23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
/frameworks/base/core/tests/coretests/src/android/graphics/
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
/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java106 public int bytesPerPixel; field in PixelFormat
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp138 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local
156 int32_t bytesPerPixel; in AHardwareBuffer_lock() local
/frameworks/base/media/jni/
Dandroid_media_Utils.cpp170 int bytesPerPixel = 0; in getLockedImageInfo() local
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp206 const int bytesPerPixel = 4; in checkPixel() local
260 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
/frameworks/av/media/ndk/
DNdkImage.cpp455 int bytesPerPixel = 0; in getPlaneData() local
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java372 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth(); in fixMaxBitmapSize() local
/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp115 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
/frameworks/rs/toolkit/
DJniEntryPoints.cpp112 int bytesPerPixel; member in BitmapGuard
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2494 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local
2613 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java898 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local