/frameworks/base/graphics/java/android/graphics/ |
D | PixelFormat.java | 99 info.bytesPerPixel = 4; in getPixelFormatInfo() 103 info.bytesPerPixel = 3; in getPixelFormatInfo() 110 info.bytesPerPixel = 2; in getPixelFormatInfo() 116 info.bytesPerPixel = 1; in getPixelFormatInfo() 121 info.bytesPerPixel = 1; in getPixelFormatInfo() 125 info.bytesPerPixel = 1; in getPixelFormatInfo() 146 public int bytesPerPixel; field in PixelFormat
|
/frameworks/av/media/ndk/ |
D | NdkImage.cpp | 354 int bytesPerPixel = 0; in getPlaneData() local 405 bytesPerPixel = 2; in getPlaneData() 408 dataSize = mBuffer->stride * mBuffer->height * bytesPerPixel; in getPlaneData() 422 bytesPerPixel = 2; in getPlaneData() 424 dataSize = mBuffer->stride * mBuffer->height * bytesPerPixel; in getPlaneData() 474 bytesPerPixel = 4; in getPlaneData() 476 dataSize = mBuffer->stride * mBuffer->height * bytesPerPixel; in getPlaneData() 480 bytesPerPixel = 2; in getPlaneData() 482 dataSize = mBuffer->stride * mBuffer->height * bytesPerPixel; in getPlaneData() 486 bytesPerPixel = 3; in getPlaneData() [all …]
|
/frameworks/base/media/jni/ |
D | android_media_Utils.cpp | 662 int bytesPerPixel = 0; in getLockedImageInfo() local 739 bytesPerPixel = 2; in getLockedImageInfo() 744 dataSize = buffer->stride * buffer->height * bytesPerPixel; in getLockedImageInfo() 745 pStride = bytesPerPixel; in getLockedImageInfo() 768 bytesPerPixel = 2; in getLockedImageInfo() 771 dataSize = buffer->stride * buffer->height * bytesPerPixel; in getLockedImageInfo() 772 pStride = bytesPerPixel; in getLockedImageInfo() 818 bytesPerPixel = 4; in getLockedImageInfo() 821 dataSize = buffer->stride * buffer->height * bytesPerPixel; in getLockedImageInfo() 822 pStride = bytesPerPixel; in getLockedImageInfo() [all …]
|
/frameworks/base/libs/hwui/ |
D | GradientCache.cpp | 157 const uint32_t size = info.width * 2 * bytesPerPixel(); in addLinearGradient() 171 size, texture->objectSize(), info.width, bytesPerPixel()); in addLinearGradient() 177 size_t GradientCache::bytesPerPixel() const { in bytesPerPixel() function in android::uirenderer::GradientCache 224 const GLsizei rowBytes = width * bytesPerPixel(); in generateTexture()
|
D | Texture.cpp | 29 static int bytesPerPixel(GLint glFormat) { in bytesPerPixel() function 93 notifySizeChanged(mWidth * mHeight * bytesPerPixel(mFormat)); in updateSize() 170 uploadToTexture(resize, format, type, bitmap.rowBytesAsPixels(), bitmap.bytesPerPixel(), in uploadSkBitmapToTexture()
|
D | GradientCache.h | 152 size_t bytesPerPixel() const;
|
D | Readback.cpp | 91 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copySurfaceInto()
|
D | LayerRenderer.cpp | 414 glPixelStorei(GL_PACK_ALIGNMENT, bitmap->bytesPerPixel()); in copyLayer()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 204 const int bytesPerPixel = 4; in checkPixel() local 206 bPtr += (y * buf.stride + x) * bytesPerPixel; in checkPixel() 258 const int bytesPerPixel = 4; in fillRgba8888Buffer() local 270 buf[(y*stride + x)*bytesPerPixel + 0] = r; in fillRgba8888Buffer() 271 buf[(y*stride + x)*bytesPerPixel + 1] = g; in fillRgba8888Buffer() 272 buf[(y*stride + x)*bytesPerPixel + 2] = b; in fillRgba8888Buffer() 273 buf[(y*stride + x)*bytesPerPixel + 3] = 255; in fillRgba8888Buffer()
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 180 SkAutoTUnref<SkData> data(SkImageEncoder::EncodeData(info, base, s*bytesPerPixel(f), in main() 192 size_t Bpp = bytesPerPixel(f); in main()
|
/frameworks/native/libs/ui/ |
D | PixelFormat.cpp | 23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
|
D | GraphicBufferAllocator.cpp | 122 uint32_t bpp = bytesPerPixel(format); in alloc()
|
/frameworks/native/include/ui/ |
D | PixelFormat.h | 67 uint32_t bytesPerPixel(PixelFormat format);
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 161 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap.bytesPerPixel()); in com_android_server_AssetAtlasService_upload()
|
/frameworks/base/core/jni/ |
D | android_view_TextureView.cpp | 155 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format); in android_view_TextureView_lockCanvas()
|
D | android_view_GraphicBuffer.cpp | 180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_view_GraphicBuffer_lockCanvas()
|
D | android_hardware_camera2_DngCreator.cpp | 2167 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local 2170 thumbWidth, context->getThumbnailHeight(), bytesPerPixel, in DngCreator_nativeWriteImage() 2171 bytesPerPixel * thumbWidth, /*offset*/0, BYTES_PER_RGB_SAMPLE, in DngCreator_nativeWriteImage() 2273 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream() local 2276 width, context->getThumbnailHeight(), bytesPerPixel, in DngCreator_nativeWriteInputStream() 2277 bytesPerPixel * width, /*offset*/0, BYTES_PER_RGB_SAMPLE, in DngCreator_nativeWriteInputStream()
|
D | android_view_Surface.cpp | 328 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); in nativeLockCanvas()
|
D | com_google_android_gles_jni_EGLImpl.cpp | 295 pixmap.stride = nativeBitmap.rowBytes() / nativeBitmap.bytesPerPixel(); in jni_eglCreatePixmapSurface()
|
D | android_view_SurfaceControl.cpp | 181 screenshot->getStride() * android::bytesPerPixel(screenshot->getFormat()); in nativeScreenshotBitmap()
|
/frameworks/base/core/jni/android/graphics/ |
D | BitmapFactory.cpp | 147 const int bytesPerPixel = SkColorTypeBytesPerPixel( in allocPixelRef() local 149 const int requestedSize = bytesPerPixel * in allocPixelRef()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | CameraTestUtils.java | 861 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local 863 if (pixelStride == bytesPerPixel) { in getDataFromImage() 865 length = w * bytesPerPixel; in getDataFromImage() 872 length = (w - 1) * pixelStride + bytesPerPixel; in getDataFromImage()
|
/frameworks/base/libs/input/ |
D | SpriteController.cpp | 212 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format); in doUpdateSprites()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 895 return mBuffer.stride * mBuffer.height * bytesPerPixel(mBuffer.format); in getSize()
|
D | Surface.cpp | 1123 const size_t bpp = bytesPerPixel(src->format); in copyBlt()
|