Searched refs:set_codec_str (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 55 static void set_codec_str(AVCodecParameters *codecpar, char *str, int size) in set_codec_str() function 201 set_codec_str(st->codecpar, track->codec_str, sizeof(track->codec_str)); in handle_file()
|
/third_party/ffmpeg/libavformat/ |
D | dashenc.c | 361 static void set_codec_str(AVFormatContext *s, AVCodecParameters *par, in set_codec_str() function 1697 set_codec_str(s, st->codecpar, &st->avg_frame_rate, os->codec_str, in dash_init() 1834 set_codec_str(s, par, frame_rate, os->codec_str, sizeof(os->codec_str)); in update_stream_extradata()
|