Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp239 struct StandardParams { struct
240 typedef CCodecConfig::Domain Domain;
243 typedef std::string SdkKey;
246 static const std::vector<ConfigMapper> NO_MAPPERS;
249 const std::vector<ConfigMapper> &getConfigMappersForSdkKey(std::string key) const { in getConfigMappersForSdkKey()
269 void add(const ConfigMapper &cm) { in add()
291 void updateConfigMappersForKey(const SdkKey& key, in updateConfigMappersForKey()
304 std::vector<std::string> getPathsForDomain( in getPathsForDomain()
324 const std::map<SdkKey, std::vector<ConfigMapper>> getKeys() const { in getKeys()
329 std::map<SdkKey, std::vector<ConfigMapper>> mConfigMappers;
[all …]