Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/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()
940 std::vector<std::string> formatKeys = mStandardParams->getPathsForDomain(Domain(1 << 30)); in initialize()
1068 for (const std::pair<std::string, std::vector<ConfigMapper>> &el : mStandardParams->getKeys()) { in getSdkFormatForDomain()
1466 for (const ConfigMapper &cm : mStandardParams->getConfigMappersForSdkKey(name.c_str())) { in getReflectedFormat()