Home
last modified time | relevance | path

Searched refs:CodechalEncodeAllocator (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encode_allocator.cpp78 uint16_t CodechalEncodeAllocator::MosToAllocatorCodec(uint32_t codec) in MosToAllocatorCodec()
110 uint16_t CodechalEncodeAllocator::MosToAllocatorFormat(MOS_FORMAT format) in MosToAllocatorFormat()
142 uint16_t CodechalEncodeAllocator::MosToAllocatorTile(MOS_TILE_TYPE type) in MosToAllocatorTile()
166 void* CodechalEncodeAllocator::AllocateResource( in AllocateResource()
212 void* CodechalEncodeAllocator::GetResource(uint32_t codec, ResourceName name, uint8_t index) in GetResource()
218 uint32_t CodechalEncodeAllocator::GetResourceSize(uint32_t codec, ResourceName name, uint8_t index) in GetResourceSize()
233 void CodechalEncodeAllocator::ReleaseResource(uint32_t codec, ResourceName name, uint8_t index) in ReleaseResource()
238 uint16_t CodechalEncodeAllocator::SetResourceID(uint32_t codec, ResourceName name, uint8_t index) in SetResourceID()
252 uint16_t CodechalEncodeAllocator::GetResourceID(uint64_t resourceTag, Match level) in GetResourceID()
274 CodechalEncodeAllocator::CodechalEncodeAllocator(CodechalEncoderState* encoder) in CodechalEncodeAllocator() function in CodechalEncodeAllocator
[all …]
H A Dcodechal_encode_allocator.h109 class CodechalEncodeAllocator : public CodechalAllocator
143 CodechalEncodeAllocator(CodechalEncoderState* encoder);
148 ~CodechalEncodeAllocator();
151 CodechalEncodeAllocator(const CodechalEncodeAllocator&) = delete;
152 CodechalEncodeAllocator& operator=(const CodechalEncodeAllocator&) = delete;
H A Dcodechal_encode_tracked_buffer.h458CodechalEncodeAllocator* m_allocator = nullptr; //!< Pointer to resour…
H A Dcodechal_encoder_base.h1352CodechalEncodeAllocator* m_allocator = nullptr; //!< Resource allo…
H A Dcodechal_encoder_base.cpp607 CODECHAL_ENCODE_CHK_NULL_RETURN(m_allocator = MOS_New(CodechalEncodeAllocator, this)); in Allocate()