Searched refs:rgbaDst (Results 1 – 1 of 1) sorted by relevance
741 uint8_t* rgbaDst = &rgbaBuf[0]; in ConvertYUV420SPToRGBA() local743 if (src == nullptr || rgbaDst == nullptr) { in ConvertYUV420SPToRGBA()799 rgbaDst[idx] = static_cast<uint8_t>(rgb[k]); in ConvertYUV420SPToRGBA()801 rgbaDst[idx] = (rgb[k] < 0) ? 0 : 255; // 255 is upper threshold in ConvertYUV420SPToRGBA()805 rgbaDst[idx] = 255; // 255 is upper threshold in ConvertYUV420SPToRGBA()