Searched defs:codec_string (Results 1 – 4 of 4) sorted by relevance
301 const char *codec_string = av_codec_is_encoder(codec) ? "encoder" : "decoder"; in avcodec_open2() local
204 static struct codec_string { struct205 int id;206 const char *str;
2381 GString *codec_string; in hevc_caps_get_mime_codec() local
743 const char *codec_string = encoder ? "encoder" : "decoder"; in find_codec_or_die() local