Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddecode.h89 int ff_copy_palette(void *dst, const AVPacket *src, void *logctx);
Dmsrle.c101 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in msrle_decode_frame()
D8bps.c129 frame->palette_has_changed = ff_copy_palette(c->pal, avpkt, avctx); in decode_frame()
Dtscc.c79 palette_has_changed = ff_copy_palette(c->pal, avpkt, avctx); in decode_frame()
Dimx.c61 if (ff_copy_palette(imx->pal, avpkt, avctx)) { in imx_decode_frame()
Didcinvideo.c229 frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in idcin_decode_frame()
Dmsvideo1.c318 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in msvideo1_decode_frame()
Dqpeg.c301 p->palette_has_changed = ff_copy_palette(a->pal, avpkt, avctx); in decode_frame()
Dsmc.c448 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in smc_decode_frame()
Drscc.c350 frame->palette_has_changed = ff_copy_palette(ctx->palette, avpkt, avctx); in rscc_decode_frame()
Dcinepak.c481 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in cinepak_decode_frame()
Dqtrle.c543 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in qtrle_decode_frame()
Dkmvc.c278 frame->palette_has_changed = ff_copy_palette(ctx->pal, avpkt, avctx); in decode_frame()
Drawdec.c377 if (ff_copy_palette(context->palette->data, avpkt, avctx)) { in MKSCALE16()
Dgdv.c481 ff_copy_palette(gdv->pal, avpkt, avctx); in gdv_decode_frame()
Dinterplayvideo.c1320 frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in ipvideo_decode_frame()
Ddecode.c1624 int ff_copy_palette(void *dst, const AVPacket *src, void *logctx) in ff_copy_palette() function