Searched refs:m_FrameValue (Results 1 – 1 of 1) sorted by relevance
99 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member101 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()103 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()124 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member128 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()130 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()138 ut::ResU8 m_FrameValue[3]; // u8 m_Frame; u16 m_Value * scale + offset; member141 u32 GetFrame() const { return m_FrameValue[0]; } in GetFrame()143 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()