Lines Matching refs:active_timings
218 struct v4l2_bt_timings active_timings; member
864 struct v4l2_bt_timings *act = &video->active_timings; in aspeed_video_set_resolution()
870 if (video->active_timings.width == 1680) { in aspeed_video_set_resolution()
881 size += (1728 - 1680) * video->active_timings.height; in aspeed_video_set_resolution()
985 video->active_timings = video->detected_timings; in aspeed_video_start()
988 video->pix_fmt.width = video->active_timings.width; in aspeed_video_start()
989 video->pix_fmt.height = video->active_timings.height; in aspeed_video_start()
1166 if (timings->bt.width == video->active_timings.width && in aspeed_video_set_dv_timings()
1167 timings->bt.height == video->active_timings.height) in aspeed_video_set_dv_timings()
1173 video->active_timings = timings->bt; in aspeed_video_set_dv_timings()
1192 timings->bt = video->active_timings; in aspeed_video_get_dv_timings()
1356 if (video->detected_timings.width != video->active_timings.width || in aspeed_video_resolution_work()
1357 video->detected_timings.height != video->active_timings.height) { in aspeed_video_resolution_work()