Searched refs:mSupportedIndices (Results 1 – 2 of 2) sorted by relevance
109 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component member152 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {153 if (mSupportedIndices.count(index)) {157 … name.c_str(), (uint32_t)index, mSupportedIndices.count(index) ? "supported" : "local");
549 mSupportedIndices.emplace(desc->index()); in initialize()905 if (mSupportedIndices.count(ix)) { in getConfigUpdateFromSdkParams()939 if (mSupportedIndices.count(param->index())) { in setParameters()