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

/hardware/google/av/codec2/include/
H A DC2Param.h158 struct CoreIndex { struct
191 inline CoreIndex(uint32_t index) : mIndex(index) { } function
194 inline CoreIndex(uint64_t index) = delete;
209 DEFINE_FIELD_AND_MASK_BASED_COMPARISON_OPERATORS(CoreIndex, mIndex, CORE_MASK)
220 struct Type : public CoreIndex {
249 inline Type(uint32_t index) : CoreIndex(index) { }
406 inline CoreIndex coreIndex() const { return _mIndex.coreIndex(); }
1134 inline C2Param::CoreIndex coreIndex() const { return _mType.coreIndex(); }
1154 C2Param::CoreIndex type,
1162 C2Param::CoreIndex typ
[all...]

Completed in 32 milliseconds