Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h106 SOURCE_ERROR = 1, enumerator
117 SOURCE_ERROR = 0, enumerator
134 SourceInfoState state = SourceInfoState::SOURCE_ERROR;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2183 sourceInfo_.state = SourceInfoState::SOURCE_ERROR; in OnSourceUnresolved()
2184 decodeState_ = SourceDecodingState::SOURCE_ERROR; in OnSourceUnresolved()
2198 case SourceDecodingState::SOURCE_ERROR: { in GetSourceDecodingState()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp979 imageSource->decodeState_ = SourceDecodingState::SOURCE_ERROR;