Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_hevc.cpp117 uint32_t widthMax = MOS_MAX(m_width, m_widthLastMaxAlloced); in AllocateResourcesVariableSizes()
263 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateResourcesVariableSizes()
353 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateResourcesVariableSizes()
441 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateResourcesVariableSizes()
503 m_widthLastMaxAlloced = widthMax; in AllocateResourcesVariableSizes()
524 uint32_t widthMax = MOS_MAX(m_width, m_widthLastMaxAlloced); in AllocateMvTemporalBuffer()
531 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateMvTemporalBuffer()
2808 m_widthLastMaxAlloced(0), in CodechalDecodeHevc()
H A Dcodechal_decode_hevc.h573 … uint32_t m_widthLastMaxAlloced; //!< Max Picture Width used for buffer allocation in past frames variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_hevc_g12.cpp55 uint32_t widthMax = MOS_MAX(m_width, m_widthLastMaxAlloced); in AllocateResourcesVariableSizes()
73 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateResourcesVariableSizes()
98 …bool isNeedBiggerSize = (widthMax > m_widthLastMaxAlloced) || (heightMax > m_heightLastMaxAlloced); in AllocateResourcesVariableSizes()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_decode_hevc_g11.cpp50 uint32_t widthMax = MOS_MAX(m_width, m_widthLastMaxAlloced); in AllocateResourcesVariableSizes()
68 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateResourcesVariableSizes()