Lines Matching refs:error
40 int error;
51 c->error |= AV_LZO_INPUT_DEPLETED;
73 c->error |= AV_LZO_ERROR;
94 c->error |= AV_LZO_INPUT_DEPLETED;
98 c->error |= AV_LZO_OUTPUT_FULL;
125 c->error |= AV_LZO_INVALID_BACKPTR;
130 c->error |= AV_LZO_OUTPUT_FULL;
153 c.error = 0;
159 c.error |= AV_LZO_ERROR;
162 c.error |= AV_LZO_INPUT_DEPLETED;
163 while (!c.error) {
180 c.error |= AV_LZO_ERROR;
206 return c.error;