Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds