Lines Matching refs:current_timings

428 	v4l2_std_id standard_id = vpbe_dev->current_timings.std_id;  in vpbe_disp_calculate_scale_factor()
455 h_scale = vpbe_dev->current_timings.xres / pixfmt->width; in vpbe_disp_calculate_scale_factor()
529 vpbe_dev->current_timings.xres - cfg->xsize); in vpbe_disp_adj_position()
531 vpbe_dev->current_timings.yres - cfg->ysize); in vpbe_disp_adj_position()
544 ((c->width + c->left) > vpbe_dev->current_timings.xres)) in vpbe_disp_check_window_params()
545 c->width = vpbe_dev->current_timings.xres - c->left; in vpbe_disp_check_window_params()
548 vpbe_dev->current_timings.yres)) in vpbe_disp_check_window_params()
549 c->height = vpbe_dev->current_timings.yres - c->top; in vpbe_disp_check_window_params()
552 if (vpbe_dev->current_timings.interlaced) in vpbe_disp_check_window_params()
581 if (vpbe_dev->current_timings.interlaced) in vpbe_try_format()
595 max_width = vpbe_dev->current_timings.xres; in vpbe_try_format()
596 max_height = vpbe_dev->current_timings.yres; in vpbe_try_format()
602 pixfmt->width = vpbe_dev->current_timings.xres; in vpbe_try_format()
607 pixfmt->height = vpbe_dev->current_timings.yres; in vpbe_try_format()
737 rect->width = vpbe_dev->current_timings.xres; in vpbe_display_g_selection()
738 rect->height = vpbe_dev->current_timings.yres; in vpbe_display_g_selection()
758 *f = vpbe_dev->current_timings.aspect; in vpbe_display_g_pixelaspect()
862 cfg->interlaced = vpbe_dev->current_timings.interlaced; in vpbe_display_s_fmt()
959 if (vpbe_dev->current_timings.timings_type & VPBE_ENC_STD) { in vpbe_display_g_std()
960 *std_id = vpbe_dev->current_timings.std_id; in vpbe_display_g_std()
1122 if (vpbe_dev->current_timings.timings_type & in vpbe_display_g_dv_timings()
1124 *dv_timings = vpbe_dev->current_timings.dv_timings; in vpbe_display_g_dv_timings()
1307 if (disp_dev->vpbe_dev->current_timings.timings_type & in init_vpbe_layer()