/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_allocator_utils.cpp | 49 std::shared_ptr<IBufferAllocator> BufferAllocatorUtils::GetAllocator(std::shared_ptr<IBuffer>& buff… in GetAllocator() function in OHOS::Camera::BufferAllocatorUtils 74 auto allocator = GetAllocator(buffer); in FreeBuffer() 81 auto allocator = GetAllocator(buffer); in MapBuffer() 88 auto allocator = GetAllocator(buffer); in UnmapBuffer() 95 auto allocator = GetAllocator(buffer); in FlushCache() 102 auto allocator = GetAllocator(buffer); in InvalidateCache()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | display_gralloc.cpp | 25 return AllocatorManager::GetInstance().GetAllocator(info->usage)->AllocMem(*info, handle); in AllocMem() 32 AllocatorManager::GetInstance().GetAllocator(handle->usage)->FreeMem(handle); in FreeMem() 39 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->Mmap(*handle); in Mmap() 46 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->Unmap(*handle); in Unmap() 53 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->FlushCache(*handle); in FlushCache() 60 return AllocatorManager::GetInstance().GetAllocator(handle->usage)->InvalidateCache(*handle); in InvalidateCache()
|
H A D | allocator_manager.h | 31 Allocator* GetAllocator(uint64_t usage);
|
H A D | allocator_manager.cpp | 66 Allocator* AllocatorManager::GetAllocator(uint64_t usage) in GetAllocator() function in OHOS::HDI::DISPLAY::AllocatorManager
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | base.cpp | 152 std::shared_ptr<Allocator> Base::GetAllocator() in GetAllocator() function in Base 154 return plugin_->GetAllocator(); in GetAllocator()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/ |
H A D | video_decoder_filter.cpp | 172 std::shared_ptr<Allocator> VideoDecoderFilter::GetAllocator() in GetAllocator() function in OHOS::Media::Pipeline::VideoDecoderFilter 185 return plugin_->GetAllocator(); in GetAllocator()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/ |
H A D | codec_filter_base.cpp | 142 std::shared_ptr<Allocator> CodecFilterBase::GetAllocator() in GetAllocator() function in OHOS::Media::Pipeline::CodecFilterBase 144 return plugin_->GetAllocator(); in GetAllocator() 272 std::shared_ptr<Allocator> outAllocator = GetAllocator(); in Configure()
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/ |
H A D | UtCodecTest1.h | 40 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtCodecTest2.h | 40 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtSourceTest1.h | 44 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtSourceTest2.h | 44 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtDemuxerTest1.h | 48 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtDemuxerTest2.h | 49 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtAudioSinkTest1.h | 60 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtAudioSinkTest2.h | 60 std::shared_ptr<Allocator> GetAllocator() override;
|
H A D | UtCodecTest1.cpp | 58 std::shared_ptr<Allocator> UtCodecTest1::GetAllocator() in GetAllocator() function in UtCodecTest1
|
H A D | UtCodecTest2.cpp | 58 std::shared_ptr<Allocator> UtCodecTest2::GetAllocator() in GetAllocator() function in UtCodecTest2
|
H A D | UtSourceTest2.cpp | 75 std::shared_ptr<Allocator> UtSourceTest2::GetAllocator() in GetAllocator() function in UtSourceTest2
|
H A D | UtSourceTest1.cpp | 76 std::shared_ptr<Allocator> UtSourceTest1::GetAllocator() in GetAllocator() function in OHOS::Media::Plugin::UtSourceTest1
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | buffer_allocator_utils.h | 27 static std::shared_ptr<IBufferAllocator> GetAllocator(std::shared_ptr<IBuffer>& buffer);
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/ |
H A D | http_source_plugin.cpp | 174 std::shared_ptr<Allocator> HttpSourcePlugin::GetAllocator() in GetAllocator() function in OHOS::Media::Plugin::HttpPlugin::HttpSourcePlugin 192 bufData = buffer->AllocMemory(GetAllocator(), expectedLen); in Read()
|
H A D | http_source_plugin.h | 40 std::shared_ptr<Allocator> GetAllocator() override;
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
H A D | output_sink_plugin.h | 31 std::shared_ptr<Allocator> GetAllocator() override in GetAllocator() function
|
H A D | plugin_base.h | 213 virtual std::shared_ptr<Allocator> GetAllocator() in GetAllocator() function
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/ |
H A D | video_file_capture_plugin.cpp | 204 std::shared_ptr<Allocator> VideoFileCapturePlugin::GetAllocator() in GetAllocator() function in OHOS::Media::Plugin::VideoCapture::VideoFileCapturePlugin 248 bufData = buffer->AllocMemory(GetAllocator(), expectedLen); in Read()
|