Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.h116 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component member
171 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {
172 if (mSupportedIndices.count(index)) {
176 … name.c_str(), (uint32_t)index, mSupportedIndices.count(index) ? "supported" : "local");
H A DCCodecConfig.cpp1022 mSupportedIndices.emplace(desc->index()); in initialize()
1145 if (mSupportedIndices.count(p->index()) || mLocalParams.count(p->index())) { in updateConfiguration()
1768 if (mSupportedIndices.count(ix)) { in getConfigUpdateFromSdkParams()
1802 if (mSupportedIndices.count(param->index())) { in setParameters()