Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h111 std::shared_ptr<StandardParams> mStandardParams; member
DCCodecConfig.cpp319 mStandardParams = std::make_shared<StandardParams>(); in initializeStandardParams()
321 [params = mStandardParams](const ConfigMapper &cm) { in initializeStandardParams()
929 std::vector<std::string> formatKeys = mStandardParams->getPathsForDomain(Domain(1 << 30)); in initialize()
1057 for (const std::pair<std::string, std::vector<ConfigMapper>> &el : mStandardParams->getKeys()) { in getSdkFormatForDomain()
1455 for (const ConfigMapper &cm : mStandardParams->getConfigMappersForSdkKey(name.c_str())) { in getReflectedFormat()