Searched defs:pDstUV (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libswconverter/
H A Dswconvertor.c605 unsigned char *pDstUV = (unsigned char *)uv_dst; local
635 pDstUV[uvIndex++] = (unsigned char)U;
636 pDstUV[uvIndex++] = (unsigned char)V;
756 unsigned char *pDstUV = (unsigned char *)uv_dst; local
783 pDstUV[uvIndex++] = (unsigned char)U;
784 pDstUV[uvIndex++] = (unsigned char)V;

Completed in 600 milliseconds