Home
last modified time | relevance | path

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

/development/tools/yuv420sp2rgb/
Dyuv420sp2rgb.c51 unsigned char *pY, unsigned char *pUV, in color_convert_common() argument
84 nV = *(pUV + (i/2) * width + bytes_per_pixel * (j/2)); in color_convert_common()
85 nU = *(pUV + (i/2) * width + bytes_per_pixel * (j/2) + 1); in color_convert_common()