Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp528 decodeState_ = SourceDecodingState::UNRESOLVED; in Reset()
2125 decodeState_ = SourceDecodingState::UNSUPPORTED_FORMAT; in OnSourceRecognized()
2148 decodeState_ = SourceDecodingState::FILE_INFO_ERROR; in OnSourceRecognized()
2154 decodeState_ = SourceDecodingState::FILE_INFO_DECODED; in OnSourceRecognized()
2184 decodeState_ = SourceDecodingState::SOURCE_ERROR; in OnSourceUnresolved()
2190 decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED; in OnSourceUnresolved()
2194 uint32_t GetSourceDecodingState(SourceDecodingState decodeState_) in GetSourceDecodingState() argument
2197 switch (decodeState_) { in GetSourceDecodingState()
2227 if (decodeState_ >= SourceDecodingState::FILE_INFO_DECODED) { in DecodeSourceInfo()
2234 if (decodeState_ == SourceDecodingState::UNRESOLVED) { in DecodeSourceInfo()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp979 imageSource->decodeState_ = SourceDecodingState::SOURCE_ERROR;
982 imageSource->decodeState_ = SourceDecodingState::UNKNOWN_FORMAT;
985 imageSource->decodeState_ = SourceDecodingState::UNSUPPORTED_FORMAT;
988 imageSource->decodeState_ = SourceDecodingState::FILE_INFO_ERROR;
1050 imageSource->decodeState_ = SourceDecodingState::FILE_INFO_DECODED;
1065 imageSource->decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED;
1411 imageSource->decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h378 SourceDecodingState decodeState_ = SourceDecodingState::UNRESOLVED; variable