Home
last modified time | relevance | path

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

/hardware/google/av/codec2/include/
DC2Param.h158 struct CoreIndex { struct
160 enum : uint32_t {
165 enum : uint32_t {
191 inline CoreIndex(uint32_t index) : mIndex(index) { } in CoreIndex() argument
197 inline bool isVendor() const { return mIndex & IS_VENDOR_FLAG; } in isVendor()
200 inline bool isFlexible() const { return mIndex & IS_FLEX_FLAG; } in isFlexible()
204 inline uint32_t coreIndex() const { return mIndex & CORE_MASK; } in coreIndex()
207 inline type_index_t typeIndex() const { return mIndex & TYPE_INDEX_MASK; } in typeIndex()