Lines Matching defs:framebuf
148 uint8_t *framebuf;
942 dst = c->framebuf + tile_x * c->tile_width * 3 +
993 dst = c->framebuf + tile_x * c->tile_width * 3 +
1006 dst = c->framebuf + tile_x * c->tile_width * 3 +
1062 uint8_t *dst = c->framebuf + tile_x * c->tile_width * 3 +
1168 av_fast_mallocz(&c->framebuf, &c->framebuf_allocated, c->framebuf_stride * aligned_height);
1169 if (!c->framebuf)
1523 if (ret && c->framebuf)
1560 if (c->width && c->height && c->framebuf) {
1569 c->framebuf + i * c->framebuf_stride,
1620 av_freep(&c->framebuf);