Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmscc.c40 uint8_t *uncomp_buf; member
193 bytestream2_init_writer(&pb, s->uncomp_buf, s->uncomp_size); in decode_frame()
201 s->uncomp_buf + s->bpp * j * avctx->width, s->bpp * avctx->width); in decode_frame()
235 if (!(s->uncomp_buf = av_malloc(s->uncomp_size))) in decode_init()
247 av_freep(&s->uncomp_buf); in decode_close()

Completed in 1 milliseconds