Home
last modified time | relevance | path

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

/ohos5.0/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); variable
97 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
131 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
145 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
159 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
174 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
189 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
203 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
236 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
249 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
/ohos5.0/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
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avsource/
H A Davsource_impl.cpp90 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(uri); in InitWithURI() local
130 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(dataSource); in InitWithDataSource() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_fd_source_plugin_unit_test.cpp84 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(VIDEO_FILE1); variable
/ohos5.0/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); variable
189 …std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.m… variable
207 …std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.m… variable
226 …std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.m… variable
243 …std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(MEDIA_ROOT + "error.m… variable
H A Dplayer_mock.cpp349 int32_t PlayerMock::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrateg… in SetMediaSource()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.h46 …int32_t SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrategy strategy)… in SetMediaSource()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.cpp351 int32_t PlayerImpl::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrateg… in SetMediaSource()
/ohos5.0/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.cpp297 int32_t PlayerClient::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrat… in SetMediaSource()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnative_media_player_impl.cpp503 std::string mediaSource = sourceInfos[i]->GetSource(); in ConstructSourceInfos() local
/ohos5.0/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
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp167 std::shared_ptr<MediaSource> mediaSource = std::make_shared<MediaSource>(inputFile_); in SetInputFile() local
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp465 int32_t PlayerServiceStub::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlay… in SetMediaSource()
886 std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(url, header); in SetMediaSource() local
H A Dplayer_service_proxy.cpp619 int32_t PlayerServiceProxy::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPla… in SetMediaSource()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp790 RequestInfo mediaSource; in DoOpen() local
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp1106 int32_t PlayerServer::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrat… in SetMediaSource()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp369 int32_t HiPlayerImpl::SetMediaSource(const std::shared_ptr<AVMediaSource> &mediaSource, AVPlayStrat… in SetMediaSource()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1628 …std::shared_ptr<AVMediaSource> mediaSource = std::make_shared<AVMediaSource>(srcTmp->url, srcTmp->… in JsSetMediaSource() local