Searched refs:paramDescs (Results 1 – 3 of 3) sorted by relevance
103 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in addSupportedProfileLevels() local104 c2_status_t err1 = intf->querySupportedParams(¶mDescs); in addSupportedProfileLevels()106 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addSupportedProfileLevels()
84 const std::vector<std::shared_ptr<C2ParamDescriptor>> ¶mDescs);
118 const std::vector<std::shared_ptr<C2ParamDescriptor>> ¶mDescs) { in addParamDesc() argument119 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addParamDesc()130 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addParamDesc()