Lines Matching defs:width
52 int width;
105 int width, height;
115 if ((ret = av_parse_video_size(&width, &height, dc1394->video_size)) < 0) {
125 for (fmt = dc1394_frame_formats; fmt->width; fmt++)
126 if (fmt->pix_fmt == pix_fmt && fmt->width == width && fmt->height == height)
133 if (!fps->frame_rate || !fmt->width) {
135 width, height, dc1394->frame_rate);
149 vst->codecpar->width = fmt->width;
157 fmt->width, fmt->height, 1);