Home | History | Annotate | Download | only in src

Lines Matching defs:inbuf

1426             guint8 *inbuf = bufin->data;      
1432 memcpy (dst_y, inbuf + i * width, width);
1440 dst_uv [j] = inbuf [width * height + i * width / 2 + j / 2];
1442 inbuf [width * height * 5 / 4 + i * width / 2 + j / 2];