Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h104 enum class SourceDecodingState : int32_t { enum
378 SourceDecodingState decodeState_ = SourceDecodingState::UNRESOLVED;
/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()
2198 case SourceDecodingState::SOURCE_ERROR: { in GetSourceDecodingState()
2203 case SourceDecodingState::UNKNOWN_FORMAT: { in GetSourceDecodingState()
2207 case SourceDecodingState::UNSUPPORTED_FORMAT: { in GetSourceDecodingState()
2211 case SourceDecodingState::FILE_INFO_ERROR: { in GetSourceDecodingState()
[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;