Searched refs:m_FrameValue (Results 1 – 1 of 1) sorted by relevance
97 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member99 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue()122 ut::ResU32 m_FrameValue; // u12 m_Frame; u20 m_Value * scale + offset; member126 u32 GetFrame() const { return m_FrameValue & 0x00000FFF; } in GetFrame()128 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue()136 ut::ResU8 m_FrameValue[3]; // u8 m_Frame; u16 m_Value * scale + offset; member139 u32 GetFrame() const { return m_FrameValue[0]; } in GetFrame()141 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue()