Home
last modified time | relevance | path

Searched refs:ColorYuv420 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_yuv.h70 ColorYuv420 GetYuv420Color(uint32_t x, uint32_t y);
H A Dimage_type.h187 struct ColorYuv420 { struct
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp755 ColorYuv420 colorYuv = GetYuv420Color(abs(pos.x), abs(pos.y)); in ReadPixel()
783 ColorYuv420 PixelYuv::GetYuv420Color(uint32_t x, uint32_t y) in GetYuv420Color()
785 ColorYuv420 colorYuv; in GetYuv420Color()