Home
last modified time | relevance | path

Searched refs:JpegDecodingState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp182 state_ = JpegDecodingState::SOURCE_INITED; in SetSource()
191 if (state_ < JpegDecodingState::SOURCE_INITED) { in GetImageSize()
209 state_ = JpegDecodingState::BASE_INFO_PARSED; in GetImageSize()
313 if (state_ < JpegDecodingState::SOURCE_INITED) { in SetDecodeOptions()
319 state_ = JpegDecodingState::SOURCE_INITED; in SetDecodeOptions()
343 state_ = JpegDecodingState::IMAGE_DECODING; in SetDecodeOptions()
514 state_ = JpegDecodingState::SOURCE_INITED; in Decode()
542 state_ = JpegDecodingState::IMAGE_DECODED; in Decode()
547 state_ = JpegDecodingState::IMAGE_PARTIAL; in Decode()
551 state_ = JpegDecodingState::IMAGE_ERROR; in Decode()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h37 enum class JpegDecodingState : int32_t { enum
97 JpegDecodingState state_ = JpegDecodingState::UNDECIDED;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp94 jpegDecoder->state_ = JpegDecodingState::IMAGE_DECODING;
134 jpegDecoder->state_ = JpegDecodingState::UNDECIDED;
226 jpegDecoder->state_ = JpegDecodingState::UNDECIDED;
321 jpegDecoder->state_ = JpegDecodingState::IMAGE_ERROR;
1157 jpegDecoder->state_ = JpegDecodingState::IMAGE_DECODED;