Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h103 std::vector<std::shared_ptr<C2ParamDescriptor>> mParamDescs; member
DCCodecConfig.cpp1112 c2err = configurable->querySupportedParams(&mParamDescs); in initialize()
1115 mParamDescs.size(), asString(c2err)); in initialize()
1118 for (const std::shared_ptr<C2ParamDescriptor> &desc : mParamDescs) { in initialize()
1138 mParamUpdater->addParamDesc(mReflector, mParamDescs); in initialize()
1193 for (const std::shared_ptr<C2ParamDescriptor> &desc : mParamDescs) { in initialize()