Searched refs:RGBToV (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/ |
H A D | format_helper.h | 50 static inline uint8_t RGBToV(uint8_t r, uint8_t g, uint8_t b) in RGBToV() function
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | cpu_brightness_algo.cpp | 145 dstNV21UV[nv_index] = FormatHelper::RGBToV(r, g, b); in OnApplyYUVNV21() 206 dstNV12UV[nv_index + 1] = FormatHelper::RGBToV(r, g, b); in OnApplyYUVNV12()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | cpu_contrast_algo.cpp | 134 dstNV21UV[nv_index] = FormatHelper::RGBToV(r, g, b); in OnApplyYUVNV21() 193 dstNV12UV[nv_index + 1] = FormatHelper::RGBToV(r, g, b); in OnApplyYUVNV12()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 355 srcNV12UV[nv_index + 1] = FormatHelper::RGBToV(r, g, b); in ConvertFromRGBToYUV() 357 srcNV12UV[nv_index] = FormatHelper::RGBToV(r, g, b); in ConvertFromRGBToYUV()
|