Searched refs:paramDescs (Results 1 – 4 of 4) sorted by relevance
61 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in takeFilters() local62 c2_status_t err = mFilters.back().intf->querySupportedParams_nb(¶mDescs); in takeFilters()66 paramDescs.clear(); in takeFilters()68 for (const std::shared_ptr<C2ParamDescriptor> ¶mDesc : paramDescs) { in takeFilters()384 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in transferParams_l() local385 c2_status_t err = next->querySupportedParams_nb(¶mDescs); in transferParams_l()394 for (const std::shared_ptr<C2ParamDescriptor> ¶mDesc : paramDescs) { in transferParams_l()
84 const std::vector<std::shared_ptr<C2ParamDescriptor>> ¶mDescs);
133 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in addSupportedProfileLevels() local134 c2_status_t err1 = intf->querySupportedParams(¶mDescs); in addSupportedProfileLevels()136 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addSupportedProfileLevels()
118 const std::vector<std::shared_ptr<C2ParamDescriptor>> ¶mDescs) { in addParamDesc() argument119 for (const std::shared_ptr<C2ParamDescriptor> &desc : paramDescs) { in addParamDesc()