Searched refs:CODECS_MAP (Results 1 – 1 of 1) sorted by relevance
40 static const std::map<std::pair<std::string, std::string>, std::string> CODECS_MAP = { variable570 if (CODECS_MAP.find(comb) != CODECS_MAP.end()) { in ChooseCodecType()571 std::string codec = CODECS_MAP.at(comb); in ChooseCodecType()