Home
last modified time | relevance | path

Searched defs:mediaSource (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp91 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(uri); in InitWithURI() local
132 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(dataSource); in InitWithDataSource() local
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp85 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
97 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
131 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
145 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
159 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
174 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); HWTEST_F() local
189 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); HWTEST_F() local
203 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); HWTEST_F() local
236 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); HWTEST_F() local
249 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); HWTEST_F() local
[all...]
/foundation/multimedia/player_framework/frameworks/js/mediasource/
H A Dmedia_source_napi.cpp56 MediaSourceNapi *mediaSource = nullptr; in GetMediaSource() local
130 std::shared_ptr<AVMediaSourceTmp> mediaSource = GetMediaSource(env, jsMediaSource); in JsCreateMediaSourceWithUrl() local
158 std::shared_ptr<AVMediaSourceTmp> mediaSource = GetMediaSource(env, jsThis); in JsSetMimeType() local
[all...]
/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp119 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
130 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
143 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
156 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
/foundation/multimedia/player_framework/test/unittest/hiplayer_impl_test/
H A Dhiplayer_impl_unit_test.cpp205 std::shared_ptr<AVMediaSource> mediaSource = nullptr; in HWTEST_F() local
225 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>("/storage/test.mp3", sourceHeader); in HWTEST_F() local
245 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>("http://test.mp3", sourceHeader); in HWTEST_F() local
265 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>("http://test.mp3", sourceHeader); in HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Ddemuxer_filter_unit_test.cpp132 auto mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in SetUp() local
168 auto mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
619 auto mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
678 auto mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); in HWTEST_F() local
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp160 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(VIDEO_FILE1, header); in HWTEST_F() local
189 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.mp4", header); in HWTEST_F() local
207 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.mp4", header); in HWTEST_F() local
226 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.mp4", header); in HWTEST_F() local
243 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.mp4", header); in HWTEST_F() local
[all...]
H A Dplayer_mock.cpp354 int32_t PlayerMock::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.cpp304 int32_t PlayerClient::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_proxy.cpp617 int32_t PlayerServiceProxy::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument
H A Dplayer_service_stub.cpp460 int32_t PlayerServiceStub::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument
880 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(url, header); in SetMediaSource() local
/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.cpp356 int32_t PlayerImpl::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp134 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(source.GetSourceUri()); in SetSource() local
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp166 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(inputFile_); in SetInputFile() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp789 RequestInfo mediaSource; in DoOpen() local
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1627 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(srcTmp->url, srcTmp->header); in JsSetMediaSource() local
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp1078 int32_t PlayerServer::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp318 int32_t HiPlayerImpl::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy) in SetMediaSource() argument

Completed in 32 milliseconds