Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DImage.cpp130 static constexpr const uint32_t kBytesPerPixel = 4; in SaveRGBAToBitmapFile() local
131 uint32_t bitmapPixelsSize = w * h * kBytesPerPixel; in SaveRGBAToBitmapFile()
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp887 const int kBytesPerPixel = 4; in TEST_F() local
897 void* pixmap = createNativePixmap(kWidth, kHeight, kBytesPerPixel); in TEST_F()