Searched refs:ff_copy_palette (Results 1 - 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | decode.h | 89 int ff_copy_palette(void *dst, const AVPacket *src, void *logctx);
|
H A D | imx.c | 61 if (ff_copy_palette(imx->pal, avpkt, avctx)) { in imx_decode_frame()
|
H A D | 8bps.c | 129 frame->palette_has_changed = ff_copy_palette(c->pal, avpkt, avctx); in decode_frame()
|
H A D | msrle.c | 101 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in msrle_decode_frame()
|
H A D | idcinvideo.c | 229 frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in idcin_decode_frame()
|
H A D | tscc.c | 79 palette_has_changed = ff_copy_palette(c->pal, avpkt, avctx); in decode_frame()
|
H A D | msvideo1.c | 318 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in msvideo1_decode_frame()
|
H A D | cinepak.c | 481 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in cinepak_decode_frame()
|
H A D | kmvc.c | 278 frame->palette_has_changed = ff_copy_palette(ctx->pal, avpkt, avctx); in decode_frame()
|
H A D | rscc.c | 350 frame->palette_has_changed = ff_copy_palette(ctx->palette, avpkt, avctx); in rscc_decode_frame()
|
H A D | smc.c | 448 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in smc_decode_frame()
|
H A D | qpeg.c | 301 p->palette_has_changed = ff_copy_palette(a->pal, avpkt, avctx); in decode_frame()
|
H A D | qtrle.c | 543 s->frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in qtrle_decode_frame()
|
H A D | gdv.c | 481 ff_copy_palette(gdv->pal, avpkt, avctx); in gdv_decode_frame()
|
H A D | rawdec.c | 377 if (ff_copy_palette(context->palette->data, avpkt, avctx)) { in raw_decode()
|
H A D | interplayvideo.c | 1320 frame->palette_has_changed = ff_copy_palette(s->pal, avpkt, avctx); in ipvideo_decode_frame()
|
H A D | decode.c | 1624 int ff_copy_palette(void *dst, const AVPacket *src, void *logctx) in ff_copy_palette() function
|
Completed in 13 milliseconds