Lines Matching refs:AV_CODEC_ID_APNG
680 avctx->pix_fmt = avctx->codec_id == AV_CODEC_ID_APNG ? AV_PIX_FMT_RGBA : AV_PIX_FMT_PAL8;
681 } else if (s->bit_depth == 1 && s->bits_per_pixel == 1 && avctx->codec_id != AV_CODEC_ID_APNG) {
1204 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && length == 0) {
1271 if (!CONFIG_APNG_DECODER || avctx->codec_id != AV_CODEC_ID_APNG)
1278 if (!CONFIG_APNG_DECODER || avctx->codec_id != AV_CODEC_ID_APNG)
1287 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && !decode_next_dat)
1377 if (s->color_type == PNG_COLOR_TYPE_PALETTE && avctx->codec_id == AV_CODEC_ID_APNG) {
1444 if (CONFIG_PNG_DECODER && avctx->codec_id != AV_CODEC_ID_APNG)
1447 avctx->codec_id == AV_CODEC_ID_APNG &&
1651 if (CONFIG_APNG_DECODER && dst->codec_id == AV_CODEC_ID_APNG) {
1726 .p.id = AV_CODEC_ID_APNG,