Lines Matching refs:current_timings
440 v4l2_std_id standard_id = vpbe_dev->current_timings.std_id; in vpbe_disp_calculate_scale_factor()
467 h_scale = vpbe_dev->current_timings.xres / pixfmt->width; in vpbe_disp_calculate_scale_factor()
541 vpbe_dev->current_timings.xres - cfg->xsize); in vpbe_disp_adj_position()
543 vpbe_dev->current_timings.yres - cfg->ysize); in vpbe_disp_adj_position()
556 ((c->width + c->left) > vpbe_dev->current_timings.xres)) in vpbe_disp_check_window_params()
557 c->width = vpbe_dev->current_timings.xres - c->left; in vpbe_disp_check_window_params()
560 vpbe_dev->current_timings.yres)) in vpbe_disp_check_window_params()
561 c->height = vpbe_dev->current_timings.yres - c->top; in vpbe_disp_check_window_params()
564 if (vpbe_dev->current_timings.interlaced) in vpbe_disp_check_window_params()
593 if (vpbe_dev->current_timings.interlaced) in vpbe_try_format()
607 max_width = vpbe_dev->current_timings.xres; in vpbe_try_format()
608 max_height = vpbe_dev->current_timings.yres; in vpbe_try_format()
614 pixfmt->width = vpbe_dev->current_timings.xres; in vpbe_try_format()
619 pixfmt->height = vpbe_dev->current_timings.yres; in vpbe_try_format()
760 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_display_cropcap()
761 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_display_cropcap()
762 cropcap->pixelaspect = vpbe_dev->current_timings.aspect; in vpbe_display_cropcap()
875 cfg->interlaced = vpbe_dev->current_timings.interlaced; in vpbe_display_s_fmt()
972 if (vpbe_dev->current_timings.timings_type & VPBE_ENC_STD) { in vpbe_display_g_std()
973 *std_id = vpbe_dev->current_timings.std_id; in vpbe_display_g_std()
1136 if (vpbe_dev->current_timings.timings_type & in vpbe_display_g_dv_timings()
1138 *dv_timings = vpbe_dev->current_timings.dv_timings; in vpbe_display_g_dv_timings()
1325 if (disp_dev->vpbe_dev->current_timings.timings_type & in init_vpbe_layer()