Lines Matching refs:current_timings
439 v4l2_std_id standard_id = vpbe_dev->current_timings.std_id; in vpbe_disp_calculate_scale_factor()
466 h_scale = vpbe_dev->current_timings.xres / pixfmt->width; in vpbe_disp_calculate_scale_factor()
540 vpbe_dev->current_timings.xres - cfg->xsize); in vpbe_disp_adj_position()
542 vpbe_dev->current_timings.yres - cfg->ysize); in vpbe_disp_adj_position()
555 ((c->width + c->left) > vpbe_dev->current_timings.xres)) in vpbe_disp_check_window_params()
556 c->width = vpbe_dev->current_timings.xres - c->left; in vpbe_disp_check_window_params()
559 vpbe_dev->current_timings.yres)) in vpbe_disp_check_window_params()
560 c->height = vpbe_dev->current_timings.yres - c->top; in vpbe_disp_check_window_params()
563 if (vpbe_dev->current_timings.interlaced) in vpbe_disp_check_window_params()
592 if (vpbe_dev->current_timings.interlaced) in vpbe_try_format()
606 max_width = vpbe_dev->current_timings.xres; in vpbe_try_format()
607 max_height = vpbe_dev->current_timings.yres; in vpbe_try_format()
613 pixfmt->width = vpbe_dev->current_timings.xres; in vpbe_try_format()
618 pixfmt->height = vpbe_dev->current_timings.yres; in vpbe_try_format()
759 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_display_cropcap()
760 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_display_cropcap()
761 cropcap->pixelaspect = vpbe_dev->current_timings.aspect; in vpbe_display_cropcap()
874 cfg->interlaced = vpbe_dev->current_timings.interlaced; in vpbe_display_s_fmt()
971 if (vpbe_dev->current_timings.timings_type & VPBE_ENC_STD) { in vpbe_display_g_std()
972 *std_id = vpbe_dev->current_timings.std_id; in vpbe_display_g_std()
1135 if (vpbe_dev->current_timings.timings_type & in vpbe_display_g_dv_timings()
1137 *dv_timings = vpbe_dev->current_timings.dv_timings; in vpbe_display_g_dv_timings()
1324 if (disp_dev->vpbe_dev->current_timings.timings_type & in init_vpbe_layer()