Home
last modified time | relevance | path

Searched defs:m_usePatchList (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/packet/
H A Dencode_preenc_packet.h221 bool m_usePatchList = 0; //!< Use Ptach List or not variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/packet/
H A Dencode_avc_vdenc_packet.h487 bool m_usePatchList = 0; //!< Use Ptach List or not variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/jpeg/packet/
H A Dencode_jpeg_packet.h445 bool m_usePatchList = 0; //!< Use Ptach List or not variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/packet/
H A Dencode_vp9_vdenc_packet.h558 bool m_usePatchList = false; //!< Use Patch List or not variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/packet/
H A Dencode_av1_vdenc_packet.h303 bool m_usePatchList = false; //!< Use Ptach List or not variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/packet/
H A Dencode_hevc_vdenc_packet.h626 bool m_usePatchList = 0; //!< Use Ptach List or not variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encoder_base.cpp2451 …bool m_usePatchList = m_osInterface->bUsesPatchList || MEDIA_IS_SKU(m_skuTable, FtrMediaPatchless); in VerifySpaceAvailable() local