Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp100 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb565_to_yv12() local
104 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in rgb565_to_yv12()
143 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in rgb888_to_yv12() local
175yv12_v0[uvcount] = clamp_rgb((1.0)* ((0.4392156862745098 * R) - (0.36778823529411764 * G) - (0.071… in rgb888_to_yv12()
181 yv12_v0 += cStride; in rgb888_to_yv12()
246 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in yv12_to_rgb565() local
250 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in yv12_to_rgb565()
291 uint8_t *yv12_v0 = yv12_y0 + yStride * height; in yv12_to_rgb888() local
295 uint8_t *yv12_v = yv12_v0 + (j/2) * cStride; in yv12_to_rgb888()