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:imageState
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
incremental_pixel_map.cpp
30
static IncrementalDecodingState ConvertImageStateToIncrementalState(ImageDecodingState
imageState
)
in ConvertImageStateToIncrementalState()
argument
32
switch (
imageState
) {
in ConvertImageStateToIncrementalState()
55
IMAGE_LOGE("unexpected
imageState
%{public}d.",
imageState
);
in ConvertImageStateToIncrementalState()
89
ImageDecodingState
imageState
= ImageDecodingState::UNRESOLVED;
in PromoteDecoding()
local
91
imageSource_->PromoteDecoding(index_, opts_, *(static_cast<PixelMap *>(this)),
imageState
, decodeProgress);
in PromoteDecoding()
92
decodingStatus_.state = ConvertImageStateToIncrementalState(
imageState
);
in PromoteDecoding()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
image_source.h
127
ImageDecodingState
imageState
= ImageDecodingState::UNRESOLVED;
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
1359
IMAGE_LOGE("[ImageSource]invalid
imageState
%{public}d on incremental decoding.",
2252
imageStatus.
imageState
= ImageDecodingState::BASE_INFO_PARSED;
2272
imageStatus.
imageState
= ImageDecodingState::BASE_INFO_PARSED;
2281
status.
imageState
= ImageDecodingState::BASE_INFO_ERROR;
2436
} else if (iter->second.
imageState
< ImageDecodingState::BASE_INFO_PARSED) {
2437
IMAGE_LOGE("[ImageSource]invalid
imageState
%{public}d on get image status.", iter->second.
imageState
);
Completed in 6 milliseconds