Searched refs:JpegDecodingState (Results 1 – 3 of 3) sorted by relevance
182 state_ = JpegDecodingState::SOURCE_INITED; in SetSource()191 if (state_ < JpegDecodingState::SOURCE_INITED) { in GetImageSize()209 state_ = JpegDecodingState::BASE_INFO_PARSED; in GetImageSize()313 if (state_ < JpegDecodingState::SOURCE_INITED) { in SetDecodeOptions()319 state_ = JpegDecodingState::SOURCE_INITED; in SetDecodeOptions()343 state_ = JpegDecodingState::IMAGE_DECODING; in SetDecodeOptions()514 state_ = JpegDecodingState::SOURCE_INITED; in Decode()542 state_ = JpegDecodingState::IMAGE_DECODED; in Decode()547 state_ = JpegDecodingState::IMAGE_PARTIAL; in Decode()551 state_ = JpegDecodingState::IMAGE_ERROR; in Decode()[all …]
37 enum class JpegDecodingState : int32_t { enum97 JpegDecodingState state_ = JpegDecodingState::UNDECIDED;
94 jpegDecoder->state_ = JpegDecodingState::IMAGE_DECODING;134 jpegDecoder->state_ = JpegDecodingState::UNDECIDED;226 jpegDecoder->state_ = JpegDecodingState::UNDECIDED;321 jpegDecoder->state_ = JpegDecodingState::IMAGE_ERROR;1157 jpegDecoder->state_ = JpegDecodingState::IMAGE_DECODED;