Searched refs:_mIndex (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codec2/include/ |
D | C2Param.h | 312 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/ |
D | C2Param_test.cpp | 793 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()
|