Searched refs:cSize (Results 1 – 1 of 1) sorted by relevance
95 int cSize = cStride * height/2; in rgb565_to_yv12() local104 uint8_t *yv12_u = yv12_v + cSize; in rgb565_to_yv12()136 int cSize = cStride * height/2; in rgb888_to_yv12() local141 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() local212 uint8_t *yv12_v = yv12_u + cSize; in rgb888_to_yuv420p()241 int cSize = cStride * height/2; in yv12_to_rgb565() local250 uint8_t *yv12_u = yv12_v + cSize; in yv12_to_rgb565()286 int cSize = cStride * height/2; in yv12_to_rgb888() local[all …]