Searched refs:FormatMediaTypeMap (Results 1 – 1 of 1) sorted by relevance
189 static const map<uint16_t, MediaType> FormatMediaTypeMap = { variable307 if (FormatMediaTypeMap.find(format) == FormatMediaTypeMap.end()) { in SolveSendObjectFormatData()311 outMediaType = FormatMediaTypeMap.at(format); in SolveSendObjectFormatData()342 if (FormatMediaTypeMap.find(format) == FormatMediaTypeMap.end()) { in GetMediaTypeByformat()346 if (FormatMediaTypeMap.find(format) != FormatMediaTypeMap.end()) { in GetMediaTypeByformat()347 outMediaType = FormatMediaTypeMap.at(format); in GetMediaTypeByformat()