Searched defs:_mIndex (Results 1 - 1 of 1) 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...]

Completed in 69 milliseconds