Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h110 FILE_INFO_ERROR = 5, enumerator
121 FILE_INFO_ERROR = 4, enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2147 sourceInfo_.state = SourceInfoState::FILE_INFO_ERROR; in OnSourceRecognized()
2148 decodeState_ = SourceDecodingState::FILE_INFO_ERROR; in OnSourceRecognized()
2211 case SourceDecodingState::FILE_INFO_ERROR: { in GetSourceDecodingState()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp988 imageSource->decodeState_ = SourceDecodingState::FILE_INFO_ERROR;