Lines Matching refs:str

208                     av_freep(&(*so)[i].u.str);
851 MATCH_PER_STREAM_OPT(codec_names, str, codec_name, s, st);
898 MATCH_PER_STREAM_OPT(codec_tags, str, codec_tag, ic, st);
915 MATCH_PER_STREAM_OPT(discard, str, discard_str, ic, st);
964 MATCH_PER_STREAM_OPT(frame_rates, str, framerate, ic, st);
975 MATCH_PER_STREAM_OPT(hwaccels, str, hwaccel, ic, st);
976 MATCH_PER_STREAM_OPT(hwaccel_output_formats, str,
1032 MATCH_PER_STREAM_OPT(hwaccel_devices, str, hwaccel_device, ic, st);
1053 MATCH_PER_STREAM_OPT(canvas_sizes, str, canvas_size, ic, st);
1218 av_dict_set(&o->g->format_opts, "ch_layout", o->audio_ch_layouts[o->nb_audio_ch_layouts - 1].u.str, 0);
1229 o->frame_rates[o->nb_frame_rates - 1].u.str, 0);
1233 av_dict_set(&o->g->format_opts, "video_size", o->frame_sizes[o->nb_frame_sizes - 1].u.str, 0);
1236 av_dict_set(&o->g->format_opts, "pixel_format", o->frame_pix_fmts[o->nb_frame_pix_fmts - 1].u.str, 0);
1238 MATCH_PER_TYPE_OPT(codec_names, str, video_codec_name, ic, "v");
1239 MATCH_PER_TYPE_OPT(codec_names, str, audio_codec_name, ic, "a");
1240 MATCH_PER_TYPE_OPT(codec_names, str, subtitle_codec_name, ic, "s");
1241 MATCH_PER_TYPE_OPT(codec_names, str, data_codec_name, ic, "d");
1436 dump_attachment(st, o->dump_attachment[i].u.str);
1456 return bprint->str;
1495 MATCH_PER_STREAM_OPT(codec_names, str, codec_name, s, ost->st);
1584 MATCH_PER_STREAM_OPT(presets, str, preset, oc, st);
1619 MATCH_PER_STREAM_OPT(time_bases, str, time_base, oc, st);
1630 MATCH_PER_STREAM_OPT(enc_time_bases, str, time_base, oc, st);
1654 MATCH_PER_STREAM_OPT(bitstream_filters, str, bsfs, oc, st);
1663 MATCH_PER_STREAM_OPT(codec_tags, str, codec_tag, oc, st);
1681 MATCH_PER_STREAM_OPT(disposition, str, ost->disposition, oc, st);
1722 static void parse_matrix_coeffs(uint16_t *dest, const char *str)
1725 const char *p = str;
1732 av_log(NULL, AV_LOG_FATAL, "Syntax error in matrix \"%s\" at coeff %d\n", str, i);
1745 char *str;
1759 ret = av_bprint_finalize(&bprint, &str);
1762 return str;
1810 MATCH_PER_STREAM_OPT(frame_rates, str, frame_rate, oc, st);
1816 MATCH_PER_STREAM_OPT(max_frame_rates, str, max_frame_rate, oc, st);
1831 MATCH_PER_STREAM_OPT(frame_aspect_ratios, str, frame_aspect_ratio, oc, st);
1842 MATCH_PER_STREAM_OPT(filter_scripts, str, ost->filters_script, oc, st);
1843 MATCH_PER_STREAM_OPT(filters, str, ost->filters, oc, st);
1854 MATCH_PER_STREAM_OPT(frame_sizes, str, frame_size, oc, st);
1860 MATCH_PER_STREAM_OPT(frame_pix_fmts, str, frame_pix_fmt, oc, st);
1872 MATCH_PER_STREAM_OPT(intra_matrices, str, intra_matrix, oc, st);
1880 MATCH_PER_STREAM_OPT(chroma_intra_matrices, str, chroma_intra_matrix, oc, st);
1890 MATCH_PER_STREAM_OPT(inter_matrices, str, inter_matrix, oc, st);
1899 MATCH_PER_STREAM_OPT(rc_overrides, str, p, oc, st);
1945 MATCH_PER_STREAM_OPT(passlogfiles, str, ost->logfile_prefix, oc, st);
1984 MATCH_PER_STREAM_OPT(forced_key_frames, str, ost->forced_keyframes, oc, st);
1994 MATCH_PER_STREAM_OPT(fps_mode, str, ost->fps_mode, oc, st);
2050 MATCH_PER_STREAM_OPT(filter_scripts, str, ost->filters_script, oc, st);
2051 MATCH_PER_STREAM_OPT(filters, str, ost->filters, oc, st);
2064 MATCH_PER_STREAM_OPT(audio_ch_layouts, str, layout, oc, st);
2085 MATCH_PER_STREAM_OPT(sample_fmts, str, sample_fmt, oc, st);
2094 MATCH_PER_STREAM_OPT(apad, str, ost->apad, oc, st);
2186 MATCH_PER_STREAM_OPT(frame_sizes, str, frame_size, oc, st);
2566 MATCH_PER_TYPE_OPT(codec_names, str, subtitle_codec_name, oc, "s");
2865 int in_file_index = strtol(o->metadata_map[i].u.str, &p, 0);
2921 const char *p = o->program[i].u.str;
2950 p = o->program[i].u.str;
2992 val = strchr(o->metadata[i].u.str, '=');
2995 o->metadata[i].u.str);
3005 if (!strcmp(o->metadata[i].u.str, "rotate")) {
3013 av_dict_set(&oc->streams[j]->metadata, o->metadata[i].u.str, *val ? val : NULL, 0);
3042 av_dict_set(m, o->metadata[i].u.str, *val ? val : NULL, 0);
3268 MATCH_PER_TYPE_OPT(codec_names, str, codec_name, NULL, tmp_line);