Searched refs:decodingStatus_ (Results 1 – 3 of 3) sorted by relevance
80 if (decodingStatus_.state == IncrementalDecodingState::BASE_INFO_ERROR || in PromoteDecoding()81 decodingStatus_.state == IncrementalDecodingState::IMAGE_ERROR) { in PromoteDecoding()82 …_LOGE("promote decode failed for state %{public}d, errorDetail %{public}u.", decodingStatus_.state, in PromoteDecoding()83 decodingStatus_.errorDetail); in PromoteDecoding()84 return decodingStatus_.errorDetail; in PromoteDecoding()92 decodingStatus_.state = ConvertImageStateToIncrementalState(imageState); in PromoteDecoding()93 if (decodeProgress > decodingStatus_.decodingProgress) { in PromoteDecoding()94 decodingStatus_.decodingProgress = decodeProgress; in PromoteDecoding()98 decodingStatus_.errorDetail = ret; in PromoteDecoding()117 return decodingStatus_; in GetDecodingStatus()
615 incOpts->decodingStatus_.state = IncrementalDecodingState::BASE_INFO_ERROR;618 ASSERT_EQ(ret, incOpts->decodingStatus_.errorDetail);619 incOpts->decodingStatus_.state = IncrementalDecodingState::IMAGE_ERROR;621 ASSERT_EQ(ret, incOpts->decodingStatus_.errorDetail);622 incOpts->decodingStatus_.state = IncrementalDecodingState::IMAGE_DECODED;
60 IncrementalDecodingStatus decodingStatus_; variable