Home
last modified time | relevance | path

Searched defs:bytesPerPixel (Results 26 – 50 of 297) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/skia/src/encode/
H A DSkPngEncoderBase.cpp68 size_t bytesPerPixel = bitsPerPixel / 8; in makeTargetInfo() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java108 public int bytesPerPixel; field in PixelFormat
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnTextureInfo.cpp30 size_t bytesPerPixel() const override { in bytesPerPixel() function in skgpu::graphite::DawnTextureInfoData
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DBitmapEncoder.java81 int bytesPerPixel = 3; in encode() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanTextureInfo.cpp31 size_t bytesPerPixel() const override { return VkFormatBytesPerBlock(fVkSpec.fFormat); } in bytesPerPixel() function in skgpu::graphite::VulkanTextureInfoData
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DPixelTransfer11.cpp132 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx12/
H A Dgfx12addrlib.cpp304 const UINT_32 bytesPerPixel = pSurfInfo->bpp >> 3; in GetMipOrigin() local
390 const UINT_32 bytesPerPixel = pSurfInfo->bpp >> 3; in GetMipOffset() local
/aosp_15_r20/external/skia/src/codec/
H A DSkPngCodecBase.cpp179 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
H A DSkSwizzler.cpp275 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_565()
313 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_565()
450 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_565()
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DBase.h41 size_t bytesPerPixel = 1; member
/aosp_15_r20/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp210 int bytesPerPixel = 0; in gralloc_alloc() local
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DVtsHalGraphicsComposer3_ReadbackTest.cpp499 int bytesPerPixel = -1; in TEST_P() local
683 int bytesPerPixel = -1; in TEST_P() local
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/stream_manager/
DPixelStreamManager.cpp109 int bytesPerPixel = numBytesPerPixel(static_cast<AHardwareBuffer_Format>(mDesc.format)); in setFrameData() local
/aosp_15_r20/external/skia/include/core/
H A DSkBitmap.h187 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
H A DSkImageInfo.h498 int bytesPerPixel() const { return fColorInfo.bytesPerPixel(); } in bytesPerPixel() function
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp170 int bytesPerPixel = 0; in getLockedImageInfo() local
/aosp_15_r20/external/skia/src/core/
H A DSkImageInfo.cpp131 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d11/
H A Dharness.h88 UINT bytesPerPixel; member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d10/
H A Dharness.h87 UINT bytesPerPixel; member
/aosp_15_r20/external/skia/src/gpu/graphite/text/
H A DTextAtlasManager.cpp192 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/aosp_15_r20/external/skia/src/gpu/ganesh/text/
H A DGrAtlasManager.cpp183 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/
DPixelStreamManagerTest.cpp81 int bytesPerPixel = numBytesPerPixel(expectedFormat); variable
/aosp_15_r20/cts/tests/tests/graphics/jni/
H A Dandroid_graphics_cts_FrameRateCtsActivity.cpp56 int32_t bytesPerPixel = 0; in Buffer() local
/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DUploadTask.cpp38 size_t bytesPerPixel, in UploadInstance()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDataUtils.cpp124 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize()

12345678910>>...12