Searched refs:m_cscEnableSfc (Results 1 – 2 of 2) sorted by relevance
361 bool IsSfcEnabled() const { return m_cscEnableSfc != 0; } in IsSfcEnabled()374 void EnableSfc() { m_cscEnableSfc = 1; } in EnableSfc()375 void DisableSfc() { m_cscEnableSfc = 0; } in DisableSfc()1168 …uint8_t m_cscEnableSfc : 1; //!< bit 3 = 1: VE… member
79 m_cscUsingSfc = m_cscEnableSfc ? 1 : 0; in CheckRawColorFormat()90 m_cscUsingSfc = m_cscEnableSfc ? 1 : 0; in CheckRawColorFormat()1121 …CODECHAL_ENCODE_CHK_COND_RETURN(!m_cscEnableColor && !m_cscEnableSfc, "Input color format = %d is … in CheckCondition()