Lines Matching defs:frame_height
199 int frame_width, frame_height;
204 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1;
206 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
224 if (frame_y < 0 || frame_height < 0 ||
226 frame_height > s->avctx->height ||
227 frame_y + frame_height > s->avctx->height) {
230 frame_y, frame_height);
238 (frame_height != s->avctx->height))) {
295 for (i = 0; i < frame_height; i++) {
326 for (i = 0; i < frame_height; i++) {
333 for (i = 0; i < frame_height; i++) {