Home
last modified time | relevance | path

Searched refs:ConfigMapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp79 struct ConfigMapper { struct
88 ConfigMapper(std::string mediaKey, C2String c2struct, C2String c2field) in ConfigMapper() function
92 ConfigMapper &limitTo(uint32_t domain) { in limitTo() argument
99 ConfigMapper &withMapper(Mapper mapper) { in withMapper() argument
107 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers() argument
117 ConfigMapper &withC2Mappers() { in withC2Mappers() argument
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()
276 std::vector<ConfigMapper> eqs = { cm }; in add()
[all …]