Searched refs:codec_str (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dashenc.c | 129 char codec_str[100]; member 844 i, os->format_name, os->codec_str, bandwidth_str, s->streams[i]->codecpar->width, s->streams[i]->codecpar->height); in write_adaptation_set() 862 i, os->format_name, os->codec_str, bandwidth_str, s->streams[i]->codecpar->sample_rate); in write_adaptation_set() 1294 if (!av_strnstr(audio_codec_str, os->codec_str, sizeof(audio_codec_str))) { in write_manifest() 1297 av_strlcat(audio_codec_str, os->codec_str, sizeof(audio_codec_str)); in write_manifest() 1304 char codec_str[128]; in write_manifest() local 1319 av_strlcpy(codec_str, os->codec_str, sizeof(codec_str)); in write_manifest() 1323 av_strlcat(codec_str, ",", sizeo in write_manifest() 1337 char codec_str[128]; write_manifest() local [all...] |
/third_party/ffmpeg/tools/ |
H A D | sidxindex.c | 44 char codec_str[30]; member 201 set_codec_str(st->codecpar, track->codec_str, sizeof(track->codec_str)); in handle_file() 322 fprintf(out, "%s", track->codec_str); in output_mpd()
|
Completed in 4 milliseconds