Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Dformat_helper.h74 static inline uint8_t YuvToG(uint8_t y, uint8_t u, uint8_t v) in YuvToG() function in OHOS::Media::Effect::FormatHelper
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp141 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV21()
201 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV12()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp130 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV21()
188 uint8_t g = FormatHelper::YuvToG(y, u, v); in OnApplyYUVNV12()
/foundation/multimedia/image_effect/frameworks/native/utils/format/
H A Dformat_helper.cpp258 dstRGBA[dstIndex + G] = FormatHelper::YuvToG(y, u, v); in ConvertNV12ToRGBA()
289 dstRGBA[dstIndex + G] = FormatHelper::YuvToG(y, u, v); in ConvertNV21ToRGBA()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp273 uint8_t g = FormatHelper::YuvToG(y, u, v); in ConvertFromYUVToRGB()

Completed in 4 milliseconds