Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h385 inline bool isVendor() const { return _mIndex.isVendor(); } in isVendor()
387 inline bool isFlexible() const { return _mIndex.isFlexible(); } in isFlexible()
389 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal()
391 inline bool forInput() const { return _mIndex.forInput(); } in forInput()
393 inline bool forOutput() const { return _mIndex.forOutput(); } in forOutput()
396 inline bool forStream() const { return _mIndex.forStream(); } in forStream()
398 inline bool forPort() const { return _mIndex.forPort(); } in forPort()
401 inline unsigned stream() const { return _mIndex.stream(); } in stream()
404 inline Type type() const { return _mIndex.type(); } in type()
408 inline uint32_t index() const { return (uint32_t)_mIndex; } in index()
[all …]
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp883 static_assert(offsetof(C2NumberTuning, _mIndex) == 4, "bad offset"); in StaticTest()
901 static_assert(offsetof(C2NumberPortTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
904 static_assert(offsetof(C2NumberPortTuning::output, _mIndex) == 4, "bad offset"); in StaticTest()
922 static_assert(offsetof(C2NumberStreamTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
925 static_assert(offsetof(C2NumberStreamTuning::output, _mIndex) == 4, "bad offset"); in StaticTest()
948 static_assert(offsetof(C2MySetting, _mIndex) == 4, "bad offset"); in StaticFromBaseTest()
966 static_assert(offsetof(C2MyPortSetting::input, _mIndex) == 4, "bad offset"); in StaticFromBaseTest()
969 static_assert(offsetof(C2MyPortSetting::output, _mIndex) == 4, "bad offset"); in StaticFromBaseTest()
987 static_assert(offsetof(C2MyStreamSetting::input, _mIndex) == 4, "bad offset"); in StaticFromBaseTest()
990 static_assert(offsetof(C2MyStreamSetting::output, _mIndex) == 4, "bad offset"); in StaticFromBaseTest()
[all …]
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h42 return pf._mIndex; in GetIndex()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1264 _mIndex, _mField, _mParamSize, _mReflector); in begin()
1269 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
1278 : _mIndex(param.coreIndex()), in C2FieldUtilsFieldLocation()
1284 C2Param::CoreIndex _mIndex; member