Lines Matching defs:print_fmt
1893 #define print_fmt(k, f, ...) do { \
2496 if (pkt->pos != -1) print_fmt ("pos", "%"PRId64, pkt->pos);
2498 print_fmt("flags", "%c%c", pkt->flags & AV_PKT_FLAG_KEY ? 'K' : '_',
2575 if (frame->pkt_pos != -1) print_fmt ("pkt_pos", "%"PRId64, frame->pkt_pos);
2595 print_fmt("pict_type", "%c", av_get_picture_type_char(frame->pict_type));
2973 print_fmt("codec_tag", "0x%04"PRIx32, par->codec_tag);
3067 if (fmt_ctx->iformat->flags & AVFMT_SHOW_IDS) print_fmt ("id", "0x%x", stream->id);
3082 if (dec_ctx && dec_ctx->bits_per_raw_sample > 0) print_fmt("bits_per_raw_sample", "%d", dec_ctx->bits_per_raw_sample);
3084 if (stream->nb_frames) print_fmt ("nb_frames", "%"PRId64, stream->nb_frames);
3086 if (nb_streams_frames[stream_idx]) print_fmt ("nb_read_frames", "%"PRIu64, nb_streams_frames[stream_idx]);
3088 if (nb_streams_packets[stream_idx]) print_fmt ("nb_read_packets", "%"PRIu64, nb_streams_packets[stream_idx]);
3505 print_fmt("copyright", "Copyright (c) %d-%d the FFmpeg developers",