/aosp_15_r20/external/skia/src/encode/ |
H A D | SkPngEncoderBase.cpp | 68 size_t bytesPerPixel = bitsPerPixel / 8; in makeTargetInfo() local
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/ |
H A D | PixelFormat.java | 108 public int bytesPerPixel; field in PixelFormat
|
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/ |
H A D | DawnTextureInfo.cpp | 30 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 D | BitmapEncoder.java | 81 int bytesPerPixel = 3; in encode() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanTextureInfo.cpp | 31 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 D | PixelTransfer11.cpp | 132 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
|
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/gfx12/ |
H A D | gfx12addrlib.cpp | 304 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 D | SkPngCodecBase.cpp | 179 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
|
H A D | SkSwizzler.cpp | 275 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/ |
D | Base.h | 41 size_t bytesPerPixel = 1; member
|
/aosp_15_r20/hardware/libhardware/modules/gralloc/ |
H A D | gralloc.cpp | 210 int bytesPerPixel = 0; in gralloc_alloc() local
|
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/ |
H A D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 499 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/ |
D | PixelStreamManager.cpp | 109 int bytesPerPixel = numBytesPerPixel(static_cast<AHardwareBuffer_Format>(mDesc.format)); in setFrameData() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkBitmap.h | 187 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
|
H A D | SkImageInfo.h | 498 int bytesPerPixel() const { return fColorInfo.bytesPerPixel(); } in bytesPerPixel() function
|
/aosp_15_r20/frameworks/base/media/jni/ |
H A D | android_media_Utils.cpp | 170 int bytesPerPixel = 0; in getLockedImageInfo() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkImageInfo.cpp | 131 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d11/ |
H A D | harness.h | 88 UINT bytesPerPixel; member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/d3d10/ |
H A D | harness.h | 87 UINT bytesPerPixel; member
|
/aosp_15_r20/external/skia/src/gpu/graphite/text/ |
H A D | TextAtlasManager.cpp | 192 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/text/ |
H A D | GrAtlasManager.cpp | 183 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/ |
D | PixelStreamManagerTest.cpp | 81 int bytesPerPixel = numBytesPerPixel(expectedFormat); variable
|
/aosp_15_r20/cts/tests/tests/graphics/jni/ |
H A D | android_graphics_cts_FrameRateCtsActivity.cpp | 56 int32_t bytesPerPixel = 0; in Buffer() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/task/ |
H A D | UploadTask.cpp | 38 size_t bytesPerPixel, in UploadInstance()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDataUtils.cpp | 124 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize()
|