Searched refs:is_out_50hz (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtvfb.c250 int osd_height_limit = itv->is_out_50hz ? 576 : 480; ivtvfb_set_display_window()
474 if (itv->is_out_50hz && trace > 312) ivtvfb_ioctl()
659 if (itv->is_out_50hz) { _ivtvfb_check_var()
790 if (var->upper_margin + var->yres > (itv->is_out_50hz ? 577 : 481)) _ivtvfb_check_var()
791 var->upper_margin = 1 + (((itv->is_out_50hz ? 576 : 480) - _ivtvfb_check_var()
1019 max_height = itv->is_out_50hz ? 576 : 480; ivtvfb_init_vidmode()
1025 osd_yres : itv->is_out_50hz ? 480 : 400; ivtvfb_init_vidmode()
H A Divtv-ioctl.c835 cropcap->pixelaspect.numerator = itv->is_out_50hz ? 59 : 10; ivtv_cropcap()
836 cropcap->pixelaspect.denominator = itv->is_out_50hz ? 54 : 11; ivtv_cropcap()
864 r.height = itv->is_out_50hz ? 576 : 480; ivtv_s_selection()
921 r.height = itv->is_out_50hz ? 576 : 480; ivtv_g_selection()
1137 itv->is_out_50hz = !itv->is_out_60hz; ivtv_s_std_dec()
1160 ivtv_vapi(itv, CX2341X_DEC_SET_STANDARD, 1, itv->is_out_50hz); ivtv_s_std_dec()
1164 itv->main_rect.height = itv->is_out_50hz ? 576 : 480; ivtv_s_std_dec()
1170 yi->osd_full_h = itv->is_out_50hz ? 576 : 480; ivtv_s_std_dec()
H A Divtv-driver.c1163 itv->is_out_50hz = 1; ivtv_probe()
1167 itv->yuv_info.osd_full_h = itv->is_out_50hz ? 576 : 480; ivtv_probe()
H A Divtv-driver.h652 u8 is_out_50hz /* 1 if the current TV output standard is 50 Hz */; member in struct:ivtv
H A Divtv-streams.c687 height = itv->is_out_50hz ? 576 : 480; ivtv_setup_v4l2_decode_stream()

Completed in 172 milliseconds