Searched refs:AV_CODEC_ID_APNG (Results 1 – 7 of 7) sorted by relevance
88 format_context->streams[0]->codecpar->codec_id != AV_CODEC_ID_APNG) { in apng_write_header()304 .video_codec = AV_CODEC_ID_APNG,
174 st->codecpar->codec_id = AV_CODEC_ID_APNG; in apng_read_header()
671 … } else if (s->bit_depth == 1 && s->bits_per_pixel == 1 && avctx->codec_id != AV_CODEC_ID_APNG) { in decode_idat_chunk()716 if (avctx->codec_id == AV_CODEC_ID_APNG && s->last_dispose_op != APNG_DISPOSE_OP_PREVIOUS) { in decode_idat_chunk()1203 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && length == 0) { in decode_frame_common()1268 if (!CONFIG_APNG_DECODER || avctx->codec_id != AV_CODEC_ID_APNG) in decode_frame_common()1275 if (!CONFIG_APNG_DECODER || avctx->codec_id != AV_CODEC_ID_APNG) in decode_frame_common()1285 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && !decode_next_dat) in decode_frame_common()1448 if (CONFIG_PNG_DECODER && avctx->codec_id != AV_CODEC_ID_APNG) in decode_frame_common()1454 avctx->codec_id == AV_CODEC_ID_APNG && in decode_frame_common()1742 if (CONFIG_APNG_DECODER && dst->codec_id == AV_CODEC_ID_APNG) { in update_thread_context()1828 .id = AV_CODEC_ID_APNG,
259 AV_CODEC_ID_APNG, enumerator
850 if (pict && avctx->codec_id == AV_CODEC_ID_APNG && s->color_type == PNG_COLOR_TYPE_PALETTE) { in encode_apng()1165 .id = AV_CODEC_ID_APNG,
1504 .id = AV_CODEC_ID_APNG,
169 case AV_CODEC_ID_APNG: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()