Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp79 struct ConfigMapper { struct
92 ConfigMapper &limitTo(uint32_t domain) { in limitTo() argument
99 ConfigMapper &withMapper(Mapper mapper) { in withMapper() argument
117 ConfigMapper &withC2Mappers() { in withC2Mappers() argument
239 static const std::vector<ConfigMapper> NO_MAPPERS;
262 void add(const ConfigMapper &cm) { in add()
276 std::vector<ConfigMapper> eqs = { cm }; in add()
295 for (const ConfigMapper &cm : mappers) { in getPathsForDomain()
332 std::function<void(const ConfigMapper &)> add = in initializeStandardParams()
574 add(ConfigMapper(PARAMETER_KEY_REQUEST_SYNC_FRAME, in initializeStandardParams()
[all …]