Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h100 std::vector<std::shared_ptr<C2ParamDescriptor>> mParamDescs; member
DCCodecConfig.cpp880 c2err = component->querySupportedParams(&mParamDescs); in initialize()
883 mParamDescs.size(), asString(c2err)); in initialize()
886 for (const std::shared_ptr<C2ParamDescriptor> &desc : mParamDescs) { in initialize()
901 mParamUpdater->addParamDesc(mReflector, mParamDescs); in initialize()