Home
last modified time | relevance | path

Searched defs:rgb888Buf (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp116 uint8_t rgb888Buf[RGB888BUF_SIZE]; variable
131 uint8_t rgb888Buf[RGB888BUF_SIZE]; variable
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp189 bool SnapShotUtils::RGBA8888ToRGB888(const uint8_t* rgba8888Buf, uint8_t *rgb888Buf, int32_t size) in RGBA8888ToRGB888()
204 bool SnapShotUtils::RGB565ToRGB888(const uint8_t* rgb565Buf, uint8_t *rgb888Buf, int32_t size) in RGB565ToRGB888()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp138 unsigned char *rgb888Buf, int rgb888Size) in RGB565ToRGB888()