Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h114 std::shared_ptr<StandardParams> mStandardParams; member
DCCodecConfig.cpp345 mStandardParams = std::make_shared<StandardParams>(); in initializeStandardParams()
347 [params = mStandardParams](const ConfigMapper &cm) { in initializeStandardParams()
1176 std::vector<std::string> formatKeys = mStandardParams->getPathsForDomain(Domain(1 << 30)); in initialize()
1376 for (const auto &[key, mappers] : mStandardParams->getKeys()) { in getFormatForDomain()
1940 for (const ConfigMapper &cm : mStandardParams->getConfigMappersForSdkKey(name.c_str())) { in getReflectedFormat()
1998 mStandardParams->updateConfigMappersForKey(StandardParams::SdkKey(KEY_PROFILE), in getConfigUpdateFromSdkParams()
2019 mStandardParams->updateConfigMappersForKey(StandardParams::SdkKey(KEY_LEVEL), in getConfigUpdateFromSdkParams()