Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dapng.h37 APNG_BLEND_OP_SOURCE = 0, enumerator
H A Dpngenc.c694 if (fctl_chunk->blend_op == APNG_BLEND_OP_SOURCE) { in apng_do_inverse_blend()
747 // APNG_BLEND_OP_SOURCE blending in apng_do_inverse_blend()
814 best_fctl_chunk->blend_op = APNG_BLEND_OP_SOURCE; in apng_encode_frame()
844 // 0: APNG_BLEND_OP_SOURCE in apng_encode_frame()
H A Dpngdec.c1025 if (blend_op != APNG_BLEND_OP_OVER && blend_op != APNG_BLEND_OP_SOURCE) { in decode_fctl_chunk()
1044 // APNG_BLEND_OP_OVER is the same as APNG_BLEND_OP_SOURCE when there is no alpha channel in decode_fctl_chunk()
1045 blend_op = APNG_BLEND_OP_SOURCE; in decode_fctl_chunk()
/third_party/ffmpeg/libavformat/
H A Dapngdec.c303 blend_op == APNG_BLEND_OP_SOURCE; in decode_fctl_chunk()

Completed in 6 milliseconds