Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_allocator.cpp29 uint64_t CodechalAllocator::GetResourceTag(uint16_t resourceID, Match level) in GetResourceTag()
43 void* CodechalAllocator::GetResourcePointer(uint16_t resourceID, Match level) in GetResourcePointer()
57 void* CodechalAllocator::Allocate1DBuffer(uint64_t resourceTag, uint32_t size, in Allocate1DBuffer()
92 void* CodechalAllocator::Allocate2DBuffer( in Allocate2DBuffer()
129 void* CodechalAllocator::AllocateBatchBuffer(uint64_t resourceTag, uint32_t size, bool zeroOnAlloca… in AllocateBatchBuffer()
157 void CodechalAllocator::ReleaseResource(uint16_t resourceID, Match level) in ReleaseResource()
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()
203 void CodechalAllocator::ClearResource(MOS_RESOURCE* resource, size_t size) in ClearResource()
[all …]
H A Dcodechal_allocator.h37 class CodechalAllocator
43 CodechalAllocator(MOS_INTERFACE*);
48 virtual ~CodechalAllocator();
108 CodechalAllocator(const CodechalAllocator&) = delete;
109 CodechalAllocator& operator=(const CodechalAllocator&) = delete;
H A Dcodechal_encode_allocator.cpp235 CodechalAllocator::ReleaseResource(SetResourceID(codec, name, index), matchLevel1); in ReleaseResource()
275 : CodechalAllocator(encoder->GetOsInterface()) in CodechalEncodeAllocator()
H A Dcodechal_encode_allocator.h109 class CodechalEncodeAllocator : public CodechalAllocator