Searched refs:codec_list (Results 1 – 4 of 4) sorted by relevance
63 static const MultibyteCodec *codec_list; variable240 static const MultibyteCodec *codec_list = \280 for (codec = codec_list; codec->encoding[0]; codec++) in getcodec()
63 static const MultibyteCodec *codec_list; variable239 static const MultibyteCodec *codec_list = \275 for (codec = codec_list; codec->encoding[0]; codec++) in getcodec()
87 static const auto* const codec_list = in CodecList()99 return *codec_list; in CodecList()
854 static const C* GetAssociatedCodec(const std::vector<C>& codec_list, in GetAssociatedCodec() argument873 const C* associated_codec = FindCodecById(codec_list, associated_pt); in GetAssociatedCodec()