Home
last modified time | relevance | path

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

/foundation/multimedia/image_effect/interfaces/inner_api/native/utils/
H A Dformat_helper.h80 static inline uint8_t YuvToB(uint8_t y, uint8_t u, uint8_t v) in YuvToB() function in OHOS::Media::Effect::FormatHelper
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp142 uint8_t b = FormatHelper::YuvToB(y, u, v); in OnApplyYUVNV21()
202 uint8_t b = FormatHelper::YuvToB(y, u, v); in OnApplyYUVNV12()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp131 uint8_t b = FormatHelper::YuvToB(y, u, v); in OnApplyYUVNV21()
189 uint8_t b = FormatHelper::YuvToB(y, u, v); in OnApplyYUVNV12()
/foundation/multimedia/image_effect/frameworks/native/utils/format/
H A Dformat_helper.cpp259 dstRGBA[dstIndex + B] = FormatHelper::YuvToB(y, u, v); in ConvertNV12ToRGBA()
290 dstRGBA[dstIndex + B] = FormatHelper::YuvToB(y, u, v); in ConvertNV21ToRGBA()
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp274 uint8_t b = FormatHelper::YuvToB(y, u, v); in ConvertFromYUVToRGB()

Completed in 5 milliseconds