Home
last modified time | relevance | path

Searched refs:m_cscUsingSfc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_encode_csc_ds_g11.cpp96 m_cscUsingSfc = IsSfcEnabled() ? 1 : 0; in CheckRawColorFormat()
101 m_cscUsingSfc = 0; in CheckRawColorFormat()
107 m_cscUsingSfc = IsSfcEnabled() ? 1 : 0; in CheckRawColorFormat()
111 m_cscUsingSfc = 0; in CheckRawColorFormat()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_csc_ds.h360 bool UseSfc() const { return m_cscUsingSfc != 0; } in UseSfc()
366 uint8_t CscMethod() const { return (m_cscRequireColor ? (m_cscUsingSfc ? 2 : 1) : 0); } in CscMethod()
736 …uint8_t m_cscUsingSfc : 1; //!< bit 4 = 1: us… member
H A Dcodechal_encode_csc_ds.cpp79 m_cscUsingSfc = m_cscEnableSfc ? 1 : 0; in CheckRawColorFormat()
83 m_cscUsingSfc = 0; in CheckRawColorFormat()
90 m_cscUsingSfc = m_cscEnableSfc ? 1 : 0; in CheckRawColorFormat()
94 m_cscUsingSfc = 0; in CheckRawColorFormat()
461 if (m_cscUsingSfc) in SetSurfacesToEncPak()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_encode_csc_ds_g12.cpp101 m_cscUsingSfc = IsSfcEnabled() ? 1 : 0; in CheckRawColorFormat()
107 m_cscUsingSfc = 0; in CheckRawColorFormat()