Searched refs:vbase (Results 1 – 1 of 1) sorted by relevance
2823 … const size_t vbase = width * height + ((sourceOptions_.pixelFormat == PixelFormat::NV12) ? 1 : 0); in ConvertYUV420ToRGBA() local2826 ubase, vbase, width, uvwidth); in ConvertYUV420ToRGBA()2835 const size_t vpos = vbase + uvline + (w & (~1)); in ConvertYUV420ToRGBA()