Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/src/
H A Dbmp_decoder.cpp44 state_ = BmpDecodingState::SOURCE_INITED; in SetSource()
63 if (state_ < BmpDecodingState::SOURCE_INITED) { in GetImageSize()
67 if (state_ >= BmpDecodingState::BASE_INFO_PARSED) { in GetImageSize()
78 state_ = BmpDecodingState::BASE_INFO_PARSED; in GetImageSize()
89 if (state_ < BmpDecodingState::SOURCE_INITED) { in SetDecodeOptions()
93 if (state_ >= BmpDecodingState::IMAGE_DECODING) { in SetDecodeOptions()
95 state_ = BmpDecodingState::SOURCE_INITED; in SetDecodeOptions()
102 state_ = BmpDecodingState::BASE_INFO_PARSED; in SetDecodeOptions()
109 state_ = BmpDecodingState::IMAGE_DECODING; in SetDecodeOptions()
321 state_ = BmpDecodingState::IMAGE_ERROR; in Decode()
[all …]
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_decoder.h30 enum class BmpDecodingState : int32_t { enum
67 BmpDecodingState state_ = BmpDecodingState::UNDECIDED;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dbmp_decoder_test.cpp485 bmpDecoder->state_ = BmpDecodingState::IMAGE_DECODING;
503 bmpDecoder->state_ = BmpDecodingState::IMAGE_DECODING;
706 bmpDecoder->state_ = BmpDecodingState::BASE_INFO_PARSED;