Searched refs:current_timings (Results 1 – 4 of 4) sorted by relevance
114 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_g_cropcap()115 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_g_cropcap()158 vpbe_dev->current_timings = var; in vpbe_get_mode_info()172 *mode_info = vpbe_dev->current_timings; in vpbe_get_current_mode_info()190 vpbe_dev->current_timings = var; in vpbe_get_std_info()209 vpbe_dev->current_timings = var; in vpbe_get_std_info_by_name()286 vpbe_dev->current_timings.left_margin); in vpbe_set_output()288 vpbe_dev->current_timings.upper_margin); in vpbe_set_output()354 vpbe_dev->current_timings = output->modes[i]; in vpbe_s_dv_timings()369 vpbe_dev->current_timings.left_margin); in vpbe_s_dv_timings()[all …]
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()[all …]
427 const struct tvp7002_timings_definition *current_timings; member575 device->current_timings = &tvp7002_timings[i]; in tvp7002_s_dv_timings()587 *dv_timings = device->current_timings->timings; in tvp7002_g_dv_timings()625 const struct v4l2_bt_timings *bt = &device->current_timings->timings.bt; in tvp7002_mbus_fmt()630 f->field = device->current_timings->scanmode; in tvp7002_mbus_fmt()631 f->colorspace = device->current_timings->color_space; in tvp7002_mbus_fmt()810 bt = &device->current_timings->timings.bt; in tvp7002_log_status()882 fmt->format.width = tvp7002->current_timings->timings.bt.width; in tvp7002_get_pad_format()883 fmt->format.height = tvp7002->current_timings->timings.bt.height; in tvp7002_get_pad_format()884 fmt->format.field = tvp7002->current_timings->scanmode; in tvp7002_get_pad_format()[all …]
193 struct vpbe_enc_mode_info current_timings; member