Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h113 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component member
158 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {
159 if (mSupportedIndices.count(index)) {
163 … name.c_str(), (uint32_t)index, mSupportedIndices.count(index) ? "supported" : "local");
DCCodecConfig.cpp887 mSupportedIndices.emplace(desc->index()); in initialize()
997 if (mSupportedIndices.count(p->index()) || mLocalParams.count(p->index())) { in updateConfiguration()
1509 if (mSupportedIndices.count(ix)) { in getConfigUpdateFromSdkParams()
1543 if (mSupportedIndices.count(param->index())) { in setParameters()