Home
last modified time | relevance | path

Searched defs:bytesPerPixel (Results 1 – 11 of 11) 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.java103 public int bytesPerPixel; field in PixelFormat
/frameworks/native/libs/nativewindow/
DAHardwareBuffer.cpp135 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local
153 int32_t bytesPerPixel; in AHardwareBuffer_lock() local
/frameworks/base/media/jni/
Dandroid_media_Utils.cpp134 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.cpp425 int bytesPerPixel = 0; in getPlaneData() local
/frameworks/av/media/codec2/vndk/
DC2AllocatorGralloc.cpp512 int32_t bytesPerPixel, int32_t bytesPerStride) { in map()
625 int32_t bytesPerPixel, int32_t bytesPerStride) { in map()
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp110 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2456 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local
2562 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