Lines Matching defs:width
175 st->codecpar->width = avio_rb32(pb);
177 if ((ret = av_image_check_size(st->codecpar->width, st->codecpar->height, 0, s)) < 0)
186 AV_WB32(st->codecpar->extradata+8, st->codecpar->width);
241 uint32_t sequence_number, width, height, x_offset, y_offset;
246 width = avio_rb32(s->pb);
269 "width: %"PRIu32", "
279 width,
288 if (width != s->streams[0]->codecpar->width ||
293 x_offset >= s->streams[0]->codecpar->width ||
294 width > s->streams[0]->codecpar->width - x_offset ||