Home
last modified time | relevance | path

Searched refs:bitmapPixelsSize (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/common/detector/
DImage.cpp131 uint32_t bitmapPixelsSize = w * h * kBytesPerPixel; in SaveRGBAToBitmapFile() local
135 uint32_t bitmapFileSize = bitmapHeadersSize + bitmapPixelsSize; in SaveRGBAToBitmapFile()
158 WriteUint32AsBytes(bitmapPixelsSize); // image size in SaveRGBAToBitmapFile()