Home
last modified time | relevance | path

Searched refs:RGB565BUF_SIZE (Results 1 - 1 of 1) sorted by relevance

/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp33 constexpr int RGB565BUF_SIZE = 10; member
130 uint8_t rgb565Buf[RGB565BUF_SIZE]; in HWTEST_F()
132 EXPECT_FALSE(SnapShotUtils::RGB565ToRGB888(rgb565Buf, nullptr, RGB565BUF_SIZE)); in HWTEST_F()
135 EXPECT_TRUE(SnapShotUtils::RGB565ToRGB888(rgb565Buf, rgb888Buf, RGB565BUF_SIZE)); in HWTEST_F()

Completed in 2 milliseconds