/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/ |
H A D | raw_decoder.cpp | 132 if (state_ < RawDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions() 140 state_ = RawDecodingState::BASE_INFO_PARSED; in SetDecodeOptions() 172 if (state_ >= RawDecodingState::BASE_INFO_PARSED) { in GetImageSize() 193 state_ = RawDecodingState::BASE_INFO_PARSED; in GetImageSize()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | incremental_pixel_map.cpp | 39 case ImageDecodingState::BASE_INFO_PARSED: { in ConvertImageStateToIncrementalState() 40 return IncrementalDecodingState::BASE_INFO_PARSED; in ConvertImageStateToIncrementalState()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/ |
H A D | bmp_decoder.cpp | 67 if (state_ >= BmpDecodingState::BASE_INFO_PARSED) { in GetImageSize() 78 state_ = BmpDecodingState::BASE_INFO_PARSED; in GetImageSize() 97 if (state_ < BmpDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions() 102 state_ = BmpDecodingState::BASE_INFO_PARSED; in SetDecodeOptions()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/ |
H A D | webp_decoder.cpp | 70 if (state_ >= WebpDecodingState::BASE_INFO_PARSED) { in GetImageSize() 98 if (state_ < WebpDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions() 105 state_ = WebpDecodingState::BASE_INFO_PARSED; in SetDecodeOptions() 192 state_ = WebpDecodingState::BASE_INFO_PARSED; in DecodeHeader()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/ |
H A D | svg_decoder.cpp | 291 if (state_ < SvgDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions() 299 state_ = SvgDecodingState::BASE_INFO_PARSED; in SetDecodeOptions() 374 if (state_ >= SvgDecodingState::BASE_INFO_PARSED) { in GetImageSize() 395 state_ = SvgDecodingState::BASE_INFO_PARSED; in GetImageSize()
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | incremental_pixel_map.h | 31 BASE_INFO_PARSED = 2, enumerator
|
H A D | image_source.h | 97 BASE_INFO_PARSED = 2, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/ |
H A D | bmp_decoder.h | 33 BASE_INFO_PARSED = 2, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/ |
H A D | svg_decoder.h | 63 BASE_INFO_PARSED = 3, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/ |
H A D | raw_decoder.h | 59 BASE_INFO_PARSED = 3, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/ |
H A D | webp_decoder.h | 33 BASE_INFO_PARSED = 3, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 195 if (state_ >= JpegDecodingState::BASE_INFO_PARSED) { in GetImageSize() 209 state_ = JpegDecodingState::BASE_INFO_PARSED; in GetImageSize() 321 if (state_ < JpegDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions() 328 state_ = JpegDecodingState::BASE_INFO_PARSED; in SetDecodeOptions() 521 state_ = JpegDecodingState::BASE_INFO_PARSED; in Decode()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | jpeg_decoder.h | 41 BASE_INFO_PARSED = 3, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/ |
H A D | png_decoder.h | 33 BASE_INFO_PARSED = 3, enumerator
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/ |
H A D | png_decoder.cpp | 94 if (state_ >= PngDecodingState::BASE_INFO_PARSED) { in GetImageSize() 131 if (state_ < PngDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions() 1051 state_ = PngDecodingState::BASE_INFO_PARSED; in DecodeHeader()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | webp_decoder_test.cpp | 390 webpDecoder->state_ = WebpDecodingState::BASE_INFO_PARSED; 412 webpDecoder->state_ = WebpDecodingState::BASE_INFO_PARSED;
|
H A D | bmp_decoder_test.cpp | 706 bmpDecoder->state_ = BmpDecodingState::BASE_INFO_PARSED;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | png_decoder_test.cpp | 1435 pngDecoder->state_ = PngDecodingState::BASE_INFO_PARSED; 1621 pngDecoder->state_ = PngDecodingState::BASE_INFO_PARSED;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | raw_decoder_test.cpp | 647 rawDecoder->state_ = ImagePlugin::RawDecoder::RawDecodingState::BASE_INFO_PARSED;
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1307 if (incrementalRecordIter->second.IncrementalState == ImageDecodingState::BASE_INFO_PARSED) { in PromoteDecoding() 2272 imageStatus.imageState = ImageDecodingState::BASE_INFO_PARSED; in DecodeImageInfo() 2292 imageStatus.imageState = ImageDecodingState::BASE_INFO_PARSED; in DecodeImageInfo() 2457 } else if (iter->second.imageState < ImageDecodingState::BASE_INFO_PARSED) { in GetValidImageStatus() 2482 context.IncrementalState = ImageDecodingState::BASE_INFO_PARSED; in AddIncrementalContext()
|