Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DFormatConversions.cpp95 int cSize = cStride * height/2; in rgb565_to_yv12() local
104 uint8_t *yv12_u = yv12_v + cSize; in rgb565_to_yv12()
136 int cSize = cStride * height/2; in rgb888_to_yv12() local
141 uint8_t *yv12_u0 = yv12_y0 + yStride * height + cSize; in rgb888_to_yv12()
189 fwrite(yv12_y0, yStride * height + 2 * cSize, 1, yuvfp); in rgb888_to_yv12()
203 int cSize = cStride * height/2; in rgb888_to_yuv420p() local
212 uint8_t *yv12_v = yv12_u + cSize; in rgb888_to_yuv420p()
241 int cSize = cStride * height/2; in yv12_to_rgb565() local
250 uint8_t *yv12_u = yv12_v + cSize; in yv12_to_rgb565()
286 int cSize = cStride * height/2; in yv12_to_rgb888() local
[all …]