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:adapter
(Results
1 - 3
of
3
) sorted by relevance
/applications/sample/camera/media/
H
A
D
player_sample.cpp
64
std::shared_ptr<Player>
adapter
;
member
365
int32_t ret = sample.
adapter
->SetVideoSurface(sample.surface);
in SetSurface()
385
sample.
adapter
->SetPlayerCallback(sample.cb);
in SetCallback()
404
sample.
adapter
->SetSource(source);
in SetStreamSourceProcess()
425
sample.
adapter
->SetSource(source);
in SetSourceProcess()
448
sample.
adapter
->SetParameter(formatSetPauseAfterPlay);
in PrepareProcess()
450
sample.
adapter
->Prepare();
in PrepareProcess()
464
ret = sample.
adapter
->Pause();
in PlayProcess()
466
ret = sample.
adapter
->Play();
in PlayProcess()
481
ret = sample.
adapter
in ReleaseProcess()
[all...]
/applications/sample/camera/gallery/src/
H
A
D
player_ability_slice.cpp
187
videoPlayer_->
adapter
= PlayerAbilitySlice::CreatePlayer();
in SetUpVideoPlayer()
191
videoPlayer_->
adapter
->SetSource(source);
in SetUpVideoPlayer()
201
videoPlayer_->
adapter
->GetVideoWidth(width);
in SetUpSurfaceView()
203
videoPlayer_->
adapter
->GetVideoHeight(height);
in SetUpSurfaceView()
207
videoPlayer_->
adapter
->Release();
in SetUpSurfaceView()
234
videoPlayer_->
adapter
->SetVideoSurface(surfaceView_->GetSurface());
in SetUpSurfaceView()
265
videoPlayer_->
adapter
->GetDuration(duration);
in SetUpAnimatorGroup()
345
videoPlayer_->
adapter
->Prepare();
in OnStart()
355
videoPlayer_->
adapter
->Play();
in OnStart()
389
if (videoPlayer_ != nullptr && videoPlayer_->
adapter
in OnStop()
[all...]
/applications/sample/camera/gallery/include/
H
A
D
player_ability_slice.h
38
std::shared_ptr<Player>
adapter
;
member
Completed in 2 milliseconds