Searched defs:BaseIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codec2/include/
H A DC2Param.h128 struct BaseIndex { struct in namespace:android
162 inline BaseIndex(uint32_t index) : mIndex(index) { } function in namespace:android
165 inline BaseIndex(uint64_t index) = delete;
179 DEFINE_FIELD_BASED_COMPARISON_OPERATORS(BaseIndex, mIndex)
189 struct Type : public BaseIndex {
217 inline Type(uint32_t index) : BaseIndex(index) { }
824 inline C2Param::BaseIndex baseIndex() const { return _mType.baseIndex(); }
844 C2Param::BaseIndex type,
849 const C2Param::BaseIndex _mType;
922 enum : uint32_t { baseIndex = kParamIndex##name | C2Param::BaseIndex
[all...]

Completed in 63 milliseconds