Searched refs:m_widthLastMaxAlloced (Results 1 – 4 of 4) sorted by relevance
117 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()
573 … uint32_t m_widthLastMaxAlloced; //!< Max Picture Width used for buffer allocation in past frames variable
55 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()
50 uint32_t widthMax = MOS_MAX(m_width, m_widthLastMaxAlloced); in AllocateResourcesVariableSizes()68 reallocParam.dwPicWidthAlloced = m_widthLastMaxAlloced; in AllocateResourcesVariableSizes()