Lines Matching refs:print_str
1911 #define print_str(k, v) writer_print_string(w, k, v, 0)
1996 print_str("nlq_method_idc_name", "none");
1999 print_str("nlq_method_idc_name", "linear_dz");
2002 print_str("nlq_method_idc_name", "unknown");
2024 print_str("mapping_idc_name", "polynomial");
2031 print_str("mapping_idc_name", "mmr");
2039 print_str("mapping_idc_name", "unknown");
2283 print_str("side_data_type", name ? name : "unknown");
2289 print_str("type", av_stereo3d_type_name(stereo->type));
2293 print_str("projection", av_spherical_projection_name(spherical->projection));
2378 print_str("color_range", val);
2388 print_str("color_space", val);
2398 print_str("color_primaries", val);
2408 print_str("color_transfer", val);
2418 print_str("chroma_location", val);
2452 print_str("context", log_buffer[i].context_name);
2456 print_str("parent_context", log_buffer[i].parent_name);
2462 print_str("message", log_buffer[i].log_message);
2486 if (s) print_str ("codec_type", s);
2536 print_str ("media_type", "subtitle");
2563 if (s) print_str ("media_type", s);
2587 if (s) print_str ("pix_fmt", s);
2611 if (s) print_str ("sample_fmt", s);
2617 print_str ("channel_layout", val_str);
2634 print_str("side_data_type", name ? name : "unknown");
2643 print_str("timecode", tcbuf);
2652 print_str("value", tcbuf);
2685 print_str(tag->key, tag->value);
2944 print_str("codec_name", cd->name);
2946 print_str("codec_long_name",
2957 print_str("profile", profile);
2962 print_str("profile", profile_num);
2968 if (s) print_str ("codec_type", s);
2972 print_str("codec_tag_string", av_fourcc2str(par->codec_tag));
2999 if (s) print_str ("pix_fmt", s);
3010 print_str("field_order", "progressive");
3012 print_str("field_order", "tt");
3014 print_str("field_order", "bb");
3016 print_str("field_order", "tb");
3018 print_str("field_order", "bt");
3028 if (s) print_str ("sample_fmt", s);
3035 print_str ("channel_layout", val_str);
3061 print_str(opt->name, str);
3245 print_str("format_name", fmt_ctx->iformat->name);
3247 if (fmt_ctx->iformat->long_name) print_str ("format_long_name", fmt_ctx->iformat->long_name);
3275 print_str("string", errbuf_ptr);
3504 print_str("version", FFMPEG_VERSION);
3507 print_str("compiler_ident", CC_IDENT);
3508 print_str("configuration", FFMPEG_CONFIGURATION);
3519 print_str("name", "lib" #libname); \
3524 print_str("ident", LIB##LIBNAME##_IDENT); \
3556 print_str("name", pixdesc->name);