Searched refs:paramDescs (Results 1 – 4 of 4) sorted by relevance
66 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in takeFilters() local67 c2_status_t err = mFilters.back().intf->querySupportedParams_nb(¶mDescs); in takeFilters()71 paramDescs.clear(); in takeFilters()73 for (const std::shared_ptr<C2ParamDescriptor> ¶mDesc : paramDescs) { in takeFilters()383 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in transferParams_l() local384 c2_status_t err = next->querySupportedParams_nb(¶mDescs); in transferParams_l()393 for (const std::shared_ptr<C2ParamDescriptor> ¶mDesc : paramDescs) { in transferParams_l()
84 const std::vector<std::shared_ptr<C2ParamDescriptor>> ¶mDescs);
130 std::vector<std::shared_ptr<C2ParamDescriptor>> paramDescs; in addSupportedProfileLevels() local131 c2_status_t err1 = intf->querySupportedParams(¶mDescs); in addSupportedProfileLevels()133 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()