Searched refs:RGBToY (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/ |
H A D | format_helper.h | 50 static inline uint8_t RGBToY(uint8_t r, uint8_t g, uint8_t b) in RGBToY() function in OHOS::Media::Effect::FormatHelper
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | cpu_brightness_algo.cpp | 146 dstNV21[y_index] = FormatHelper::RGBToY(r, g, b); in OnApplyYUVNV21() 207 dstNV12[y_index] = FormatHelper::RGBToY(r, g, b); in OnApplyYUVNV12()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | cpu_contrast_algo.cpp | 135 dstNV21[y_index] = FormatHelper::RGBToY(r, g, b); in OnApplyYUVNV21() 194 dstNV12[y_index] = FormatHelper::RGBToY(r, g, b); in OnApplyYUVNV12()
|
/foundation/multimedia/image_effect/frameworks/native/utils/format/ |
H A D | format_helper.cpp | 196 dstNV12[y_index] = FormatHelper::RGBToY(r, g, b); in ConvertRGBAToNV12() 227 dstNV21[y_index] = FormatHelper::RGBToY(r, g, b); in ConvertRGBAToNV21()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 301 srcNV12[y_index] = FormatHelper::RGBToY(r, g, b);
in ConvertFromRGBToYUV()
|
Completed in 4 milliseconds