Lines Matching defs:height
31 int format, width, height;49 height = get_bits(&s->gb, 8);53 height = get_bits(&s->gb, 16);57 height = 288;61 height = 144;65 height = 96;69 height = 240;73 height = 120;76 width = height = 0;79 if (av_image_check_size(width, height, 0, s->avctx))82 s->height = height;