Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Dformat_helper.h56 static inline uint8_t RGBToU(uint8_t r, uint8_t g, uint8_t b) in RGBToU() function in OHOS::Media::Effect::FormatHelper
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp148 dstNV21UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV21()
208 dstNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV12()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp137 dstNV21UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV21()
195 dstNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in OnApplyYUVNV12()
/foundation/multimedia/image_effect/frameworks/native/utils/format/
H A Dformat_helper.cpp197 dstNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in ConvertRGBAToNV12()
229 dstNV21UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in ConvertRGBAToNV21()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp303 srcNV12UV[nv_index] = FormatHelper::RGBToU(r, g, b); in ConvertFromRGBToYUV()
307 srcNV12UV[nv_index + 1] = FormatHelper::RGBToU(r, g, b); in ConvertFromRGBToYUV()

Completed in 4 milliseconds