Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp96 int cSize = cStride * height/2; in rgb565_to_yv12() local
105 uint8_t *yv12_u = yv12_v + cSize; in rgb565_to_yv12()
137 int cSize = cStride * height/2; in rgb888_to_yv12() local
142 uint8_t *yv12_u0 = yv12_y0 + yStride * height + cSize; in rgb888_to_yv12()
190 fwrite(yv12_y0, yStride * height + 2 * cSize, 1, yuvfp); in rgb888_to_yv12()
204 int cSize = cStride * height/2; in rgb888_to_yuv420p() local
213 uint8_t *yv12_v = yv12_u + cSize; in rgb888_to_yuv420p()
242 int cSize = cStride * height/2; in yv12_to_rgb565() local
251 uint8_t *yv12_u = yv12_v + cSize; in yv12_to_rgb565()
287 int cSize = cStride * height/2; in yv12_to_rgb888() local
[all …]
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp99 int cSize = cStride * height / 2; in getPlanarYUVOffsets() local
109 *uoff = (*voff) + cSize; in getPlanarYUVOffsets()
116 *voff = (*uoff) + cSize; in getPlanarYUVOffsets()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp1395 size_t cSize; in gralloc_lock_ycbcr() local
1416 cSize = cStride * cb->height/2; in gralloc_lock_ycbcr()
1418 uOffset = vOffset + cSize; in gralloc_lock_ycbcr()