Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dalphablend.c151 int hili_right, hili_left; in blend_rgb16() local
233 hili_left = img_overl->hili_left; in blend_rgb16()
235 hili_left = clip_left; in blend_rgb16()
609 hili_left = img_overl->hili_left; in _x_blend_rgb16()
611 hili_left = clip_left; in _x_blend_rgb16()
776 hili_left = img_overl->hili_left; in _x_blend_rgb24()
948 hili_left = img_overl->hili_left; in _x_blend_rgb32()
1220 hili_left = img_overl->hili_left; in _x_blend_yuv()
1671 hili_left = img_overl->hili_left; in _x_blend_yuy2()
2063 hili_left = img_overl->hili_left; in _x_blend_xx44()
[all …]
H A Dvideo_overlay.c331 ovl->hili_top, ovl->hili_bottom, ovl->hili_left, ovl->hili_right); in video_overlay_print_overlay()
455 overlay->hili_left = event_overlay->hili_left; in video_overlay_event()
566 GET_DIM (pixels1, overlay->hili_left, overlay->width); in _x_overlay_to_argb32()
567 GET_DIM (pixels2, overlay->hili_right - overlay->hili_left + 1, overlay->width - pixels1); in _x_overlay_to_argb32()
H A Dosd.c439 this->event.object.overlay->hili_left = 0; in _osd_show()
/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Ddxr3_spu_encoder.c151 if (x < this->overlay->hili_left) { in create_histogram()
152 part = (this->overlay->hili_left - x < len) ? (this->overlay->hili_left - x) : len; in create_histogram()
157 if (x >= this->overlay->hili_left && x < this->overlay->hili_right) { in create_histogram()
356 if (x < this->overlay->hili_left) { in convert_overlay()
357 part = (this->overlay->hili_left - x < len) ? (this->overlay->hili_left - x) : len; in convert_overlay()
362 if (x >= this->overlay->hili_left && x < this->overlay->hili_right) { in convert_overlay()
H A Dvideo_out_dxr3.c870 btn.left = this->spu_enc->overlay->x + this->spu_enc->overlay->hili_left; in dxr3_overlay_end()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dxcbosd.c465 if ((x < overlay->hili_left) && (x + width - 1 >= overlay->hili_left)) { in xcbosd_blend()
466 width -= overlay->hili_left - x; in xcbosd_blend()
467 len += overlay->hili_left - x; in xcbosd_blend()
469 else if (x > overlay->hili_left) { in xcbosd_blend()
H A Dx11osd.c472 if ((x < overlay->hili_left) && (x + width - 1 >= overlay->hili_left)) { in x11osd_blend()
473 width -= overlay->hili_left - x; in x11osd_blend()
474 len += overlay->hili_left - x; in x11osd_blend()
476 else if (x > overlay->hili_left) { in x11osd_blend()
H A Dvideo_out_pgx32.c616 if ((x < overlay->hili_left) && (x + width - 1 >= overlay->hili_left)) { in pgx32_overlay_blend()
617 width -= overlay->hili_left - x; in pgx32_overlay_blend()
618 len += overlay->hili_left - x; in pgx32_overlay_blend()
620 else if (x > overlay->hili_left) { in pgx32_overlay_blend()
H A Dvideo_out_pgx64.c983 if ((x < overlay->hili_left) && (x + width - 1 >= overlay->hili_left)) { in pgx64_overlay_key_blend()
984 width -= overlay->hili_left - x; in pgx64_overlay_key_blend()
985 len += overlay->hili_left - x; in pgx64_overlay_key_blend()
987 else if (x > overlay->hili_left) { in pgx64_overlay_key_blend()
H A Dvideo_out_directfb.c477 if ((x < overlay->hili_left) && (x+width-1 >= overlay->hili_left)) { in directfb_subpicture_paint()
478 width -= overlay->hili_left - x; in directfb_subpicture_paint()
479 len += overlay->hili_left - x; in directfb_subpicture_paint()
481 else if (x > overlay->hili_left) { in directfb_subpicture_paint()
H A Dvideo_out_vdpau.c602 voovl->hili_left, voovl->hili_top, in vdpau_overlay_blend()
H A Dvideo_out_vaapi.c2501 overlay->hili_left, overlay->hili_top, in vaapi_overlay_blend()
/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dvideo_out.h499 int hili_left; member
/dports/multimedia/libxine/xine-lib-1.2.11/src/spu_dec/
H A Dspudec.c673 ovl->hili_left = -1; in spudec_do_commands()
963 ovl->hili_top, ovl->hili_bottom, ovl->hili_left, ovl->hili_right); in spudec_print_overlay()
1000 overlay->hili_left = (button_ptr->x_start > base->x) ? (button_ptr->x_start - base->x) : 0; in spudec_copy_nav_to_overlay()
H A Dspuhdmv_decoder.c852 overlay.hili_left = -1; in show_overlay()