| H A D | z4l.c | 480 int y_pitch, uv_pitch; local in function:z4l_ovly_pitch 489 uv_pitch = (w + 1) / 2; 494 uv_pitch = 0; 499 offset2 = uv_pitch * h; 506 *puv_pitch = uv_pitch; 771 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lPutImage 821 z4l_ovly_pitch(pixfmt, width, height, &y_pitch, &uv_pitch, 826 (char *) &id, src, dst, y_pitch, uv_pitch, offset1, offset2, size); 857 int y_pitch, uv_pitch, offset1, offset2; local in function:Z4lQueryImageAttributes 867 z4l_ovly_pitch(pixfmt, w, h, &y_pitch, &uv_pitch, [all...] |