Home
last modified time | relevance | path

Searched refs:framebuf (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg2meet.c148 uint8_t *framebuf; member
942 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile()
993 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile()
1006 dst = c->framebuf + tile_x * c->tile_width * 3 + in epic_jb_decode_tile()
1062 uint8_t *dst = c->framebuf + tile_x * c->tile_width * 3 + in kempf_decode_tile()
1168 av_fast_mallocz(&c->framebuf, &c->framebuf_allocated, c->framebuf_stride * aligned_height); in g2m_init_buffers()
1169 if (!c->framebuf) in g2m_init_buffers()
1523 if (ret && c->framebuf) in g2m_decode_frame()
1560 if (c->width && c->height && c->framebuf) { in g2m_decode_frame()
1569 c->framebuf in g2m_decode_frame()
[all...]
H A Dclearvideo.c473 uint8_t *framebuf = buf->data[comp]; in extend_edges() local
485 framebuf[off + i] = 0x80; in extend_edges()
494 framebuf[off + i] = 0x80; in extend_edges()
/third_party/lame/mpglib/
H A Dmpglib.h58 struct framebuf { struct

Completed in 5 milliseconds