Home
last modified time | relevance | path

Searched defs:StandardParams (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp232 struct StandardParams { struct
233 typedef CCodecConfig::Domain Domain;
236 typedef std::string SdkKey;
239 static const std::vector<ConfigMapper> NO_MAPPERS;
242 const std::vector<ConfigMapper> &getConfigMappersForSdkKey(std::string key) const { in getConfigMappersForSdkKey()
262 void add(const ConfigMapper &cm) { in add()
291 std::vector<std::string> getPathsForDomain( in getPathsForDomain()
311 const std::map<SdkKey, std::vector<ConfigMapper>> getKeys() const { in getKeys()
316 std::map<SdkKey, std::vector<ConfigMapper>> mConfigMappers;
317 mutable std::set<std::string> mComplained;