Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_utils_test.cpp130 uint8_t rgb565Buf[RGB565BUF_SIZE]; variable
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp137 int32_t AVMetadataMock::RGB565ToRGB888(const unsigned short *rgb565Buf, int rgb565Size, in RGB565ToRGB888()
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp204 bool SnapShotUtils::RGB565ToRGB888(const uint8_t* rgb565Buf, uint8_t *rgb888Buf, int32_t size) in RGB565ToRGB888()