Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp99 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb565_to_yv12() local
103 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in rgb565_to_yv12()
142 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb888_to_yv12() local
174yv12_v0[uvcount] = clamp_rgb((1.0)* ((0.4392156862745098 * R) - (0.36778823529411764 * G) - (0.071… in rgb888_to_yv12()
180 yv12_v0 += cStride; in rgb888_to_yv12()
245 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in yv12_to_rgb565() local
249 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in yv12_to_rgb565()
290 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in yv12_to_rgb888() local
294 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in yv12_to_rgb888()