Lines Matching defs:framebuf_stride
149 int framebuf_stride;
943 tile_y * c->tile_height * c->framebuf_stride;
955 dst += c->framebuf_stride;
994 tile_y * c->tile_height * c->framebuf_stride;
1001 dst += c->framebuf_stride;
1007 tile_y * c->tile_height * c->framebuf_stride;
1009 dst, c->framebuf_stride, NULL, 0, 0, c->swapuv);
1063 tile_y * c->tile_height * c->framebuf_stride;
1077 for (j = 0; j < height; j++, dst += c->framebuf_stride)
1083 dst, c->framebuf_stride, NULL, 0, 0, 0);
1118 kempf_restore_buf(c->kempf_buf, dlen, dst, c->framebuf_stride,
1154 kempf_restore_buf(c->kempf_buf, dlen, dst, c->framebuf_stride,
1165 c->framebuf_stride = FFALIGN(c->width + 15, 16) * 3;
1168 av_fast_mallocz(&c->framebuf, &c->framebuf_allocated, c->framebuf_stride * aligned_height);
1569 c->framebuf + i * c->framebuf_stride,