Lines Matching refs:layer_info
101 layer->layer_info.id, in vpbe_isr_odd_field()
276 osd_device->ops.disable_layer(osd_device, layer->layer_info.id); in vpbe_start_streaming()
323 osd_device->ops.disable_layer(osd_device, layer->layer_info.id); in vpbe_stop_streaming()
375 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_set_osd_display_params()
384 layer->layer_info.id, in vpbe_set_osd_display_params()
389 layer->layer_info.id, 0); in vpbe_set_osd_display_params()
397 layer->layer_info.enable = 1; in vpbe_set_osd_display_params()
403 otherlayer->layer_info.id, 1); in vpbe_set_osd_display_params()
409 otherlayer->layer_info.enable = 1; in vpbe_set_osd_display_params()
419 struct display_layer_info *layer_info = &layer->layer_info; in vpbe_disp_calculate_scale_factor() local
421 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_disp_calculate_scale_factor()
450 layer_info->h_zoom = ZOOM_X1; /* no horizontal zoom */ in vpbe_disp_calculate_scale_factor()
451 layer_info->v_zoom = ZOOM_X1; /* no horizontal zoom */ in vpbe_disp_calculate_scale_factor()
452 layer_info->h_exp = H_EXP_OFF; /* no horizontal zoom */ in vpbe_disp_calculate_scale_factor()
453 layer_info->v_exp = V_EXP_OFF; /* no horizontal zoom */ in vpbe_disp_calculate_scale_factor()
477 layer_info->h_zoom = ZOOM_X2; in vpbe_disp_calculate_scale_factor()
479 layer_info->h_zoom = ZOOM_X4; in vpbe_disp_calculate_scale_factor()
481 layer_info->h_exp = H_EXP_9_OVER_8; in vpbe_disp_calculate_scale_factor()
508 layer_info->v_zoom = ZOOM_X2; in vpbe_disp_calculate_scale_factor()
510 layer_info->v_zoom = ZOOM_X4; in vpbe_disp_calculate_scale_factor()
512 layer_info->v_exp = V_EXP_6_OVER_5; in vpbe_disp_calculate_scale_factor()
526 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_disp_adj_position()
647 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_display_s_selection()
667 layer->layer_info.id, cfg); in vpbe_display_s_selection()
675 layer->layer_info.id, cfg); in vpbe_display_s_selection()
684 layer->layer_info.id, in vpbe_display_s_selection()
685 layer->layer_info.h_zoom, in vpbe_display_s_selection()
686 layer->layer_info.v_zoom); in vpbe_display_s_selection()
688 layer->layer_info.h_exp, in vpbe_display_s_selection()
689 layer->layer_info.v_exp); in vpbe_display_s_selection()
696 if ((layer->layer_info.h_zoom != ZOOM_X1) || in vpbe_display_s_selection()
697 (layer->layer_info.v_zoom != ZOOM_X1) || in vpbe_display_s_selection()
698 (layer->layer_info.h_exp != H_EXP_OFF) || in vpbe_display_s_selection()
699 (layer->layer_info.v_exp != V_EXP_OFF)) in vpbe_display_s_selection()
713 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_display_g_selection()
728 layer->layer_info.id, cfg); in vpbe_display_g_selection()
813 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_display_s_fmt()
846 otherlayer->layer_info.id); in vpbe_display_s_fmt()
856 layer->layer_info.id, cfg); in vpbe_display_s_fmt()
874 otherlayer->layer_info.config.pixfmt = PIXFMT_NV12; in vpbe_display_s_fmt()
879 layer->layer_info.id, cfg); in vpbe_display_s_fmt()
888 layer->layer_info.id, cfg); in vpbe_display_s_fmt()
1162 layer->layer_info.id); in vpbe_display_open()
1187 struct osd_layer_config *cfg = &layer->layer_info.config; in vpbe_display_release()
1197 layer->layer_info.id); in vpbe_display_release()
1207 otherlayer->layer_info.id); in vpbe_display_release()
1209 otherlayer->layer_info.id); in vpbe_display_release()
1212 layer->layer_info.id); in vpbe_display_release()
1214 layer->layer_info.id); in vpbe_display_release()
1320 vpbe_display_layer->layer_info.id = in init_vpbe_layer()