Lines Matching refs:screen_width
42 int screen_width;
183 if (!width || width > s->screen_width) {
185 width = s->screen_width;
187 if (left >= s->screen_width) {
199 if (left + width > s->screen_width) {
201 pw = s->screen_width - left;
203 left + width - s->screen_width);
394 s->screen_width = bytestream2_get_le16u(&s->gb);
409 s->screen_width, s->screen_height, s->bits_per_pixel,
493 if ((ret = ff_set_dimensions(avctx, s->screen_width, s->screen_height)) < 0)
500 av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width);