Searched refs:SourceDecodingState (Results 1 – 3 of 3) sorted by relevance
104 enum class SourceDecodingState : int32_t { enum378 SourceDecodingState decodeState_ = SourceDecodingState::UNRESOLVED;
528 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 …]
979 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;