Lines Matching defs:width
31 int format, width, height;48 width = get_bits(&s->gb, 8);52 width = get_bits(&s->gb, 16);56 width = 352;60 width = 176;64 width = 128;68 width = 320;72 width = 160;76 width = height = 0;79 if (av_image_check_size(width, height, 0, s->avctx))81 s->width = width;