Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_APNG (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Dapngenc.c88 format_context->streams[0]->codecpar->codec_id != AV_CODEC_ID_APNG) { in apng_write_header()
304 .video_codec = AV_CODEC_ID_APNG,
Dapngdec.c174 st->codecpar->codec_id = AV_CODEC_ID_APNG; in apng_read_header()
/third_party/ffmpeg/libavcodec/
Dpngdec.c671 … } 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,
Dcodec_id.h259 AV_CODEC_ID_APNG, enumerator
Dpngenc.c850 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,
Dcodec_desc.c1504 .id = AV_CODEC_ID_APNG,
/third_party/ffmpeg/tools/
Dtarget_dec_fuzzer.c169 case AV_CODEC_ID_APNG: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()