Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SelectStream
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/dash_test/
H
A
D
dash_media_downloader_unit_test.cpp
177
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
D
source.h
108
Status
SelectStream
(int32_t streamID);
H
A
D
source.cpp
475
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
D
source_plugin.h
220
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
D
http_source_plugin.h
55
Status
SelectStream
(int32_t streamID) override;
H
A
D
media_downloader.h
121
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
D
http_source_plugin.cpp
115
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
D
download_monitor.h
68
Status
SelectStream
(int32_t streamId) override;
H
A
D
download_monitor.cpp
280
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
D
dash_media_downloader.h
55
Status
SelectStream
(int32_t streamId) override;
H
A
D
dash_media_downloader.cpp
276
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
D
http_source_plugin_unit_test.cpp
74
httpSourcePlugin->
SelectStream
(0);
in HWTEST_F()
83
httpSourcePlugin->
SelectStream
(0);
in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
media_demuxer.cpp
827
return source_->
SelectStream
(targetStreamID);
in HandleDashSelectTrack()
Completed in 11 milliseconds