Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Param.h380 inline bool isVendor() const { return _mIndex.isVendor(); } in isVendor()
382 inline bool isFlexible() const { return _mIndex.isFlexible(); } in isFlexible()
384 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal()
386 inline bool forInput() const { return _mIndex.forInput(); } in forInput()
388 inline bool forOutput() const { return _mIndex.forOutput(); } in forOutput()
391 inline bool forStream() const { return _mIndex.forStream(); } in forStream()
393 inline bool forPort() const { return _mIndex.forPort(); } in forPort()
396 inline unsigned stream() const { return _mIndex.stream(); } in stream()
399 inline Type type() const { return _mIndex.type(); } in type()
403 inline uint32_t index() const { return (uint32_t)_mIndex; } in index()
[all …]
/hardware/google/av/codec2/vndk/internal/
DC2ParamInternal.h42 return pf._mIndex; in GetIndex()
/hardware/google/av/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 …]
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp1250 _mIndex, _mField, _mParamSize, _mReflector); in begin()
1255 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
1264 : _mIndex(param.coreIndex()), in C2FieldUtilsFieldLocation()
1270 C2Param::CoreIndex _mIndex; member