Home
last modified time | relevance | path

Searched refs:active_timings (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c114 struct v4l2_bt_timings active_timings; member
465 struct v4l2_bt_timings *act = &video->active_timings; in npcm_video_new_rect()
527 struct v4l2_bt_timings *act = &video->active_timings; in npcm_video_get_rect_list()
846 unsigned int width = video->active_timings.width; in npcm_video_get_diff_rect()
847 unsigned int height = video->active_timings.height; in npcm_video_get_diff_rect()
861 struct v4l2_bt_timings *act = &video->active_timings; in npcm_video_detect_resolution()
914 video->active_timings = *timing; in npcm_video_set_resolution()
997 unsigned int width = video->active_timings.width; in npcm_video_raw()
998 unsigned int height = video->active_timings.height; in npcm_video_raw()
1243 if (timings->bt.width == video->active_timings.width && in npcm_video_set_dv_timings()
[all …]
/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c294 struct v4l2_bt_timings active_timings; member
1131 struct v4l2_bt_timings *act = &video->active_timings; in aspeed_video_set_resolution()
1314 video->active_timings = video->detected_timings; in aspeed_video_start()
1317 video->pix_fmt.width = video->active_timings.width; in aspeed_video_start()
1318 video->pix_fmt.height = video->active_timings.height; in aspeed_video_start()
1523 if (timings->bt.width == video->active_timings.width && in aspeed_video_set_dv_timings()
1524 timings->bt.height == video->active_timings.height) in aspeed_video_set_dv_timings()
1530 video->active_timings = timings->bt; in aspeed_video_set_dv_timings()
1552 timings->bt = video->active_timings; in aspeed_video_get_dv_timings()
1726 if (video->detected_timings.width != video->active_timings.width || in aspeed_video_resolution_work()
[all …]