Searched refs:cSize (Results 1 – 3 of 3) sorted by relevance
96 int cSize = cStride * height/2; in rgb565_to_yv12() local105 uint8_t *yv12_u = yv12_v + cSize; in rgb565_to_yv12()137 int cSize = cStride * height/2; in rgb888_to_yv12() local142 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() local213 uint8_t *yv12_v = yv12_u + cSize; in rgb888_to_yuv420p()242 int cSize = cStride * height/2; in yv12_to_rgb565() local251 uint8_t *yv12_u = yv12_v + cSize; in yv12_to_rgb565()287 int cSize = cStride * height/2; in yv12_to_rgb888() local[all …]
99 int cSize = cStride * height / 2; in getPlanarYUVOffsets() local109 *uoff = (*voff) + cSize; in getPlanarYUVOffsets()116 *voff = (*uoff) + cSize; in getPlanarYUVOffsets()
1395 size_t cSize; in gralloc_lock_ycbcr() local1416 cSize = cStride * cb->height/2; in gralloc_lock_ycbcr()1418 uOffset = vOffset + cSize; in gralloc_lock_ycbcr()