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:PlayStrategy
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/media_foundation/interface/inner_api/common/
H
A
D
media_source.h
48
typedef struct
PlayStrategy
{
struct
55
}
PlayStrategy
;
typedef
99
void SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy);
101
std::shared_ptr<
PlayStrategy
> GetPlayStrategy() const;
120
std::shared_ptr<
PlayStrategy
> playStrategy_ {};
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H
A
D
media_source.h
43
typedef struct
PlayStrategy
{
struct
48
}
PlayStrategy
;
typedef
72
void SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy);
74
std::shared_ptr<
PlayStrategy
> GetPlayStrategy() const;
/foundation/multimedia/media_foundation/src/meta/
H
A
D
media_source.cpp
61
void MediaSource::SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy)
in SetPlayStrategy()
68
std::shared_ptr<
PlayStrategy
> MediaSource::GetPlayStrategy() const
in GetPlayStrategy()
/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()
107
std::shared_ptr<
PlayStrategy
> playStrategy = std::make_shared<
PlayStrategy
>();
in HWTEST_F()
124
std::shared_ptr<
PlayStrategy
> playStrategy = std::make_shared<
PlayStrategy
>();
in HWTEST_F()
/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()
H
A
D
http_source_plugin.cpp
199
std::shared_ptr<
PlayStrategy
> playStrategy;
in SetDownloaderBySource()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H
A
D
download_monitor.h
65
void SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy) override;
H
A
D
download_monitor.cpp
261
void DownloadMonitor::SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy)
in SetPlayStrategy()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H
A
D
dash_media_downloader.h
59
void SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy) override;
H
A
D
dash_media_downloader.cpp
335
void DashMediaDownloader::SetPlayStrategy(const std::shared_ptr<
PlayStrategy
>& playStrategy)
in SetPlayStrategy()
/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()
/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()
Completed in 11 milliseconds