Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_encode_csc_ds_mdf_g12.cpp262 if (m_cmProgramCSCDS) in ReleaseResources()
264 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->DestroyProgram(m_cmProgramCSCDS)); in ReleaseResources()
265 m_cmProgramCSCDS = nullptr; in ReleaseResources()
412 m_cmProgramCSCDS, in InitKernelStateCsc()
417 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->CreateKernel(m_cmProgramCSCDS, in InitKernelStateCsc()
424 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->CreateKernel(m_cmProgramCSCDS, in InitKernelStateCsc()
431 CODECHAL_ENCODE_CHK_STATUS_RETURN(cmDev->CreateKernel(m_cmProgramCSCDS, in InitKernelStateCsc()
H A Dcodechal_encode_csc_ds_mdf_g12.h60 CmProgram *m_cmProgramCSCDS = nullptr; variable