Home
last modified time | relevance | path

Searched refs:ubase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp773 uint8_t* ubase = &src[len]; in ConvertYUV420SPToRGBA() local
783 int u = static_cast<int>(ubase[i / 2 * bufferStride + (j / 2) * 2 + 1]); in ConvertYUV420SPToRGBA()
784 int v = static_cast<int>(ubase[i / 2 * bufferStride + (j / 2) * 2]); in ConvertYUV420SPToRGBA()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2822 … const size_t ubase = width * height + ((sourceOptions_.pixelFormat == PixelFormat::NV12) ? 0 : 1); in ConvertYUV420ToRGBA() local
2826 ubase, vbase, width, uvwidth); in ConvertYUV420ToRGBA()
2834 const size_t upos = ubase + uvline + (w & (~1)); in ConvertYUV420ToRGBA()