Home | History | Annotate | Download | only in fake-pipeline2

Lines Matching defs:error

139     // Set up error management
142 JpegError error;
143 error.parent = this;
145 mCInfo.err = jpeg_std_error(&error);
149 if (checkError("Error initializing compression")) return NO_INIT;
169 if (checkError("Error configuring defaults")) return NO_INIT;
174 if (checkError("Error starting compression")) return NO_INIT;
185 if (checkError("Error while compressing")) return NO_INIT;
193 if (checkError("Error while finishing compression")) return NO_INIT;
260 JpegError *error = static_cast<JpegError*>(cinfo->err);
261 error->parent->mJpegErrorInfo = cinfo;