Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp475 _mDependencyIndex.emplace(param->index(), _mDependencyIndex.size()); in addParam()
509 auto it = _mDependencyIndex.find(ix); in getDependencyIndex()
510 return it == _mDependencyIndex.end() ? SIZE_MAX : it->second; in getDependencyIndex()
517 std::map<C2Param::Index, size_t> _mDependencyIndex; member