Home
last modified time | relevance | path

Searched refs:SelectStream (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_media_downloader_unit_test.cpp177 status = g_mediaDownloader->SelectStream(switchingStreamId); in HWTEST_F()
202 status = g_mediaDownloader->SelectStream(switchingStreamId); in HWTEST_F()
253 status = mediaDownloader->SelectStream(switchingStreamId); in HWTEST_F()
309 Status status = mediaDownloader->SelectStream(switchingAudioStreamId); in HWTEST_F()
367 Status status = mediaDownloader->SelectStream(switchingSubtitleStreamId); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h108 Status SelectStream(int32_t streamID);
H A Dsource.cpp475 Status Source::SelectStream(int32_t streamID) in SelectStream() function in OHOS::Media::Source
477 FALSE_RETURN_V_MSG_W(plugin_ != nullptr, Status::ERROR_INVALID_OPERATION, "SelectStream Source plugin is nullptr!"); in SelectStream()
478 return plugin_->SelectStream(streamID); in SelectStream()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h220 virtual Status SelectStream(int32_t streamID) in SelectStream() function in OHOS::Media::Plugins::SourcePlugin
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.h55 Status SelectStream(int32_t streamID) override;
H A Dmedia_downloader.h121 virtual Status SelectStream(int32_t streamId) in SelectStream() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
123 MEDIA_LOG_W("SelectStream is unimplemented."); in SelectStream()
H A Dhttp_source_plugin.cpp115 Status HttpSourcePlugin::SelectStream(int32_t streamID) in SelectStream() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
117 MEDIA_LOG_D("SelectStream entered"); in SelectStream()
119 downloader_->SelectStream(streamID); in SelectStream()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.h68 Status SelectStream(int32_t streamId) override;
H A Ddownload_monitor.cpp280 Status DownloadMonitor::SelectStream(int32_t streamId) in SelectStream() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
282 return downloader_->SelectStream(streamId); in SelectStream()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h55 Status SelectStream(int32_t streamId) override;
H A Ddash_media_downloader.cpp276 Status DashMediaDownloader::SelectStream(int32_t streamId) in SelectStream() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader
278 MEDIA_LOG_I("Dash SelectStream streamId:" PUBLIC_LOG_D32, streamId); in SelectStream()
281 MEDIA_LOG_W("Dash SelectStream can not find streamId"); in SelectStream()
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_source_plugin_unit_test.cpp74 httpSourcePlugin->SelectStream(0); in HWTEST_F()
83 httpSourcePlugin->SelectStream(0); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp827 return source_->SelectStream(targetStreamID); in HandleDashSelectTrack()

Completed in 14 milliseconds