Lines Matching defs:format_name
123 const char *format_name;
314 os->format_name = get_format_str(segment_type);
315 if (!os->format_name) {
844 i, os->format_name, os->codec_str, bandwidth_str, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height);
862 i, os->format_name, os->codec_str, bandwidth_str, s->streams[i]->codecpar->sample_rate);
1526 if ((!c->single_file && !av_match_ext(os->init_seg_name, os->format_name)) ||
1527 (!c->single_file && !av_match_ext(os->media_seg_name, os->format_name)) ||
1528 ( c->single_file && !av_match_ext(os->single_file_name, os->format_name))) {
1545 ctx->oformat = av_guess_format(os->format_name, NULL, NULL);
1580 snprintf(os->initfile, sizeof(os->initfile), "%s-stream%d.%s", basename, i, os->format_name);