Searched defs:bpp (Results 1 – 8 of 8) 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
98 auto bpp = ColorTypeToBytesPerPixel(format.colorType); in AddBitmapToCmdList() local
97 int32_t bpp; member
94 int32_t bpp = 0; in SetVideoPixelFormat() local
713 int16_t bpp = 0; in Screenshot() local
141 int32_t bpp; /**< Number of bits occupied by each pixel */ member