Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codec2/include/
DC2Param.h312 inline bool isVendor() const { return _mIndex.isVendor(); } in isVendor()
314 inline bool isFlexible() const { return _mIndex.isFlexible(); } in isFlexible()
316 inline bool isGlobal() const { return _mIndex.isGlobal(); } in isGlobal()
318 inline bool forInput() const { return _mIndex.forInput(); } in forInput()
320 inline bool forOutput() const { return _mIndex.forOutput(); } in forOutput()
323 inline bool forStream() const { return _mIndex.forStream(); } in forStream()
325 inline bool forPort() const { return _mIndex.forPort(); } in forPort()
328 inline unsigned stream() const { return _mIndex.stream(); } in stream()
331 inline uint32_t type() const { return _mIndex.type(); } in type()
334 inline Kind kind() const { return _mIndex.kind(); } in kind()
[all …]
/frameworks/av/media/libstagefright/codec2/tests/
DC2Param_test.cpp793 static_assert(offsetof(C2NumberTuning, _mIndex) == 4, "bad offset"); in StaticTest()
811 static_assert(offsetof(C2NumberPortTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
814 static_assert(offsetof(C2NumberPortTuning::output, _mIndex) == 4, "bad offset"); in StaticTest()
832 static_assert(offsetof(C2NumberStreamTuning::input, _mIndex) == 4, "bad offset"); in StaticTest()
835 static_assert(offsetof(C2NumberStreamTuning::output, _mIndex) == 4, "bad offset"); in StaticTest()
852 static_assert(offsetof(C2NumbersTuning, _mIndex) == 4, "bad offset"); in StaticFlexTest()
870 static_assert(offsetof(C2NumbersPortTuning::input, _mIndex) == 4, "bad offset"); in StaticFlexTest()
873 static_assert(offsetof(C2NumbersPortTuning::output, _mIndex) == 4, "bad offset"); in StaticFlexTest()
891 static_assert(offsetof(C2NumbersStreamTuning::input, _mIndex) == 4, "bad offset"); in StaticFlexTest()
894 static_assert(offsetof(C2NumbersStreamTuning::output, _mIndex) == 4, "bad offset"); in StaticFlexTest()