Searched refs:hoffset (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_brooktreetv.c1000 uint8 stat, hoffset; local
1028 hoffset = 8;
1038 hoffset = 0;
1046 if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
1048 buffer[3] = (0x1e + hoffset); //set horizontal sync offset
1051 if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
1052 buffer[3] = (0xe1 + hoffset); //set horizontal sync offset
1058 if (si->ps.tv_encoder.type >= CX25870) hoffset +=8; //if CX shift picture right some more...
1059 buffer[3] = (0xa8 + hoffset);
1063 if (si->ps.tv_encoder.type >= CX25870) hoffset
[all...]
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c623 uint16 hoffset = 0; local
634 hoffset = (si->ps.panel_width - target.timing.h_display);
637 hoffset = ((hoffset >> 4) - 1);
655 hcent1 = hoffset;
659 hcent2 = hoffset;
672 hcent5 = hoffset;

Completed in 39 milliseconds