Home
last modified time | relevance | path

Searched defs:BytesPerPixel (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp317 const uint32_t BytesPerPixel = (bpc * nColors + 7) / 8; in PNG_PredictLine() local
383 const int BytesPerPixel = (Colors * BitsPerComponent + 7) / 8; in PNG_Predictor() local
496 int BytesPerPixel = BitsPerComponent * Colors / 8; in TIFF_PredictLine() local
/aosp_15_r20/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_common.h47 static constexpr std::uint32_t BytesPerPixel() { return 4; } in BytesPerPixel() function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp73 int BytesPerPixel; member
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/
DCL_old.py55 def BytesPerPixel(f): function
/aosp_15_r20/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_pixels.h279 Uint8 BytesPerPixel; member
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfoExt.h533 …uint32_t BytesPerPixel; // Number of bytes to copy, per pixel; 0 = "Same as Sys.PixelPi… member