Home | History | Annotate | Download | only in test

Lines Matching refs:height

41 static int YUV_blend_with_pic(int width, int height,
73 if (width != 640 || height != 480) { /* need to scale the pic */
74 pic_y = (unsigned char *)malloc(width * height);
75 pic_u = (unsigned char *)malloc(width * height/4);
76 pic_v = (unsigned char *)malloc(width * height/4);
81 pic_y, width, height);
83 pic_u, width/2, height/2);
85 pic_v, width/2, height/2);
95 for (row=0; row<height; row++) {
121 for (row=0; row<height/2*v_factor_to_nv12; row++) {
146 static int yuvgen_planar(int width, int height,
159 for (row=0;row<height;row++) {
186 for( row =0; row < height/2; row++) {
221 YUV_blend_with_pic(width,height,
276 yuvgen_planar(surface_image.width, surface_image.height,