Home
last modified time | relevance | path

Searched defs:codec_string (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Davcodec.c301 const char *codec_string = av_codec_is_encoder(codec) ? "encoder" : "decoder"; in avcodec_open2() local
/third_party/ffmpeg/libavformat/
Ddashenc.c204 static struct codec_string { struct
205 int id;
206 const char *str;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c2381 GString *codec_string; in hevc_caps_get_mime_codec() local
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c743 const char *codec_string = encoder ? "encoder" : "decoder"; in find_codec_or_die() local