Searched refs:decodeState_ (Results 1 – 3 of 3) sorted by relevance
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()2194 uint32_t GetSourceDecodingState(SourceDecodingState decodeState_) in GetSourceDecodingState() argument2197 switch (decodeState_) { in GetSourceDecodingState()2227 if (decodeState_ >= SourceDecodingState::FILE_INFO_DECODED) { in DecodeSourceInfo()2234 if (decodeState_ == SourceDecodingState::UNRESOLVED) { in DecodeSourceInfo()[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;
378 SourceDecodingState decodeState_ = SourceDecodingState::UNRESOLVED; variable