Home
last modified time | relevance | path

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

/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp31 constexpr int RGBA8888BUF_SIZE = 10; member
115 uint8_t rgba8888Buf[RGBA8888BUF_SIZE]; in HWTEST_F()
117 EXPECT_FALSE(SnapShotUtils::RGBA8888ToRGB888(rgba8888Buf, nullptr, RGBA8888BUF_SIZE)); in HWTEST_F()
120 EXPECT_TRUE(SnapShotUtils::RGBA8888ToRGB888(rgba8888Buf, rgb888Buf, RGBA8888BUF_SIZE)); in HWTEST_F()

Completed in 2 milliseconds