Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h386 inline bool isVendor() const { return _mIndex.isVendor(); } in isVendor()
388 inline bool isFlexible() const { return _mIndex.isFlexible(); } in isFlexible()
390 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal()
392 inline bool forInput() const { return _mIndex.forInput(); } in forInput()
394 inline bool forOutput() const { return _mIndex.forOutput(); } in forOutput()
397 inline bool forStream() const { return _mIndex.forStream(); } in forStream()
399 inline bool forPort() const { return _mIndex.forPort(); } in forPort()
402 inline unsigned stream() const { return _mIndex.stream(); } in stream()
405 inline Type type() const { return _mIndex.type(); } in type()
409 inline uint32_t index() const { return (uint32_t)_mIndex; } in index()
[all …]
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h42 return pf._mIndex; in GetIndex()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp891 static_assert(offsetof(C2NumberTuning, _mIndex) == 4, "bad offset"); in StaticTest()
909 static_assert(offsetof(C2NumberPortTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
912 static_assert(offsetof(C2NumberPortTuning::output, _mIndex) == 4, "bad offset"); in StaticTest()
930 static_assert(offsetof(C2NumberStreamTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
933 static_assert(offsetof(C2NumberStreamTuning::output, _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()
998 static_assert(offsetof(C2MyStreamSetting::output, _mIndex) == 4, "bad offset"); in StaticFromBaseTest()
[all …]
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1266 _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