Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h41 inline static uint32_t GetIndex(const C2ParamField &pf) { in GetIndex() function
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp135 os << "<" << C2Param::Index(_C2ParamInspector::GetIndex(i)) in operator <<()
DC2InterfaceHelper.cpp826 C2Param::Index ix = _C2ParamInspector::GetIndex(query.field()); in querySupportedValues()
DC2InterfaceUtils.cpp1271 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DParamTypes.h78 d->index = static_cast<decltype(d->index)>(_C2ParamInspector::GetIndex(s)); in objcpy()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp345 uint32_t type = C2Param::Index(_C2ParamInspector::GetIndex(field.field())).type(); in querySupportedValues_vb()