Home
last modified time | relevance | path

Searched defs:bitsPerPixel (Results 1 – 25 of 215) sorted by relevance

123456789

/aosp_15_r20/external/skia/src/codec/
H A DSkBmpStandardCodec.cpp30 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpStandardCodec()
162 SkEncodedInfo::Alpha alpha, int bitsPerPixel) { in make_info()
H A DSkBmpCodec.cpp225 uint16_t bitsPerPixel; in ReadHeader() local
622 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpCodec()
H A DSkBmpBaseCodec.cpp18 uint16_t bitsPerPixel, SkCodec::SkScanlineOrder rowOrder) in SkBmpBaseCodec()
H A DSkBmpCodec.h87 uint16_t bitsPerPixel() const { return fBitsPerPixel; } in bitsPerPixel() function
H A DSkBmpMaskCodec.cpp25 uint16_t bitsPerPixel, SkMasks* masks, in SkBmpMaskCodec()
H A DSkPngCodecBase.cpp175 const int bitsPerPixel = this->getEncodedInfo().bitsPerPixel(); in allocateStorage() local
H A DSkCodecPriv.h130 static inline size_t compute_row_bytes(int width, uint32_t bitsPerPixel) { in compute_row_bytes()
H A DSkBmpRLECodec.cpp35 uint16_t bitsPerPixel, uint32_t numColors, in SkBmpRLECodec()
H A DSkMaskSwizzler.cpp395 bool srcIsOpaque, SkMasks* masks, uint32_t bitsPerPixel, in CreateMaskSwizzler()
H A DSkSwizzler.cpp1163 uint8_t bitsPerPixel = encodedInfo.bitsPerPixel(); in Make() local
/aosp_15_r20/external/skia/src/core/
H A DSkMasks.cpp131 int bitsPerPixel = 8*bytesPerPixel; in CreateMasks() local
/aosp_15_r20/external/skia/tools/window/unix/
H A DRasterWindowContext_unix.cpp71 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in onSwapBuffers() local
/aosp_15_r20/external/skia/src/encode/
H A DSkPngEncoderBase.cpp66 size_t bitsPerPixel = static_cast<size_t>(dstInfo.bitsPerPixel()); in makeTargetInfo() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java109 public int bitsPerPixel; field in PixelFormat
/aosp_15_r20/external/deqp/framework/delibs/deimage/
H A DdeTarga.c44 int bitsPerPixel; in deImage_loadTarga() local
/aosp_15_r20/external/skia/include/private/
H A DSkEncodedInfo.h214 uint8_t bitsPerPixel() const { in bitsPerPixel() function
/aosp_15_r20/cts/tests/camera/src/android/hardware/cts/
H A DCameraTest.java313 int bitsPerPixel = ImageFormat.getBitsPerPixel(format); in onPreviewFrame() local
1479 int bitsPerPixel = ImageFormat.getBitsPerPixel(format); in testPreviewCallbackWithBufferByCamera() local
2086 int bitsPerPixel = ImageFormat.getBitsPerPixel(format); in onPreviewFrame() local
/aosp_15_r20/external/libcups/filter/
H A Drastertopdf.cpp58 static int rasterToPDFColorSpace( cups_cspace_t colorSpace, int bitsPerPixel, int *bitsPerComponent… in rasterToPDFColorSpace()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_render_vebox_memdecomp.cpp671 uint32_t bitsPerPixel = 8; in GetResourceInfo() local
/aosp_15_r20/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp48 int32_t bitsPerPixel = planeLayouts.front().sampleIncrementInBits; in resolveLegacyByteLayoutFromPlaneLayout() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.c298 int bitsPerPixel; in bits_per_pixel() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h103 uint bitsPerPixel; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h477 uint32 bitsPerPixel : 8; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindowsx.h461 #define FORWARD_WM_DISPLAYCHANGE(hwnd,bitsPerPixel,cxScreen,cyScreen,fn) (void)(fn)((hwnd),WM_DISPL… argument
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXproto.h303 CARD8 bitsPerPixel; member

123456789