/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/packet/ |
H A D | decode_huc_authcheck_packet_m12.cpp | 63 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 D | decode_huc_authcheck_packet_m12.h | 90 … 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 D | decode_hevc_pipeline_xe_lpm_plus_base.cpp | 187 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 D | decode_hevc_pipeline_xe2_lpm_base.cpp | 188 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 D | decode_hevc_pipeline_m12.cpp | 280 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 D | decode_mpeg2_packet.cpp | 80 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 D | decode_mpeg2_packet.h | 164 …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 D | decode_mpeg2_packet_xe_m_base.cpp | 79 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 D | decode_mpeg2_packet_m12.cpp | 105 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackSliceLevelCmds() 134 PMHW_BATCH_BUFFER batchBuf = m_secondLevelBBArray->Fetch(); in PackMbLevelCmds()
|
H A D | decode_mpeg2_packet_xe_m_base.h | 164 … 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 D | decode_av1_packet.cpp | 63 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 D | decode_av1_packet.h | 171 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 D | decode_av1_packet_g12_base.cpp | 66 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 D | decode_av1_packet_g12_base.h | 176 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 D | decode_mpeg2_packet_xe2_lpm_base.cpp | 106 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 D | decode_mpeg2_packet_xe_lpm_plus_base.cpp | 105 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 D | decode_hevc_pipeline.cpp | 370 if (m_secondLevelBBArray == nullptr) in GetSliceLvlCmdBuffer() 374 return m_secondLevelBBArray->Peek(); in GetSliceLvlCmdBuffer()
|
H A D | decode_hevc_pipeline.h | 294 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 D | decode_av1_packet_xe2_lpm_base.cpp | 135 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 D | decode_av1_packet_xe_lpm_plus_base.cpp | 134 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 D | decode_av1_packet_g12.cpp | 140 m_batchBuf = m_secondLevelBBArray->Fetch(); in PackPictureLevelCmds()
|