Lines Matching refs:ret
133 int stride, ret, i, x, y, b, bt = 0;
135 if ((ret = ff_set_dimensions(avctx, WIDTH, HEIGHT)) < 0)
136 return ret;
140 if ((ret = ff_reget_buffer(avctx, newpic, 0)) < 0)
141 return ret;
170 if ((ret = copy_block(avctx, out, copy_from, offset, 8, stride)) < 0)
171 return ret;
187 if ((ret = copy_block(avctx, &out[j*stride+i],
189 return ret;
254 if ((ret = av_frame_ref(rframe, newpic)) < 0)
255 return ret;