Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c91 int has_trns; member
696 if (s->has_trns && s->color_type != PNG_COLOR_TYPE_PALETTE) { in decode_idat_chunk()
796 if (s->has_trns && s->color_type != PNG_COLOR_TYPE_PALETTE) in decode_idat_chunk()
801 if (s->has_trns && s->color_type != PNG_COLOR_TYPE_PALETTE) in decode_idat_chunk()
876 s->has_trns = 1; in decode_trns_chunk()
1037 if (blend_op == APNG_BLEND_OP_OVER && !s->has_trns && ( in decode_fctl_chunk()
1393 if (s->has_trns && s->color_type != PNG_COLOR_TYPE_PALETTE) { in decode_frame_common()
1552 s->y = s->has_trns = 0; in decode_frame_png()
1660 pdst->has_trns = psrc->has_trns; in update_thread_context()
[all...]

Completed in 3 milliseconds