Searched refs:_mIndex (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/codec2/core/include/ |
H A D | C2Param.h | 528 if (other._mSize <= _mSize && other._mIndex == _mIndex && _mSize > 0) { in updateFrom() 557 _mIndex(paramIndex) { in C2Param() 581 return _mSize == o._mSize && _mIndex == o._mIndex; in equals() 585 Index _mIndex; member 802 return _mIndex == other._mIndex && _mFieldId == other._mFieldId; 809 return _mIndex < other._mIndex || 810 (_mIndex == other._mIndex && _mFieldId < other._mFieldId); 1234 : _mIndex(T::PARAM_TYPE), 1241 : _mIndex(index), 1259 : _mIndex(index), [all …]
|
/aosp12/frameworks/av/media/codec2/tests/ |
H A D | C2Param_test.cpp | 891 static_assert(offsetof(C2NumberTuning, _mIndex) == 4, "bad offset"); in StaticTest() 956 static_assert(offsetof(C2MySetting, _mIndex) == 4, "bad offset"); in StaticFromBaseTest() 974 static_assert(offsetof(C2MyPortSetting::input, _mIndex) == 4, "bad offset"); in StaticFromBaseTest() 977 static_assert(offsetof(C2MyPortSetting::output, _mIndex) == 4, "bad offset"); in StaticFromBaseTest() 995 static_assert(offsetof(C2MyStreamSetting::input, _mIndex) == 4, "bad offset"); in StaticFromBaseTest() 1015 static_assert(offsetof(C2NumbersTuning, _mIndex) == 4, "bad offset"); in StaticFlexTest() 1089 static_assert(offsetof(C2MyInfo, _mIndex) == 4, "bad offset"); in StaticFlexFromBaseTest() 1107 static_assert(offsetof(C2MyPortInfo::input, _mIndex) == 4, "bad offset"); in StaticFlexFromBaseTest() 1110 static_assert(offsetof(C2MyPortInfo::output, _mIndex) == 4, "bad offset"); in StaticFlexFromBaseTest() 1128 static_assert(offsetof(C2MyStreamInfo::input, _mIndex) == 4, "bad offset"); in StaticFlexFromBaseTest() [all …]
|
/aosp12/frameworks/av/media/codec2/vndk/internal/ |
H A D | C2ParamInternal.h | 42 return pf._mIndex; in GetIndex()
|
/aosp12/frameworks/av/media/codec2/vndk/util/ |
H A D | C2InterfaceUtils.cpp | 1266 _mIndex, _mField, _mParamSize, _mReflector); in begin() 1271 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation() 1280 : _mIndex(param.coreIndex()), in C2FieldUtilsFieldLocation() 1286 C2Param::CoreIndex _mIndex; member
|