Searched refs:pic_u (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/
H A Dloadsurface.h51 unsigned char *pic_y, *pic_u, *pic_v; local
70 pic_u = pic_u_old;
75 pic_u = (unsigned char *)malloc(width * height/4);
83 pic_u, width/2, height/2);
124 unsigned char *qU = pic_u + row/v_factor_to_nv12 * width/2;
139 free(pic_u);

Completed in 56 milliseconds