Home
last modified time | relevance | path

Searched refs:Source (Results 1 - 25 of 44) sorted by relevance

12

/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dsource.cpp21 Source::Source(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<SourcePlugin> plugin) in Source() function in Source
26 Status Source::SetSource(std::shared_ptr<MediaSource> source) in SetSource()
31 Status Source::Read(std::shared_ptr<Buffer>& buffer, size_t expectedLen) in Read()
36 Status Source::GetSize(uint64_t& size) in GetSize()
41 Seekable Source::GetSeekable() in GetSeekable()
46 Status Source::SeekToPos(int64_t offset) in SeekToPos()
51 Status Source::SeekToTime(int64_t offset) in SeekToTime()
56 Status Source::GetDuration(int64_t& duration) in GetDuration()
61 Status Source
[all...]
H A Dsource.h32 class Source : public Base { class
34 Source(const Source &) = delete;
35 Source operator=(const Source &) = delete;
36 ~Source() override = default;
59 Source(uint32_t pkgVer, uint32_t apiVer, std::shared_ptr<SourcePlugin> plugin);
H A Dplugin_manager.cpp73 std::shared_ptr<Source> PluginManager::CreateSourcePlugin(const std::string& name) in CreateSourcePlugin()
75 return CreatePlugin<Source, SourcePlugin>(name, PluginType::SOURCE); in CreateSourcePlugin()
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.cpp16 #define HST_LOG_TAG "Source"
28 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_SYSTEM_PLAYER, "Source" };
43 Source::Source() in Source() function in OHOS::Media::Source
52 MEDIA_LOG_D("Source called"); in Source()
55 Source::~Source() in ~Source()
57 MEDIA_LOG_D("~Source called"); in ~Source()
63 void Source::SetCallback(Callback* callback) in SetCallback()
71 void Source
[all...]
H A Dsource.h71 class Source : public Plugins::Callback { class
73 explicit Source();
74 ~Source() override;
/foundation/multimedia/media_utils_lite/src/
H A Dsource.cpp21 Source::Source(const std::string &uri) in Source() function in OHOS::Media::Source
26 Source::Source(const std::string &uri, const std::map<std::string, std::string> &header) in Source() function in OHOS::Media::Source
32 Source::Source(const std::shared_ptr<StreamSource> &stream, const Format &formats) in Source() function in OHOS::Media::Source
39 Source::Source(const std::shared_ptr<DataConsumer> &dataConsumer) in Source() function in OHOS::Media::Source
45 SourceType Source::GetSourceType() const in GetSourceType()
50 const std::string &Source
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dbitcast.h25 template<class Dest, class Source>
28 sizeof(Dest) == sizeof(Source) && std::is_trivially_copyable<Source>::value &&
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Dsource.h30 * @brief Declares the <b>Source</b> class, which is used to implement source-related operations.
195 class Source { class
198 * @brief A constructor used to create a {@link Source} instance based on a specified URI.
204 explicit Source(const std::string& uri);
207 * @brief A constructor used to create a {@link Source} instance based on a specified URI and header.
210 * {@link Source(const std::string& uri)}.
217 Source(const std::string &uri, const std::map<std::string, std::string> &header);
220 * @brief A constructor used to create a {@link Source} instance based on the stream source and format information.
231 Source(const std::shared_ptr<StreamSource> &stream, const Format &formats);
234 * @brief A constructor used to create a {@link Source} instanc
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.h74 int32_t SetSource(const Source &source) override;
104 int32_t SetUriSource(const Source &source);
105 int SetStreamSource(const Source &source);
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.h36 std::shared_ptr<Source> source_{nullptr};
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dbase_stream_demuxer.h105 void SetSource(const std::shared_ptr<Source>& source);
128 std::shared_ptr<Source> source_;
H A Dmedia_demuxer.h49 class Source;
192 std::shared_ptr<Source> source_;
193 std::shared_ptr<Source> subtitleSource_;
H A Dbase_stream_demuxer.cpp55 void BaseStreamDemuxer::SetSource(const std::shared_ptr<Source>& source) in SetSource()
/foundation/multimedia/media_lite/test/unittest/player_lite/
H A Dplayer_lite_test.h25 using OHOS::Media::Source;
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.h43 int32_t SetSource(const Source &source);
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp40 static OHOS::Media::Source source;
100 OHOS::Media::Source UtTestHiPlayer::source("./test.mp3");
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h61 std::shared_ptr<Plugin::Source> plugin_ {nullptr};
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h179 * For details, see {@link Source}.
184 int32_t SetSource(const Source &source);
/foundation/multimedia/media_lite/interfaces/innerkits/
H A Dplayer_interface.h31 virtual int32_t SetSource(const Source &source) = 0;
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.h49 int32_t SetSource(const Source &source);
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_player.cpp94 OHOS::Media::Source sourceParam(source.url_); in SetSource()
H A Dlite_stream_player.cpp177 OHOS::Media::Source source(stream); in StartLiteStreamPlayer()
/foundation/multimedia/media_foundation/engine/include/plugin/core/
H A Dplugin_manager.h49 std::shared_ptr<Source> CreateSourcePlugin(const std::string& name);
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/audio_capture/
H A Daudio_capture_filter.h75 std::shared_ptr<Plugin::Source> plugin_ {nullptr};
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/media_source/
H A Dmedia_source_filter.h79 std::shared_ptr<Plugin::Source> plugin_;

Completed in 8 milliseconds

12