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
defs:playStrategy
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/media_foundation/src/meta/
H
A
D
media_source.cpp
61
void MediaSource::SetPlayStrategy(const std::shared_ptr<PlayStrategy>&
playStrategy
)
in SetPlayStrategy()
argument
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H
A
D
http_source_plugin_unit_test.cpp
90
std::shared_ptr<PlayStrategy>
playStrategy
= std::make_shared<PlayStrategy>();
in HWTEST_F()
local
107
std::shared_ptr<PlayStrategy>
playStrategy
= std::make_shared<PlayStrategy>();
in HWTEST_F()
local
124
std::shared_ptr<PlayStrategy>
playStrategy
= std::make_shared<PlayStrategy>();
HWTEST_F()
local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H
A
D
media_downloader.h
111
virtual void SetPlayStrategy(const std::shared_ptr<PlayStrategy>&
playStrategy
)
in SetPlayStrategy()
argument
H
A
D
http_source_plugin.cpp
199
std::shared_ptr<PlayStrategy>
playStrategy
;
in SetDownloaderBySource()
local
[all...]
/foundation/multimedia/av_codec/test/unittest/dash_test/
H
A
D
dash_media_downloader_unit_test.cpp
217
std::shared_ptr<PlayStrategy>
playStrategy
= std::make_shared<PlayStrategy>();
in HWTEST_F()
local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H
A
D
download_monitor.cpp
261
void DownloadMonitor::SetPlayStrategy(const std::shared_ptr<PlayStrategy>&
playStrategy
)
in SetPlayStrategy()
argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_media_downloader.cpp
335
void DashMediaDownloader::SetPlayStrategy(const std::shared_ptr<PlayStrategy>&
playStrategy
)
in SetPlayStrategy()
argument
/foundation/multimedia/player_framework/frameworks/js/common/
H
A
D
common_napi.cpp
248
bool CommonNapi::GetPlayStrategy(napi_env env, napi_value value, AVPlayStrategyTmp &
playStrategy
)
in GetPlayStrategy()
argument
[all...]
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_napi.cpp
1490
std::shared_ptr<TaskHandler<TaskRet>> AVPlayerNapi::SetPlaybackStrategyTask(AVPlayStrategy
playStrategy
)
in SetPlaybackStrategyTask()
argument
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.cpp
2140
std::shared_ptr<PlayStrategy>
playStrategy
= std::make_shared<PlayStrategy>();
in DoSetPlayStrategy()
local
Completed in 15 milliseconds