Lines Matching defs:width
1003 if (hsync > det->width)
1041 det->width = MIN_WIDTH;
1111 det->width = (video->frame_right - video->frame_left) + 1;
1126 det->width, det->height);
1132 unsigned int size = act->width * ALIGN(act->height, 8);
1137 if (!IS_ALIGNED(act->width, 64)) {
1142 * the revision ID. It picked new width which is a very next
1146 u32 width = ALIGN(act->width, 64);
1148 aspeed_video_write(video, VE_CAP_WINDOW, width << 16 | act->height);
1149 size = width * ALIGN(act->height, 8);
1152 act->width << 16 | act->height);
1155 act->width << 16 | act->height);
1156 aspeed_video_write(video, VE_SRC_SCANLINE_OFFSET, act->width * 4);
1317 video->pix_fmt.width = video->active_timings.width;
1485 fsize->discrete.width = video->pix_fmt.width;
1500 if (fival->width != video->detected_timings.width ||
1523 if (timings->bt.width == video->active_timings.width &&
1534 video->pix_fmt.width = timings->bt.width;
1541 timings->bt.width, timings->bt.height);
1726 if (video->detected_timings.width != video->active_timings.width ||
1931 seq_printf(s, " %-20s:\t%d\n", "Width", v->pix_fmt.width);