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:Preroll
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/media_foundation/interface/inner_api/pipeline/
H
A
D
pipeline.h
52
Status
Preroll
(bool render);
/foundation/multimedia/media_foundation/src/pipeline/
H
A
D
pipeline.cpp
204
Status Pipeline::
Preroll
(bool render)
in Preroll()
function in OHOS::Media::Pipeline::Pipeline
206
MEDIA_LOG_I("
Preroll
enter.");
in Preroll()
210
auto rtv = (*it)->
Preroll
();
in Preroll()
213
MEDIA_LOG_I("
Preroll
done ret = %{public}d", ret);
in Preroll()
221
MEDIA_LOG_I("
Preroll
done ret = %{public}d", ret);
in Preroll()
225
MEDIA_LOG_I("
Preroll
done ret = %{public}d", ret);
in Preroll()
/foundation/multimedia/media_foundation/src/filter/
H
A
D
filter.cpp
318
Status Filter::
Preroll
()
in Preroll()
function in OHOS::Media::Pipeline::Filter
326
ret = filter->
Preroll
();
in Preroll()
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H
A
D
filter.h
130
virtual Status
Preroll
() final;
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
media_demuxer.h
76
Status
Preroll
();
H
A
D
media_demuxer.cpp
1413
Status MediaDemuxer::
Preroll
()
in Preroll()
function in OHOS::Media::MediaDemuxer
1423
MEDIA_LOG_D("
Preroll
enter.");
in Preroll()
1432
MEDIA_LOG_E("
Preroll
failed, ret: %{public}d", ret);
in Preroll()
1443
MEDIA_LOG_D("
Preroll
enter.");
in PausePreroll()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H
A
D
hiplayer_impl.cpp
476
rtv = pipeline_->
Preroll
(true);
in SetPlayRangeWithMode()
549
ret = pipeline_->
Preroll
(renderFirstFrame_);
in PrepareAsync()
1097
rtv = pipeline_->
Preroll
(true);
in doPreparedSeek()
1121
rtv = pipeline_->
Preroll
(true);
in doPausedSeek()
1137
rtv = pipeline_->
Preroll
(true);
in doCompletedSeek()
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
demuxer_filter.cpp
419
Status ret = demuxer_->
Preroll
();
in DoPreroll()
Completed in 11 milliseconds