Home
last modified time | relevance | path

Searched refs:m_cscEnableSfc (Results 1 – 2 of 2) sorted by relevance

/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_encode_csc_ds.h361 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
Dcodechal_encode_csc_ds.cpp79 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()