/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/packet/ |
H A D | decode_vp8_picture_packet.cpp | 45 m_allocator->Destroy(m_resMfdIntraRowStoreScratchBuffer); in FreeResources() 141 if (m_resMfdIntraRowStoreScratchBuffer == nullptr) in SetRowStoreScratchBuffer() 143 m_resMfdIntraRowStoreScratchBuffer = m_allocator->AllocateBuffer( in SetRowStoreScratchBuffer() 145 DECODE_CHK_NULL(m_resMfdIntraRowStoreScratchBuffer); in SetRowStoreScratchBuffer() 150 m_resMfdIntraRowStoreScratchBuffer, buffer_size, notLockableVideoMem)); in SetRowStoreScratchBuffer() 300 …params.presMfdIntraRowStoreScratchBuffer = &(m_resMfdIntraRowStoreScratchBuffer->OsReso… in MHW_SETPAR_DECL_SRC()
|
H A D | decode_vp8_picture_packet.h | 143 …PMOS_BUFFER m_resMfdIntraRowStoreScratchBuffer = nullptr; //!< Gr… variable
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/avc/packet/ |
H A D | decode_avc_picture_xe_m_base_packet.cpp | 51 m_allocator->Destroy(m_resMfdIntraRowStoreScratchBuffer); in FreeResources() 176 if (m_resMfdIntraRowStoreScratchBuffer == nullptr) in AllocateVariableResources() 178 m_resMfdIntraRowStoreScratchBuffer = m_allocator->AllocateBuffer( in AllocateVariableResources() 187 m_resMfdIntraRowStoreScratchBuffer, in AllocateVariableResources() 261 …pipeBufAddrParams.presMfdIntraRowStoreScratchBuffer = &m_resMfdIntraRowStoreScratchBuffer->OsReso… in SetMfxPipeBufAddrParams()
|
H A D | decode_avc_picture_xe_m_base_packet.h | 168 …PMOS_BUFFER m_resMfdIntraRowStoreScratchBuffer = nullptr; //!< Handle of MFD Intra Row… variable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/packet/ |
H A D | decode_avc_picture_packet.cpp | 51 m_allocator->Destroy(m_resMfdIntraRowStoreScratchBuffer); in FreeResources() 176 if (m_resMfdIntraRowStoreScratchBuffer == nullptr) in AllocateVariableResources() 178 m_resMfdIntraRowStoreScratchBuffer = m_allocator->AllocateBuffer( in AllocateVariableResources() 187 m_resMfdIntraRowStoreScratchBuffer, in AllocateVariableResources() 312 …params.presMfdIntraRowStoreScratchBuffer = &m_resMfdIntraRowStoreScratchBuffer->OsResou… in MHW_SETPAR_DECL_SRC()
|
H A D | decode_avc_picture_packet.h | 156 …PMOS_BUFFER m_resMfdIntraRowStoreScratchBuffer = nullptr; //!< Handle of MFD Intra Row… variable
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_vp8.cpp | 977 Mos_ResourceIsNull(&m_resMfdIntraRowStoreScratchBuffer)) in AllocateResourcesVariableSizes() 979 if (!Mos_ResourceIsNull(&m_resMfdIntraRowStoreScratchBuffer)) in AllocateResourcesVariableSizes() 983 &m_resMfdIntraRowStoreScratchBuffer); in AllocateResourcesVariableSizes() 989 &m_resMfdIntraRowStoreScratchBuffer, in AllocateResourcesVariableSizes() 1094 &m_resMfdIntraRowStoreScratchBuffer); in ~CodechalDecodeVp8() 1310 …peBufAddrParams.presMfdIntraRowStoreScratchBuffer = &m_resMfdIntraRowStoreScratchBuffer; in DecodeStateLevel() 1558 MOS_ZeroMemory(&m_resMfdIntraRowStoreScratchBuffer, sizeof(m_resMfdIntraRowStoreScratchBuffer)); in CodechalDecodeVp8()
|
H A D | codechal_decode_avc.cpp | 969 Mos_ResourceIsNull(&m_resMfdIntraRowStoreScratchBuffer)) in AllocateResourcesVariableSizes() 971 if (!Mos_ResourceIsNull(&m_resMfdIntraRowStoreScratchBuffer)) in AllocateResourcesVariableSizes() 975 &m_resMfdIntraRowStoreScratchBuffer); in AllocateResourcesVariableSizes() 980 &m_resMfdIntraRowStoreScratchBuffer, in AllocateResourcesVariableSizes() 1233 &m_resMfdIntraRowStoreScratchBuffer); in ~CodechalDecodeAvc() 1510 &m_resMfdIntraRowStoreScratchBuffer; in InitPicMhwParams() 2181 MOS_ZeroMemory(&m_resMfdIntraRowStoreScratchBuffer, sizeof(MOS_RESOURCE)); in CodechalDecodeAvc()
|
H A D | codechal_decode_avc.h | 420 …MOS_RESOURCE m_resMfdIntraRowStoreScratchBuffer; //!< Handle of MFD Intra Row Store S… variable
|
H A D | codechal_decode_vp8.h | 609 …MOS_RESOURCE m_resMfdIntraRowStoreScratchBuffer; //!< Graphics resource of MF… variable
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/enc/av1/packet/ |
H A D | encode_av1_vdenc_packet_xe_m_base.cpp | 82 …m_basicFeature->m_resMfdIntraRowStoreScratchBuffer = m_allocator->AllocateResource(allocParams,fal… in AllocateResources() 84 if (m_basicFeature->m_resMfdIntraRowStoreScratchBuffer == nullptr) in AllocateResources()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/enc/av1/packet/ |
H A D | encode_av1_vdenc_packet_xe2_lpm_base.cpp | 100 …m_basicFeature->m_resMfdIntraRowStoreScratchBuffer = m_allocator->AllocateResource(allocParams, fa… in AllocateResources() 102 if (m_basicFeature->m_resMfdIntraRowStoreScratchBuffer == nullptr) in AllocateResources()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/av1/packet/ |
H A D | encode_av1_vdenc_packet_xe_lpm_plus_base.cpp | 94 …m_basicFeature->m_resMfdIntraRowStoreScratchBuffer = m_allocator->AllocateResource(allocParams, fa… in AllocateResources() 96 if (m_basicFeature->m_resMfdIntraRowStoreScratchBuffer == nullptr) in AllocateResources()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/ |
H A D | encode_av1_basic_feature.h | 223 PMOS_RESOURCE m_resMfdIntraRowStoreScratchBuffer = nullptr; variable
|
H A D | encode_av1_basic_feature.cpp | 801 params.mfdIntraRowStoreScratchBuffer = m_resMfdIntraRowStoreScratchBuffer; in MHW_SETPAR_DECL_SRC() 1036 params.intraPredLineRowstoreBuffer = m_resMfdIntraRowStoreScratchBuffer; in MHW_SETPAR_DECL_SRC()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
H A D | codechal_decode_vp8_g11.cpp | 181 …peBufAddrParams.presMfdIntraRowStoreScratchBuffer = &m_resMfdIntraRowStoreScratchBuffer; in DecodeStateLevel()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_decode_vp8_g12.cpp | 155 …peBufAddrParams.presMfdIntraRowStoreScratchBuffer = &m_resMfdIntraRowStoreScratchBuffer; in DecodeStateLevel()
|