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

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

Completed in 270 milliseconds