Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DImage.cpp240 uint8_t* out_u, in ConvertRGBA8888PixelToYUV() argument
246 *out_u = Clamp((((-38 * r_int) - (74 * g_int) + (112 * b_int) + 128) >> 8) + 128); in ConvertRGBA8888PixelToYUV()