Home
last modified time | relevance | path

Searched refs:RGBToU (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Dformat_helper.h44 static inline uint8_t RGBToU(uint8_t r, uint8_t g, uint8_t b) in RGBToU() function
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp146 dstNV21UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV21()
205 dstNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV12()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp135 dstNV21UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV21()
192 dstNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV12()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp354 srcNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in ConvertFromRGBToYUV()
358 srcNV12UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in ConvertFromRGBToYUV()