Home
last modified time | relevance | path

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

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/
Dvp_user_feature_control.h52 bool cscCosffPatchModeDisabled = false; member
165 return m_ctrlVal.cscCosffPatchModeDisabled; in IsCscCosffPatchModeDisabled()
Dvp_user_feature_control.cpp143 m_ctrlValDefault.cscCosffPatchModeDisabled = cscCoeffPatchModeDisabled; in VpUserFeatureControl()
148 m_ctrlValDefault.cscCosffPatchModeDisabled = false; in VpUserFeatureControl()
150 …P_PUBLIC_NORMALMESSAGE("cscCosffPatchModeDisabled %d", m_ctrlValDefault.cscCosffPatchModeDisabled); in VpUserFeatureControl()