Home
last modified time | relevance | path

Searched refs:BASE_INFO_PARSED (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/src/
H A Draw_decoder.cpp132 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 Dincremental_pixel_map.cpp39 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 Dbmp_decoder.cpp67 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 Dwebp_decoder.cpp70 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 Dsvg_decoder.cpp291 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 Dincremental_pixel_map.h31 BASE_INFO_PARSED = 2, enumerator
H A Dimage_source.h97 BASE_INFO_PARSED = 2, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_decoder.h33 BASE_INFO_PARSED = 2, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/
H A Dsvg_decoder.h63 BASE_INFO_PARSED = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H A Draw_decoder.h59 BASE_INFO_PARSED = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_decoder.h33 BASE_INFO_PARSED = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp195 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 Djpeg_decoder.h41 BASE_INFO_PARSED = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h33 BASE_INFO_PARSED = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp94 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 Dwebp_decoder_test.cpp390 webpDecoder->state_ = WebpDecodingState::BASE_INFO_PARSED;
412 webpDecoder->state_ = WebpDecodingState::BASE_INFO_PARSED;
H A Dbmp_decoder_test.cpp706 bmpDecoder->state_ = BmpDecodingState::BASE_INFO_PARSED;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1435 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 Draw_decoder_test.cpp647 rawDecoder->state_ = ImagePlugin::RawDecoder::RawDecodingState::BASE_INFO_PARSED;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1307 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()