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:IMAGE_DECODING
(Results
1 - 21
of
21
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
incremental_pixel_map.cpp
42
case ImageDecodingState::
IMAGE_DECODING
: {
in ConvertImageStateToIncrementalState()
43
return IncrementalDecodingState::
IMAGE_DECODING
;
in ConvertImageStateToIncrementalState()
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H
A
D
webp_decoder.cpp
94
if (state_ >= WebpDecodingState::
IMAGE_DECODING
) {
in SetDecodeOptions()
121
state_ = WebpDecodingState::
IMAGE_DECODING
;
in SetDecodeOptions()
135
if (state_ < WebpDecodingState::
IMAGE_DECODING
) {
in Decode()
139
if (state_ > WebpDecodingState::
IMAGE_DECODING
) {
in Decode()
154
state_ = WebpDecodingState::
IMAGE_DECODING
;
in Decode()
168
if (state_ != WebpDecodingState::
IMAGE_DECODING
) {
in PromoteIncrementalDecode()
272
if (state_ < WebpDecodingState::
IMAGE_DECODING
) {
in FinishOldDecompress()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
incremental_pixel_map.h
32
IMAGE_DECODING
= 3,
member in OHOS::Media::IncrementalDecodingState
H
A
D
image_source.h
98
IMAGE_DECODING
= 3,
member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState
112
IMAGE_DECODING
= 7,
member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState::SourceDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H
A
D
raw_decoder.cpp
128
if (state_ >= RawDecodingState::
IMAGE_DECODING
) {
in SetDecodeOptions()
151
state_ = RawDecodingState::
IMAGE_DECODING
;
in SetDecodeOptions()
209
if (state_ < RawDecodingState::
IMAGE_DECODING
) {
in Decode()
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H
A
D
raw_decoder.h
60
IMAGE_DECODING
= 4,
member in OHOS::ImagePlugin::RawDecoder::RawDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/
H
A
D
svg_decoder.h
64
IMAGE_DECODING
= 4,
member in OHOS::ImagePlugin::SvgDecoder::SvgDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H
A
D
bmp_decoder.h
34
IMAGE_DECODING
= 3,
member in OHOS::ImagePlugin::BmpDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H
A
D
webp_decoder.h
34
IMAGE_DECODING
= 4,
member in OHOS::ImagePlugin::WebpDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H
A
D
bmp_decoder.cpp
93
if (state_ >= BmpDecodingState::
IMAGE_DECODING
) {
in SetDecodeOptions()
109
state_ = BmpDecodingState::
IMAGE_DECODING
;
in SetDecodeOptions()
298
if (state_ != BmpDecodingState::
IMAGE_DECODING
) {
in Decode()
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H
A
D
png_decoder.cpp
125
if (state_ >= PngDecodingState::
IMAGE_DECODING
) {
in SetDecodeOptions()
151
state_ = PngDecodingState::
IMAGE_DECODING
;
in SetDecodeOptions()
175
if (state_ < PngDecodingState::
IMAGE_DECODING
) {
in Decode()
179
if (state_ > PngDecodingState::
IMAGE_DECODING
) {
in Decode()
194
state_ = PngDecodingState::
IMAGE_DECODING
;
in Decode()
196
// only state PngDecodingState::
IMAGE_DECODING
can go here.
in Decode()
403
if (state_ != PngDecodingState::
IMAGE_DECODING
) {
in PromoteIncrementalDecode()
429
// so here pngImageInfo_.height will not be equal to 0 in the PngDecodingState::
IMAGE_DECODING
state.
in PromoteIncrementalDecode()
1109
if (state_ < PngDecodingState::
IMAGE_DECODING
) {
in FinishOldDecompress()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H
A
D
jpeg_decoder.cpp
317
if (state_ >= JpegDecodingState::
IMAGE_DECODING
) {
in SetDecodeOptions()
343
state_ = JpegDecodingState::
IMAGE_DECODING
;
in SetDecodeOptions()
504
if (state_ < JpegDecodingState::
IMAGE_DECODING
) {
in Decode()
508
if (state_ > JpegDecodingState::
IMAGE_DECODING
) {
in Decode()
523
state_ = JpegDecodingState::
IMAGE_DECODING
;
in Decode()
525
// only state JpegDecodingState::
IMAGE_DECODING
can go here.
in Decode()
563
if (state_ != JpegDecodingState::
IMAGE_DECODING
) {
in PromoteIncrementalDecode()
594
if (state_ < JpegDecodingState::
IMAGE_DECODING
) {
in FinishOldDecompress()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H
A
D
jpeg_decoder.h
42
IMAGE_DECODING
= 4,
member in OHOS::ImagePlugin::JpegDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H
A
D
png_decoder.h
34
IMAGE_DECODING
= 4,
member in OHOS::ImagePlugin::PngDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H
A
D
svg_decoder.cpp
285
if (state_ >= SvgDecodingState::
IMAGE_DECODING
) {
in SetDecodeOptions()
308
state_ = SvgDecodingState::
IMAGE_DECODING
;
in SetDecodeOptions()
325
if (state_ < SvgDecodingState::
IMAGE_DECODING
) {
in Decode()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H
A
D
bmp_decoder_test.cpp
485
bmpDecoder->state_ = BmpDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
503
bmpDecoder->state_ = BmpDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
H
A
D
webp_decoder_test.cpp
453
webpDecoder->state_ = WebpDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
636
webpDecoder->state_ = WebpDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
raw_decoder_test.cpp
611
rawDecoder->state_ = ImagePlugin::RawDecoder::RawDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
629
rawDecoder->state_ = ImagePlugin::RawDecoder::RawDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
H
A
D
jpeg_decoder_test.cpp
94
jpegDecoder->state_ = JpegDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H
A
D
png_decoder_test.cpp
1546
pngDecoder->state_ = PngDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
1711
pngDecoder->state_ = PngDecodingState::
IMAGE_DECODING
;
in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
1331
incrementalRecordIter->second.IncrementalState = ImageDecodingState::
IMAGE_DECODING
;
1333
if (incrementalRecordIter->second.IncrementalState == ImageDecodingState::
IMAGE_DECODING
) {
Completed in 23 milliseconds