Searched refs:horz_start (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vop.c71 if (buffer->horz_start < 0
72 || (buffer->horz_start + buffer->vbi_width) > htotal)
75 hstart = buffer->horz_start + hsyncstart;
80 if (buffer->horz_start < ((long) hsyncstart - (long) htotal) ||
81 buffer->horz_start > (long) hsyncstart ||
86 hstart = buffer->horz_start + htotal;
464 buffer->horz_start = hstart + htotal - hsyncstart;
465 if (buffer->horz_start >= (long) htotal)
466 buffer->horz_start -= htotal;
470 buffer->horz_start
[all...]
H A Dcim_vip.c174 WRITE_VIP32(VIP_601_HORZ_START, buffer->horz_start);
193 buffer->horz_start + (buffer->width << 1) + 3);
195 WRITE_VIP32(VIP_601_HORZ_END, buffer->horz_start + buffer->width + 3);
1241 buffer->horz_start = READ_VIP32(VIP_601_HORZ_START);
1260 buffer->horz_start - 3) >> 1;
1262 buffer->width = (READ_VIP32(VIP_601_HORZ_END) - buffer->horz_start - 3);
H A Dcim_parm.h817 unsigned long horz_start; member in struct:_TAG_VIP601PARAMS
1158 long horz_start; member in struct:_TAG_VBIWINDOWBUFFER
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre200.c106 static uint32_t dsp_set_video_scaler_horizontal(TheatrePtr t, uint16_t output_width, uint16_t horz_start, uint16_t horz_end);
840 static uint32_t dsp_set_video_scaler_horizontal(TheatrePtr t, uint16_t output_width, uint16_t horz_start, uint16_t horz_end) argument
848 fb_scratch1 = ((horz_end << 16) & 0xffff0000) | (horz_start & 0xffff);

Completed in 11 milliseconds