Lines Matching full:vactive
285 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
307 * 625 = vblank656 + vactive in cx18_av_std_setup()
312 * vactive: half lines of active video + in cx18_av_std_setup()
331 * video must be included in vactive (579 instead of 574), in cx18_av_std_setup()
338 vactive = 579; /* lines 24 - 313 & 337 - 626 */ in cx18_av_std_setup()
379 * 525 = prevsync + vblank656 + vactive in cx18_av_std_setup()
385 * vactive: half lines of active video in cx18_av_std_setup()
398 vactive = 481; /* lines 23 - 263 & 285 - 525 */ in cx18_av_std_setup()
469 …"hblank %i, hactive %i, vblank %i, vactive %i, vblank656 %i, src_dec %i, burst 0x%02x, luma_lpf %i… in cx18_av_std_setup()
470 hblank, hactive, vblank, vactive, vblank656, in cx18_av_std_setup()
487 (((vblank >> 8) & 0x3) | (vactive << 4)) & 0xff); in cx18_av_std_setup()
488 cx18_av_write(cx, 0x476, vactive >> 4); in cx18_av_std_setup()
955 * This adjustment reflects the excess of vactive, set in in cx18_av_set_fmt()