Home
last modified time | relevance | path

Searched refs:uncomp_buf (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmscc.c38 uint8_t *uncomp_buf; member
184 bytestream2_init_writer(&pb, s->uncomp_buf, s->uncomp_size); in decode_frame()
192 s->uncomp_buf + s->bpp * j * avctx->width, s->bpp * avctx->width); in decode_frame()
226 if (!(s->uncomp_buf = av_malloc(s->uncomp_size))) in decode_init()
247 av_freep(&s->uncomp_buf); in decode_close()