Searched defs:bpp (Results 1 – 9 of 9) sorted by relevance
21 int16_t bpp; member29 bool PixelFormatUtils::BppOfPixelFormat(ImagePixelFormat pixelFormat, int16_t& bpp) in BppOfPixelFormat()
44 const int bpp = 4; // bytes per pixel in CreatePixelMap() local
94 …const int32_t bpp = *(reinterpret_cast<const int32_t*>(img_bytes.data() + bmpAddressOffset.bbpAddr… in ReadBmp() local
97 int32_t bpp; member
94 int32_t bpp = 0; in SetVideoPixelFormat() local
713 int16_t bpp = 0; in Screenshot() local
117 auto bpp = ColorTypeToBytesPerPixel(format.colorType); in AddBitmapToCmdList() local
975 static bool IsEmptyBuffer(uint8_t *buffer, uint32_t width, uint32_t height, uint32_t bpp, uint32_t … in IsEmptyBuffer()
157 int32_t bpp; /**< Number of bits occupied by each pixel */ member