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