Home
last modified time | relevance | path

Searched refs:APNG_BLEND_OP_OVER (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dapng.h38 APNG_BLEND_OP_OVER = 1, enumerator
H A Dpngdec.c1025 if (blend_op != APNG_BLEND_OP_OVER && blend_op != APNG_BLEND_OP_SOURCE) { in decode_fctl_chunk()
1037 if (blend_op == APNG_BLEND_OP_OVER && !s->has_trns && ( 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()
1091 if (s->blend_op == APNG_BLEND_OP_OVER && in handle_p_frame_apng()
1113 if (s->blend_op == APNG_BLEND_OP_OVER) { in handle_p_frame_apng()

Completed in 3 milliseconds