Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DPixelFormat.cpp23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java146 public int bytesPerPixel; field in PixelFormat
/frameworks/base/libs/hwui/
DTexture.cpp29 static int bytesPerPixel(GLint glFormat) { in bytesPerPixel() function
DGradientCache.cpp177 size_t GradientCache::bytesPerPixel() const { in bytesPerPixel() function in android::uirenderer::GradientCache
/frameworks/av/media/ndk/
DNdkImage.cpp354 int bytesPerPixel = 0; in getPlaneData() local
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp204 const int bytesPerPixel = 4; in checkPixel() local
258 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp147 const int bytesPerPixel = SkColorTypeBytesPerPixel( in allocPixelRef() local
/frameworks/base/media/jni/
Dandroid_media_Utils.cpp662 int bytesPerPixel = 0; in getLockedImageInfo() local
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2167 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local
2273 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.java861 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local