/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | source.cpp | 21 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 D | source.h | 32 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 D | plugin_manager.cpp | 73 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 D | source.cpp | 16 #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 D | source.h | 71 class Source : public Plugins::Callback { class 73 explicit Source(); 74 ~Source() override;
|
/foundation/multimedia/media_utils_lite/src/ |
H A D | source.cpp | 21 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 D | bitcast.h | 25 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 D | source.h | 30 * @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 D | player_impl.h | 74 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 D | source_unit_test.h | 36 std::shared_ptr<Source> source_{nullptr};
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | base_stream_demuxer.h | 105 void SetSource(const std::shared_ptr<Source>& source);
128 std::shared_ptr<Source> source_;
|
H A D | media_demuxer.h | 49 class Source; 192 std::shared_ptr<Source> source_; 193 std::shared_ptr<Source> subtitleSource_;
|
H A D | base_stream_demuxer.cpp | 55 void BaseStreamDemuxer::SetSource(const std::shared_ptr<Source>& source)
in SetSource()
|
/foundation/multimedia/media_lite/test/unittest/player_lite/ |
H A D | player_lite_test.h | 25 using OHOS::Media::Source;
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/ |
H A D | player_client.h | 43 int32_t SetSource(const Source &source);
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestHiPlayer.cpp | 40 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 D | video_capture_filter.h | 61 std::shared_ptr<Plugin::Source> plugin_ {nullptr};
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/ |
H A D | player.h | 179 * For details, see {@link Source}.
184 int32_t SetSource(const Source &source);
|
/foundation/multimedia/media_lite/interfaces/innerkits/ |
H A D | player_interface.h | 31 virtual int32_t SetSource(const Source &source) = 0;
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player_client.h | 49 int32_t SetSource(const Source &source);
|
/foundation/multimedia/media_foundation/test/scenetest/helper/ |
H A D | lite_player.cpp | 94 OHOS::Media::Source sourceParam(source.url_); in SetSource()
|
H A D | lite_stream_player.cpp | 177 OHOS::Media::Source source(stream); in StartLiteStreamPlayer()
|
/foundation/multimedia/media_foundation/engine/include/plugin/core/ |
H A D | plugin_manager.h | 49 std::shared_ptr<Source> CreateSourcePlugin(const std::string& name);
|
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/audio_capture/ |
H A D | audio_capture_filter.h | 75 std::shared_ptr<Plugin::Source> plugin_ {nullptr};
|
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/media_source/ |
H A D | media_source_filter.h | 79 std::shared_ptr<Plugin::Source> plugin_;
|