Home
last modified time | relevance | path

Searched defs:resourceTag (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_allocator.cpp57 void* CodechalAllocator::Allocate1DBuffer(uint64_t resourceTag, uint32_t size, in Allocate1DBuffer()
93 uint64_t resourceTag, uint32_t width, uint32_t height, MOS_FORMAT format, in Allocate2DBuffer()
129 void* CodechalAllocator::AllocateBatchBuffer(uint64_t resourceTag, uint32_t size, bool zeroOnAlloca… in AllocateBatchBuffer()
185 bool CodechalAllocator::Is1DBuffer(uint64_t resourceTag) in Is1DBuffer()
191 bool CodechalAllocator::Is2DBuffer(uint64_t resourceTag) in Is2DBuffer()
197 bool CodechalAllocator::IsBatchBuffer(uint64_t resourceTag) in IsBatchBuffer()
H A Dcodechal_encode_allocator.cpp252 uint16_t CodechalEncodeAllocator::GetResourceID(uint64_t resourceTag, Match level) in GetResourceID()