Home
last modified time | relevance | path

Searched refs:tvn (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/pci/zoran/
H A Dzoran_device.c228 const struct tvnorm *tvn; in zr36057_set_vfe() local
237 tvn = zr->timing; in zr36057_set_vfe()
239 wa = tvn->wa; in zr36057_set_vfe()
240 ha = tvn->ha; in zr36057_set_vfe()
255 X = DIV_ROUND_UP(vid_win_wid * 64, tvn->wa); in zr36057_set_vfe()
258 hcrop1 = 2 * ((tvn->wa - we) / 4); in zr36057_set_vfe()
259 hcrop2 = tvn->wa - we - hcrop1; in zr36057_set_vfe()
260 h_start = tvn->h_start ? tvn->h_start : 1; in zr36057_set_vfe()
269 h_end = h_start + tvn->wa - 1; in zr36057_set_vfe()
281 Y = DIV_ROUND_UP(vid_win_ht * 64 * 2, tvn->ha); in zr36057_set_vfe()
[all …]