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:IsPrepared
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H
A
D
recorder_impl.cpp
233
if (
IsPrepared
()) {
in SetVideoSource()
234
MEDIA_ERR_LOG("
IsPrepared
status:%u", status_);
in SetVideoSource()
259
if (
IsPrepared
()) {
in SetVideoEncoder()
260
MEDIA_ERR_LOG("
IsPrepared
status:%u", status_);
in SetVideoEncoder()
280
if (
IsPrepared
()) {
in SetVideoSize()
281
MEDIA_ERR_LOG("
IsPrepared
status:%u", status_);
in SetVideoSize()
302
if (
IsPrepared
()) {
in SetVideoFrameRate()
303
MEDIA_ERR_LOG("
IsPrepared
status:%u", status_);
in SetVideoFrameRate()
323
if (
IsPrepared
()) {
in SetVideoEncodingBitRate()
324
MEDIA_ERR_LOG("
IsPrepared
statu
in SetVideoEncodingBitRate()
407
bool RecorderImpl::
IsPrepared
()
IsPrepared()
function in OHOS::Media::RecorderImpl
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H
A
D
gpu_brightness_algo.cpp
121
if (!context->renderEnvironment_->
IsPrepared
()) {
in OnApplyRGBA8888()
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H
A
D
gpu_contrast_algo.cpp
122
if (!context->renderEnvironment_->
IsPrepared
()) {
in OnApplyRGBA8888()
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H
A
D
recorder_impl.h
100
bool
IsPrepared
();
/foundation/multimedia/image_effect/frameworks/native/render_environment/
H
A
D
render_environment.h
181
bool
IsPrepared
() const;
H
A
D
render_environment.cpp
142
bool RenderEnvironment::
IsPrepared
() const
in IsPrepared()
function in OHOS::Media::Effect::RenderEnvironment
/foundation/multimedia/player_framework/services/services/player/server/
H
A
D
player_server.h
185
bool
IsPrepared
();
H
A
D
player_server.cpp
1289
bool PlayerServer::
IsPrepared
()
in IsPrepared()
function in OHOS::Media::PlayerServer
1293
MEDIA_LOGE("Can not judge
IsPrepared
, currentState is PLAYER_STATE_ERROR");
in IsPrepared()
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H
A
D
player_server_mem.cpp
906
if (!PlayerServer::
IsPrepared
() || isAudioPlayer_) {
in ResetFrontGroundForMemManage()
Completed in 12 milliseconds