• Home
  • Raw
  • Download

Lines Matching refs:print_str

1811 #define print_str(k, v)         writer_print_string(w, k, v, 0)  macro
1968 print_str("side_data_type", name ? name : "unknown"); in print_pkt_side_data()
1974 print_str("type", av_stereo3d_type_name(stereo->type)); in print_pkt_side_data()
1978 print_str("projection", av_spherical_projection_name(spherical->projection)); in print_pkt_side_data()
2044 print_str("color_range", val); in print_color_range()
2054 print_str("color_space", val); in print_color_space()
2064 print_str("color_primaries", val); in print_primaries()
2074 print_str("color_transfer", val); in print_color_trc()
2084 print_str("chroma_location", val); in print_chroma_location()
2118 print_str("context", log_buffer[i].context_name); in show_log()
2122 print_str("parent_context", log_buffer[i].parent_name); in show_log()
2128 print_str("message", log_buffer[i].log_message); in show_log()
2152 if (s) print_str ("codec_type", s); in show_packet()
2202 print_str ("media_type", "subtitle"); in show_subtitle()
2229 if (s) print_str ("media_type", s); in show_frame()
2253 if (s) print_str ("pix_fmt", s); in show_frame()
2277 if (s) print_str ("sample_fmt", s); in show_frame()
2285 print_str ("channel_layout", pbuf.str); in show_frame()
2302 print_str("side_data_type", name ? name : "unknown"); in show_frame()
2309 print_str("timecode", tcbuf); in show_frame()
2318 print_str("value", tcbuf); in show_frame()
2351 print_str(tag->key, tag->value); in show_frame()
2602 print_str("codec_name", cd->name); in show_stream()
2604 print_str("codec_long_name", in show_stream()
2615 print_str("profile", profile); in show_stream()
2620 print_str("profile", profile_num); in show_stream()
2626 if (s) print_str ("codec_type", s); in show_stream()
2630 print_str("codec_tag_string", av_fourcc2str(par->codec_tag)); in show_stream()
2656 if (s) print_str ("pix_fmt", s); in show_stream()
2667 print_str("field_order", "progressive"); in show_stream()
2669 print_str("field_order", "tt"); in show_stream()
2671 print_str("field_order", "bb"); in show_stream()
2673 print_str("field_order", "tb"); in show_stream()
2675 print_str("field_order", "bt"); in show_stream()
2685 if (s) print_str ("sample_fmt", s); in show_stream()
2693 print_str ("channel_layout", pbuf.str); in show_stream()
2719 print_str(opt->name, str); in show_stream()
2898 print_str("format_name", fmt_ctx->iformat->name); in show_format()
2900 … if (fmt_ctx->iformat->long_name) print_str ("format_long_name", fmt_ctx->iformat->long_name); in show_format()
2928 print_str("string", errbuf_ptr); in show_error()
3159 print_str("version", FFMPEG_VERSION); in ffprobe_show_program_version()
3162 print_str("compiler_ident", CC_IDENT); in ffprobe_show_program_version()
3163 print_str("configuration", FFMPEG_CONFIGURATION); in ffprobe_show_program_version()
3174 print_str("name", "lib" #libname); \
3179 print_str("ident", LIB##LIBNAME##_IDENT); \
3211 print_str("name", pixdesc->name); in ffprobe_show_pixel_formats()