Searched refs:src_y (Results 1 – 5 of 5) sorted by relevance
/drivers/video/sis/ |
D | sis_accel.c | 118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() argument 122 if(src_y >= 2048) { in SiS300SubsequentScreenToScreenCopy() 123 srcbase = ivideo->video_linelength * src_y; in SiS300SubsequentScreenToScreenCopy() 124 src_y = 0; in SiS300SubsequentScreenToScreenCopy() 139 src_y += height-1; in SiS300SubsequentScreenToScreenCopy() 143 SiS300SetupSRCXY(src_x, src_y) in SiS300SubsequentScreenToScreenCopy() 204 SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int src_y, in SiS310SubsequentScreenToScreenCopy() argument 208 int mymin = min(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 209 int mymax = max(src_y, dst_y); in SiS310SubsequentScreenToScreenCopy() 222 if((src_y >= 2048) || (dst_y >= 2048)) { in SiS310SubsequentScreenToScreenCopy() [all …]
|
/drivers/video/console/ |
D | sticore.c | 154 sti_set(struct sti_struct *sti, int src_y, int src_x, in sti_set() argument 161 .src_y = src_y, in sti_set() 163 .dest_y = src_y, in sti_set() 180 sti_clear(struct sti_struct *sti, int src_y, int src_x, in sti_clear() argument 187 .src_y = src_y * sti->font_height, in sti_clear() 189 .dest_y = src_y * sti->font_height, in sti_clear() 210 sti_bmove(struct sti_struct *sti, int src_y, int src_x, in sti_bmove() argument 215 .src_y = src_y * sti->font_height, in sti_bmove()
|
/drivers/media/video/ivtv/ |
D | ivtv-yuv.c | 53 y_decode_height = uv_decode_height = f->src_h + f->src_y; in ivtv_yuv_prep_user_dma() 380 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y); in ivtv_yuv_handle_vertical() 395 if (f->src_y < 8) { in ivtv_yuv_handle_vertical() 396 src_minor_uv = f->src_y; in ivtv_yuv_handle_vertical() 400 src_major_uv = f->src_y - 8; in ivtv_yuv_handle_vertical() 652 if (f->src_y < 0) in ivtv_yuv_window_setup() 653 f->src_y = 0; in ivtv_yuv_window_setup() 671 f->src_y += osd_crop / 2; in ivtv_yuv_window_setup() 689 f->src_y += (osd_scale * osd_crop) >> 16; in ivtv_yuv_window_setup() 741 f->src_h += f->src_y & 1; in ivtv_yuv_window_setup() [all …]
|
D | ivtv-driver.h | 380 s32 src_y; member
|
/drivers/video/ |
D | sticore.h | 295 s16 src_y; /* source upper left pixel y location */ member 356 void sti_set(struct sti_struct *sti, int src_y, int src_x, 358 void sti_clear(struct sti_struct *sti, int src_y, int src_x, 360 void sti_bmove(struct sti_struct *sti, int src_y, int src_x,
|