Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp73 int cSize = cStride * height/2; in rgb565_to_yv12() local
78 uint8_t *yv12_u0 = yv12_v0 + cSize; in rgb565_to_yv12()
83 uint8_t *yv12_u = yv12_v + cSize; in rgb565_to_yv12()
114 int cSize = cStride * height/2; in rgb888_to_yv12() local
120 uint8_t *yv12_u0 = yv12_v0 + cSize; in rgb888_to_yv12()
125 uint8_t *yv12_u = yv12_v + cSize; in rgb888_to_yv12()
150 int cSize = cStride * height/2; in rgb888_to_yuv420p() local
156 uint8_t *yv12_v0 = yv12_u0 + cSize; in rgb888_to_yuv420p()
188 int cSize = cStride * height/2; in yv12_to_rgb565() local
193 uint8_t *yv12_u0 = yv12_v0 + cSize; in yv12_to_rgb565()
[all …]
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp1236 size_t cSize; in gralloc_lock_ycbcr() local
1257 cSize = cStride * cb->height/2; in gralloc_lock_ycbcr()
1259 uOffset = vOffset + cSize; in gralloc_lock_ycbcr()
1267 cSize = cStride * cb->height/2; in gralloc_lock_ycbcr()
1269 vOffset = uOffset + cSize; in gralloc_lock_ycbcr()