Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_mmc_decode_vc1_g12_ext.h36 class CodechalMmcDecodeVc1G12Ext
42 CodechalMmcDecodeVc1G12Ext(
49 ~CodechalMmcDecodeVc1G12Ext() {} in ~CodechalMmcDecodeVc1G12Ext()
H A Dcodechal_mmc_decode_vc1_g12_ext.cpp30 CodechalMmcDecodeVc1G12Ext::CodechalMmcDecodeVc1G12Ext( in CodechalMmcDecodeVc1G12Ext() function in CodechalMmcDecodeVc1G12Ext
42 MOS_STATUS CodechalMmcDecodeVc1G12Ext::CopyAuxSurfForSkip( in CopyAuxSurfForSkip()
H A Dcodechal_mmc_decode_vc1_g12.h64 CodechalMmcDecodeVc1G12Ext *m_vc1MmcExt = nullptr; //!< Pointer to VC1 MMC ext instance
H A Dcodechal_mmc_decode_vc1_g12.cpp46 m_vc1MmcExt = MOS_New(CodechalMmcDecodeVc1G12Ext, hwInterface, this); in CodechalMmcDecodeVc1G12()