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:videoPlayer_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_video.cpp
29
if (
videoPlayer_
!= nullptr) {
in ~UIVideo()
30
videoPlayer_
->Stop();
in ~UIVideo()
31
videoPlayer_
->Reset();
in ~UIVideo()
32
videoPlayer_
->Release();
in ~UIVideo()
57
if (
videoPlayer_
!= nullptr) {
in SetSrc()
58
int32_t ret =
videoPlayer_
->SetSource(videoSource);
in SetSrc()
71
if (
videoPlayer_
== nullptr) {
in Prepare()
75
int32_t ret =
videoPlayer_
->Prepare();
in Prepare()
80
videoPlayer_
->GetDuration(duration_);
in Prepare()
103
videoPlayer_
in Prepare()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
video_view.cpp
28
videoPlayer_
(nullptr),
in VideoView()
42
videoPlayer_
= new Media::Player();
in CreateVideoView()
45
if ((
videoPlayer_
== nullptr) || (surfaceView_ == nullptr) ||
in CreateVideoView()
100
return
videoPlayer_
;
in GetVideoPlayer()
106
if ((
videoPlayer_
!= nullptr) && (surfaceView_ != nullptr) && (
videoPlayer_
->Prepare() == 0)) {
in Prepare()
112
videoPlayer_
->SetVideoSurface(surface);
in Prepare()
125
if ((
videoPlayer_
!= nullptr) && (
videoPlayer_
->Play() == 0)) {
in Play()
139
if ((
videoPlayer_
!
in Pause()
[all...]
H
A
D
video_view.h
70
return
videoPlayer_
;
in GetPlayer()
186
Media::Player*
videoPlayer_
;
member in OHOS::ACELite::VideoView
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_animation_operation.cpp
157
videoPlayer_
= std::make_shared<BootVideoPlayer>(params);
in PlayVideo()
158
videoPlayer_
->Play();
in PlayVideo()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_animation_operation.h
77
std::shared_ptr<BootPlayer>
videoPlayer_
;
member in OHOS::BootAnimationOperation
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_video.h
468
std::shared_ptr<Player>
videoPlayer_
= nullptr;
member in OHOS::UIVideo
Completed in 3 milliseconds