Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c680 avctx->pix_fmt = avctx->codec_id == AV_CODEC_ID_APNG ? AV_PIX_FMT_RGBA : AV_PIX_FMT_PAL8; in decode_idat_chunk()
681 } else if (s->bit_depth == 1 && s->bits_per_pixel == 1 && avctx->codec_id != AV_CODEC_ID_APNG) { in decode_idat_chunk()
1204 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && length == 0) { in decode_frame_common()
1271 if (!CONFIG_APNG_DECODER || avctx->codec_id != AV_CODEC_ID_APNG) in decode_frame_common()
1278 if (!CONFIG_APNG_DECODER || avctx->codec_id != AV_CODEC_ID_APNG) in decode_frame_common()
1287 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && !decode_next_dat) in decode_frame_common()
1377 if (s->color_type == PNG_COLOR_TYPE_PALETTE && avctx->codec_id == AV_CODEC_ID_APNG) { in decode_frame_common()
1444 if (CONFIG_PNG_DECODER && avctx->codec_id != AV_CODEC_ID_APNG) in decode_frame_common()
1447 avctx->codec_id == AV_CODEC_ID_APNG && in decode_frame_common()
1651 if (CONFIG_APNG_DECODER && dst->codec_id == AV_CODEC_ID_APNG) { in update_thread_context()
[all...]
H A Dcodec_id.h264 AV_CODEC_ID_APNG, enumerator
H A Dpngenc.c1220 .p.id = AV_CODEC_ID_APNG,
H A Dcodec_desc.c1534 .id = AV_CODEC_ID_APNG,
/third_party/ffmpeg/libavformat/
H A Dapngenc.c88 format_context->streams[0]->codecpar->codec_id != AV_CODEC_ID_APNG) { in apng_write_header()
316 .video_codec = AV_CODEC_ID_APNG,
H A Dapngdec.c174 st->codecpar->codec_id = AV_CODEC_ID_APNG; in apng_read_header()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c261 case AV_CODEC_ID_APNG: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()

Completed in 12 milliseconds