Home
last modified time | relevance | path

Searched refs:m_secondLevelBBArray (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/packet/
H A Ddecode_huc_authcheck_packet_m12.cpp63 if (m_secondLevelBBArray == nullptr) in Init()
66 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in Init()
68 DECODE_CHK_NULL(m_secondLevelBBArray); in Init()
80 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
95 m_batchBuf = m_secondLevelBBArray->Fetch(); in Execute()
H A Ddecode_huc_authcheck_packet_m12.h90 … BatchBufferArray *m_secondLevelBBArray = nullptr; //!< Pointer to second level batch buffer variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline_xe_lpm_plus_base.cpp187 if (m_secondLevelBBArray == nullptr) in AllocateResources()
189 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in AllocateResources()
191 DECODE_CHK_NULL(m_secondLevelBBArray); in AllocateResources()
192 PMHW_BATCH_BUFFER &batchBuf = m_secondLevelBBArray->Fetch(); in AllocateResources()
197 PMHW_BATCH_BUFFER &batchBuf = m_secondLevelBBArray->Fetch(); in AllocateResources()
358 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline_xe2_lpm_base.cpp188 if (m_secondLevelBBArray == nullptr) in AllocateResources()
190 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in AllocateResources()
192 DECODE_CHK_NULL(m_secondLevelBBArray); in AllocateResources()
193 PMHW_BATCH_BUFFER &batchBuf = m_secondLevelBBArray->Fetch(); in AllocateResources()
198 PMHW_BATCH_BUFFER &batchBuf = m_secondLevelBBArray->Fetch(); in AllocateResources()
351 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline_m12.cpp280 if (m_secondLevelBBArray == nullptr) in AllocateResources()
282 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in AllocateResources()
284 DECODE_CHK_NULL(m_secondLevelBBArray); in AllocateResources()
285 PMHW_BATCH_BUFFER &batchBuf = m_secondLevelBBArray->Fetch(); in AllocateResources()
290 PMHW_BATCH_BUFFER &batchBuf = m_secondLevelBBArray->Fetch(); in AllocateResources()
443 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_packet.cpp80 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in Init()
82 DECODE_CHK_NULL(m_secondLevelBBArray); in Init()
102 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
H A Ddecode_mpeg2_packet.h164 …BatchBufferArray *m_secondLevelBBArray = nullptr; //!< Point to second level batch buffer array variable
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_packet_xe_m_base.cpp79 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in Init()
81 DECODE_CHK_NULL(m_secondLevelBBArray); in Init()
99 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
H A Ddecode_mpeg2_packet_m12.cpp105 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackSliceLevelCmds()
134 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackMbLevelCmds()
H A Ddecode_mpeg2_packet_xe_m_base.h164 … BatchBufferArray* m_secondLevelBBArray = nullptr; //!< Point to second level batch buffer array variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/packet/
H A Ddecode_av1_packet.cpp63 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in Init()
65 DECODE_CHK_NULL(m_secondLevelBBArray); in Init()
85 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
H A Ddecode_av1_packet.h171 BatchBufferArray *m_secondLevelBBArray = nullptr; //!< Point to second level batch buffer variable
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/av1/packet/
H A Ddecode_av1_packet_g12_base.cpp66 m_secondLevelBBArray = m_allocator->AllocateBatchBufferArray( in Init()
68 DECODE_CHK_NULL(m_secondLevelBBArray); in Init()
87 DECODE_CHK_STATUS(m_allocator->Destroy(m_secondLevelBBArray)); in Destroy()
H A Ddecode_av1_packet_g12_base.h176 BatchBufferArray *m_secondLevelBBArray = nullptr; //!< Point to second level batch buffer variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_packet_xe2_lpm_base.cpp106 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackSliceLevelCmds()
135 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackMbLevelCmds()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_packet_xe_lpm_plus_base.cpp105 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackSliceLevelCmds()
134 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackMbLevelCmds()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline.cpp370 if (m_secondLevelBBArray == nullptr) in GetSliceLvlCmdBuffer()
374 return m_secondLevelBBArray->Peek(); in GetSliceLvlCmdBuffer()
H A Ddecode_hevc_pipeline.h294 BatchBufferArray *m_secondLevelBBArray = nullptr; //!< Point to second level batch buffer variable
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/dec/av1/packet/
H A Ddecode_av1_packet_xe2_lpm_base.cpp135 m_batchBuf = m_secondLevelBBArray->Fetch(); in PackPictureLevelCmds()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/av1/packet/
H A Ddecode_av1_packet_xe_lpm_plus_base.cpp134 m_batchBuf = m_secondLevelBBArray->Fetch(); in PackPictureLevelCmds()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/packet/
H A Ddecode_av1_packet_g12.cpp140 m_batchBuf = m_secondLevelBBArray->Fetch(); in PackPictureLevelCmds()