Lines Matching refs:AV_LOG_DEBUG
598 av_log(ctx, AV_LOG_DEBUG, " number %g\n", av_int2double(AV_RB64(data))); in amf_tag_contents()
601 av_log(ctx, AV_LOG_DEBUG, " bool %d\n", *data); in amf_tag_contents()
613 av_log(ctx, AV_LOG_DEBUG, " string '%s'\n", buf); in amf_tag_contents()
616 av_log(ctx, AV_LOG_DEBUG, " NULL\n"); in amf_tag_contents()
623 av_log(ctx, AV_LOG_DEBUG, " {\n"); in amf_tag_contents()
630 av_log(ctx, AV_LOG_DEBUG, " }\n"); in amf_tag_contents()
639 av_log(ctx, AV_LOG_DEBUG, " %s: ", buf); in amf_tag_contents()
649 av_log(ctx, AV_LOG_DEBUG, " }\n"); in amf_tag_contents()
658 …av_log(ctx, AV_LOG_DEBUG, "RTMP packet type '%s'(%d) for channel %d, timestamp %d, extra field %d … in ff_rtmp_packet_dump()
671 av_log(ctx, AV_LOG_DEBUG, "Window acknowledgement size = %d\n", AV_RB32(p->data)); in ff_rtmp_packet_dump()
673 av_log(ctx, AV_LOG_DEBUG, "Set Peer BW = %d\n", AV_RB32(p->data)); in ff_rtmp_packet_dump()
677 av_log(ctx, AV_LOG_DEBUG, " %02X", p->data[i]); in ff_rtmp_packet_dump()
678 av_log(ctx, AV_LOG_DEBUG, "\n"); in ff_rtmp_packet_dump()