Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/common/include/codec2/common/
DMultiAccessUnitHelper.h53 std::set<C2Param::Index> mSupportedParamIndexSet; member
/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp73 mSupportedParamIndexSet.insert(desc->index()); in MultiAccessUnitInterface()
87 return (mSupportedParamIndexSet.count(index) != 0); in isParamSupported()