Searched refs:CodecTypeString (Results 1 – 2 of 2) sorted by relevance
12 const std::map<std::string, CodecType> CodecTypeString { variable19 auto enumValue = CodecTypeString.find(value); in stringToCodecType()20 … return enumValue != CodecTypeString.end() ? enumValue->second : CodecType::UNKNOWN; in stringToCodecType()
29 const std::map<std::string, CodecType> CodecTypeString { variable36 auto enumValue = CodecTypeString.find(value); in stringToCodecType()37 … return enumValue != CodecTypeString.end() ? enumValue->second : CodecType::UNKNOWN; in stringToCodecType()