Home
last modified time | relevance | path

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

/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()
/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()
143 // only state RawDecodingState::BASE_INFO_PARSED can go here. in SetDecodeOptions()
172 if (state_ >= RawDecodingState::BASE_INFO_PARSED) { in GetImageSize()
193 state_ = RawDecodingState::BASE_INFO_PARSED; in GetImageSize()
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dincremental_pixel_map.h31 BASE_INFO_PARSED = 2, member in OHOS::Media::IncrementalDecodingState
H A Dimage_source.h97 BASE_INFO_PARSED = 2, member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState
/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()
/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()
/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H A Draw_decoder.h59 BASE_INFO_PARSED = 3, member in OHOS::ImagePlugin::RawDecoder::RawDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/include/
H A Dsvg_decoder.h63 BASE_INFO_PARSED = 3, member in OHOS::ImagePlugin::SvgDecoder::SvgDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_decoder.h33 BASE_INFO_PARSED = 2, member in OHOS::ImagePlugin::BmpDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_decoder.h33 BASE_INFO_PARSED = 3, member in OHOS::ImagePlugin::WebpDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libsvgplugin/src/
H A Dsvg_decoder.cpp289 if (state_ < SvgDecodingState::BASE_INFO_PARSED) { in SetDecodeOptions()
297 state_ = SvgDecodingState::BASE_INFO_PARSED; in SetDecodeOptions()
300 // only state SvgDecodingState::BASE_INFO_PARSED can go here. in SetDecodeOptions()
372 if (state_ >= SvgDecodingState::BASE_INFO_PARSED) { in GetImageSize()
393 state_ = SvgDecodingState::BASE_INFO_PARSED; in GetImageSize()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h41 BASE_INFO_PARSED = 3, member in OHOS::ImagePlugin::JpegDecodingState
/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h33 BASE_INFO_PARSED = 3, member in OHOS::ImagePlugin::PngDecodingState
/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()
330 // only state JpegDecodingState::BASE_INFO_PARSED can go here. in SetDecodeOptions()
517 state_ = JpegDecodingState::BASE_INFO_PARSED; in Decode()
/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()
140 // only state PngDecodingState::BASE_INFO_PARSED can go here. in SetDecodeOptions()
1042 state_ = PngDecodingState::BASE_INFO_PARSED; in DecodeHeader()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_decoder_test.cpp390 webpDecoder->state_ = WebpDecodingState::BASE_INFO_PARSED; in HWTEST_F()
412 webpDecoder->state_ = WebpDecodingState::BASE_INFO_PARSED; in HWTEST_F()
H A Dbmp_decoder_test.cpp706 bmpDecoder->state_ = BmpDecodingState::BASE_INFO_PARSED; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Draw_decoder_test.cpp647 rawDecoder->state_ = ImagePlugin::RawDecoder::RawDecodingState::BASE_INFO_PARSED; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp156 * @tc.desc: Test of GetImageSize, cover code branch: if (state_ >= PngDecodingState::BASE_INFO_PARSED) branch: true
1435 pngDecoder->state_ = PngDecodingState::BASE_INFO_PARSED; in HWTEST_F()
1621 pngDecoder->state_ = PngDecodingState::BASE_INFO_PARSED; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1303 if (incrementalRecordIter->second.IncrementalState == ImageDecodingState::BASE_INFO_PARSED) {
2252 imageStatus.imageState = ImageDecodingState::BASE_INFO_PARSED;
2272 imageStatus.imageState = ImageDecodingState::BASE_INFO_PARSED;
2436 } else if (iter->second.imageState < ImageDecodingState::BASE_INFO_PARSED) {
2460 context.IncrementalState = ImageDecodingState::BASE_INFO_PARSED;

Completed in 21 milliseconds