Lines Matching refs:AV_LOG_DEBUG
499 av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 1:1:1.\n"); in decode_init()
505 av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:2:2.\n"); in decode_init()
515 av_log(avctx, AV_LOG_DEBUG, "Image type is RGB 24.\n"); in decode_init()
521 av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:1:1.\n"); in decode_init()
527 av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 2:1:1.\n"); in decode_init()
533 av_log(avctx, AV_LOG_DEBUG, "Image type is YUV 4:2:0.\n"); in decode_init()
552 av_log(avctx, AV_LOG_DEBUG, "Compression enabled.\n"); in decode_init()
556 av_log(avctx, AV_LOG_DEBUG, "No compression.\n"); in decode_init()
567 av_log(avctx, AV_LOG_DEBUG, "High speed compression.\n"); in decode_init()
570 av_log(avctx, AV_LOG_DEBUG, "High compression.\n"); in decode_init()
573 av_log(avctx, AV_LOG_DEBUG, "Normal compression.\n"); in decode_init()
580 av_log(avctx, AV_LOG_DEBUG, "Compression level for ZLIB: (%d).\n", c->compression); in decode_init()
600 av_log(avctx, AV_LOG_DEBUG, "Multithread encoder flag set.\n"); in decode_init()
602 av_log(avctx, AV_LOG_DEBUG, "Nullframe insertion flag set.\n"); in decode_init()
604 av_log(avctx, AV_LOG_DEBUG, "PNG filter flag set.\n"); in decode_init()