Home
last modified time | relevance | path

Searched refs:GetAllocator (Results 1 - 25 of 87) sorted by relevance

1234

/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtCodecTest1.h40 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtCodecTest2.h40 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtSourceTest1.h44 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtSourceTest2.h44 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtSourceTest2.cpp75 std::shared_ptr<Allocator> UtSourceTest2::GetAllocator() in GetAllocator() function in UtSourceTest2
H A DUtDemuxerTest2.h49 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtCodecTest1.cpp58 std::shared_ptr<Allocator> UtCodecTest1::GetAllocator() in GetAllocator() function in UtCodecTest1
H A DUtCodecTest2.cpp58 std::shared_ptr<Allocator> UtCodecTest2::GetAllocator() in GetAllocator() function in UtCodecTest2
H A DUtAudioSinkTest1.h60 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtAudioSinkTest2.h60 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtDemuxerTest1.h48 std::shared_ptr<Allocator> GetAllocator() override;
H A DUtDemuxerTest2.cpp84 std::shared_ptr<Allocator> UtDemuxerTest2::GetAllocator() in GetAllocator() function in UtDemuxerTest2
H A DUtSourceTest1.cpp76 std::shared_ptr<Allocator> UtSourceTest1::GetAllocator() in GetAllocator() function in OHOS::Media::Plugin::UtSourceTest1
H A DUtDemuxerTest1.cpp92 std::shared_ptr<Allocator> UtDemuxerTest1::GetAllocator() in GetAllocator() function in UtDemuxerTest1
H A DUtAudioSinkTest2.cpp107 std::shared_ptr<Allocator> UtAudioSinkTest2::GetAllocator() in GetAllocator() function in UtAudioSinkTest2
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dplugin_base.h213 virtual std::shared_ptr<Allocator> GetAllocator() in GetAllocator() function
H A Doutput_sink_plugin.h31 std::shared_ptr<Allocator> GetAllocator() override
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dbase.cpp152 std::shared_ptr<Allocator> Base::GetAllocator() in GetAllocator() function in Base
154 return plugin_->GetAllocator(); in GetAllocator()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp172 std::shared_ptr<Allocator> VideoDecoderFilter::GetAllocator() in GetAllocator() function in OHOS::Media::Pipeline::VideoDecoderFilter
185 return plugin_->GetAllocator(); in GetAllocator()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_source_plugin.h57 std::shared_ptr<Allocator> GetAllocator();
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/wav_demuxer/
H A Dwav_demuxer_plugin.h63 std::shared_ptr<Allocator> GetAllocator() override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.h64 std::shared_ptr<Allocator> GetAllocator() override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.h43 std::shared_ptr<Allocator> GetAllocator() override;
/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dbase.h82 virtual std::shared_ptr<Allocator> GetAllocator();
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_capture_plugin.h40 std::shared_ptr<Allocator> GetAllocator() override;

Completed in 7 milliseconds

1234