Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dapng.h32 APNG_DISPOSE_OP_BACKGROUND = 1, enumerator
H A Dpngenc.c840 // 1: APNG_DISPOSE_OP_BACKGROUND in apng_encode_frame()
859 if (last_fctl_chunk.dispose_op == APNG_DISPOSE_OP_BACKGROUND) { in apng_encode_frame()
1048 if (s->last_frame_fctl.dispose_op == APNG_DISPOSE_OP_BACKGROUND) { in encode_apng()
H A Dpngdec.c730 } else if (s->dispose_op == APNG_DISPOSE_OP_BACKGROUND) { in decode_idat_chunk()
1033 // Spec says to just treat it as a APNG_DISPOSE_OP_BACKGROUND in decode_fctl_chunk()
1034 dispose_op = APNG_DISPOSE_OP_BACKGROUND; in decode_fctl_chunk()
1452 if (CONFIG_APNG_DECODER && s->dispose_op == APNG_DISPOSE_OP_BACKGROUND) in decode_frame_common()
/third_party/ffmpeg/libavformat/
H A Dapngdec.c301 dispose_op = APNG_DISPOSE_OP_BACKGROUND; in decode_fctl_chunk()
302 ctx->is_key_frame = dispose_op == APNG_DISPOSE_OP_BACKGROUND || in decode_fctl_chunk()

Completed in 6 milliseconds