Home
last modified time | relevance | path

Searched refs:m_mprRowStoreScratchBufferPicWidthInMb (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_avc.h391 …uint16_t m_mprRowStoreScratchBufferPicWidthInMb; //!< Mpr RowStore Scratch Bu… variable
H A Dcodechal_decode_avc.cpp993 …tempMprRowStoreScratchBufferPicWidthInMB = MOS_MAX(m_mprRowStoreScratchBufferPicWidthInMb, (picPar… in AllocateResourcesVariableSizes()
995 if ((tempMprRowStoreScratchBufferPicWidthInMB > m_mprRowStoreScratchBufferPicWidthInMb) || in AllocateResourcesVariableSizes()
1015 m_mprRowStoreScratchBufferPicWidthInMb = tempMprRowStoreScratchBufferPicWidthInMB; in AllocateResourcesVariableSizes()
2197 m_mprRowStoreScratchBufferPicWidthInMb = 0; in CodechalDecodeAvc()