Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecConfig.h109 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component member
152 if (mSupportedIndices.count(index) || mLocalParams.count(index)) {
153 if (mSupportedIndices.count(index)) {
157 … name.c_str(), (uint32_t)index, mSupportedIndices.count(index) ? "supported" : "local");
DCCodecConfig.cpp549 mSupportedIndices.emplace(desc->index()); in initialize()
905 if (mSupportedIndices.count(ix)) { in getConfigUpdateFromSdkParams()
939 if (mSupportedIndices.count(param->index())) { in setParameters()