Searched refs:srch (Results 1 - 25 of 50) sorted by relevance

12

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_1400.c286 sc1400_set_video_scale(unsigned short srcw, unsigned short srch, argument
290 gfx_set_video_scale(unsigned short srcw, unsigned short srch,
300 gfx_vid_srch = srch;
311 if (srch < dsth)
312 yscale = (0x2000 * (srch - 1)) / (dsth - 1);
H A Dvid_5530.c194 int cs5530_set_video_upscale(unsigned short srcw, unsigned short srch,
196 int cs5530_set_video_scale(unsigned short srcw, unsigned short srch,
198 int cs5530_set_video_vertical_downscale(unsigned short srch,
653 cs5530_set_video_scale(unsigned short srcw, unsigned short srch, argument
657 gfx_set_video_scale(unsigned short srcw, unsigned short srch,
667 gfx_vid_srch = srch;
680 if (dsth <= srch)
682 else if (dsth == 1 || srch == 1)
685 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
H A Dgfx_dcdr.c322 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch, argument
329 status = saa7114_set_decoder_scale(srcw, srch, dstw, dsth);
H A Dsaa7114.c243 int saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch,
585 saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch, argument
589 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch,
661 scale = (int)((1024 * srch) / dsth);
668 if (dsth >= (srch >> 1)) {
715 if (srch)
716 scale = (64 * dsth) / srch;
H A Dvid_1200.c212 int sc1200_set_video_upscale(unsigned short srcw, unsigned short srch,
214 int sc1200_set_video_scale(unsigned short srcw, unsigned short srch,
216 int sc1200_set_video_vertical_downscale(unsigned short srch,
740 sc1200_set_video_upscale(unsigned short srcw, unsigned short srch, argument
744 gfx_set_video_upscale(unsigned short srcw, unsigned short srch,
758 gfx_vid_srch = srch;
775 else if (dsth <= srch)
777 else if ((srch == 1) || (dsth == 1))
780 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
803 sc1200_set_video_scale(unsigned short srcw, unsigned short srch, argument
[all...]
H A Dvid_rdcl.c236 int redcloud_set_video_upscale(unsigned short srcw, unsigned short srch,
238 int redcloud_set_video_scale(unsigned short srcw, unsigned short srch,
240 int redcloud_set_video_vertical_downscale(unsigned short srch,
863 redcloud_set_video_scale(unsigned short srcw, unsigned short srch, argument
867 gfx_set_video_scale(unsigned short srcw, unsigned short srch,
881 gfx_vid_srch = srch;
900 else if (dsth <= srch)
902 else if ((srch == 1) || (dsth == 1))
905 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
928 redcloud_set_video_vertical_downscale(unsigned short srch, argument
[all...]
H A Dgfx_vid.c532 gfx_set_video_scale(unsigned short srcw, unsigned short srch, argument
539 status = cs5530_set_video_scale(srcw, srch, dstw, dsth);
543 status = sc1200_set_video_scale(srcw, srch, dstw, dsth);
547 status = redcloud_set_video_scale(srcw, srch, dstw, dsth);
557 gfx_set_video_upscale(unsigned short srcw, unsigned short srch, argument
564 status = sc1200_set_video_upscale(srcw, srch, dstw, dsth);
574 gfx_set_video_vertical_downscale(unsigned short srch, unsigned short dsth) argument
580 status = redcloud_set_video_vertical_downscale(srch, dsth);
H A Dgfx_rtns.h469 int gfx_set_video_upscale(unsigned short srcw, unsigned short srch,
471 int gfx_set_video_scale(unsigned short srcw, unsigned short srch,
473 int gfx_set_video_vertical_downscale(unsigned short srch,
622 int gfx_set_decoder_scale(unsigned short srcw, unsigned short srch,
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_dcdr.c221 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch, argument
228 status = saa7114_set_decoder_scale(srcw, srch, dstw, dsth);
H A Dsaa7114.c449 saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch, argument
453 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch,
529 scale = (int) ((1024 * srch) / dsth);
536 if (dsth >= (srch >> 1)) {
585 if (srch)
586 scale = (64 * dsth) / srch;
H A Dvid_5530.c433 cs5530_set_video_scale(unsigned short srcw, unsigned short srch, argument
437 gfx_set_video_scale(unsigned short srcw, unsigned short srch,
447 gfx_vid_srch = srch;
460 if (dsth <= srch)
462 else if (dsth == 1 || srch == 1)
465 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
H A Dgfx_priv.h227 void gfx_set_display_video_downscale(unsigned short srch, unsigned short dsth);
264 void gu2_set_display_video_downscale(unsigned short srch, unsigned short dsth);
566 int cs5530_set_video_scale(unsigned short srcw, unsigned short srch,
624 int sc1200_set_video_upscale(unsigned short srcw, unsigned short srch,
626 int sc1200_set_video_scale(unsigned short srcw, unsigned short srch,
745 int redcloud_set_video_scale(unsigned short srcw, unsigned short srch,
747 int redcloud_set_video_vertical_downscale(unsigned short srch,
893 int saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch,
H A Dgfx_vid.c439 gfx_set_video_scale(unsigned short srcw, unsigned short srch, argument
446 status = cs5530_set_video_scale(srcw, srch, dstw, dsth);
450 status = sc1200_set_video_scale(srcw, srch, dstw, dsth);
454 status = redcloud_set_video_scale(srcw, srch, dstw, dsth);
464 gfx_set_video_upscale(unsigned short srcw, unsigned short srch, argument
471 status = sc1200_set_video_upscale(srcw, srch, dstw, dsth);
481 gfx_set_video_vertical_downscale(unsigned short srch, unsigned short dsth) argument
487 status = redcloud_set_video_vertical_downscale(srch, dsth);
H A Dvid_1200.c574 sc1200_set_video_upscale(unsigned short srcw, unsigned short srch, argument
578 gfx_set_video_upscale(unsigned short srcw, unsigned short srch,
593 gfx_vid_srch = srch;
613 else if (dsth <= srch)
616 else if ((srch == 1) || (dsth == 1))
619 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
642 sc1200_set_video_scale(unsigned short srcw, unsigned short srch, argument
646 gfx_set_video_scale(unsigned short srcw, unsigned short srch,
650 return gfx_set_video_upscale(srcw, srch, dstw, dsth);
H A Dgfx_rtns.h366 int gfx_set_video_upscale(unsigned short srcw, unsigned short srch,
368 int gfx_set_video_scale(unsigned short srcw, unsigned short srch,
370 int gfx_set_video_vertical_downscale(unsigned short srch,
521 int gfx_set_decoder_scale(unsigned short srcw, unsigned short srch,
H A Dvid_rdcl.c673 redcloud_set_video_scale(unsigned short srcw, unsigned short srch, argument
677 gfx_set_video_scale(unsigned short srcw, unsigned short srch,
691 gfx_vid_srch = srch;
713 else if (dsth <= srch)
716 else if ((srch == 1) || (dsth == 1))
719 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
743 redcloud_set_video_vertical_downscale(unsigned short srch, unsigned short dsth) argument
746 gfx_set_video_vertical_downscale(unsigned short srch, unsigned short dsth)
752 gfx_set_display_video_downscale(srch, dsth);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c440 float srcX, srcY, srcw, srch; local in function:FUNC_NAME
455 srch = (pPriv->src_h * dsth) / (float)pPriv->dst_h;
463 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h,
464 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h);
466 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h,
467 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h);
476 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h);
478 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h);
496 float srcX, srcY, srcw, srch; local in function:FUNC_NAME
511 srch
1073 float srcX, srcY, srcw, srch; local in function:FUNC_NAME
1127 float srcX, srcY, srcw, srch; local in function:FUNC_NAME
2502 float srcX, srcY, srcw, srch; local in function:FUNC_NAME
4133 float srcX, srcY, srcw, srch; local in function:FUNC_NAME
[all...]
H A Devergreen_textured_videofuncs.c484 float srcX, srcY, srcw, srch; local in function:EVERGREENDisplayTexturedVideo
502 srch = (pPriv->src_h * dsth) / (float)pPriv->dst_h;
514 vb[7] = (float)(srcY + srch);
519 vb[11] = (float)(srcY + srch);
H A Dr600_textured_videofuncs.c481 float srcX, srcY, srcw, srch; local in function:R600DisplayTexturedVideo
499 srch = (pPriv->src_h * dsth) / (float)pPriv->dst_h;
511 vb[7] = (float)(srcY + srch);
516 vb[11] = (float)(srcY + srch);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_textured_videofuncs.c357 float srcX, srcY, srcw, srch; local in function:RADEONDisplayTexturedVideo
372 srch = (pPriv->src_h * dsth) / (float)pPriv->dst_h;
380 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h,
381 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h);
383 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h,
384 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h);
393 (float)srcX / pPriv->w, (float)(srcY + srch) / pPriv->h);
395 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h);
895 float srcX, srcY, srcw, srch; local in function:R200DisplayTexturedVideo
910 srch
2230 float srcX, srcY, srcw, srch; local in function:R300DisplayTexturedVideo
3785 float srcX, srcY, srcw, srch; local in function:R500DisplayTexturedVideo
[all...]
H A Devergreen_textured_videofuncs.c473 float srcX, srcY, srcw, srch; local in function:EVERGREENDisplayTexturedVideo
491 srch = (pPriv->src_h * dsth) / (float)pPriv->dst_h;
503 vb[7] = (float)(srcY + srch);
508 vb[11] = (float)(srcY + srch);
H A Dr600_textured_videofuncs.c451 float srcX, srcY, srcw, srch; local in function:R600DisplayTexturedVideo
469 srch = (pPriv->src_h * dsth) / (float)pPriv->dst_h;
481 vb[7] = (float)(srcY + srch);
486 vb[11] = (float)(srcY + srch);
/xsrc/external/mit/libXvMC/dist/include/X11/extensions/
H A DXvMClib.h49 unsigned short srch,
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-trapezoid-image.c480 int srcx, int srcy, int srcw, int srch,
488 srcw, srch, format->depth);
495 XRenderFillRectangle(t->dpy, PictOpSrc, src, &color, 0, 0, srcw, srch);
545 int srch = rand() % out.height; local in function:trap_tests
554 srcx, srcy, srcw, srch,
559 srcx, srcy, srcw, srch,
478 fill_traps(struct test_display * t,Picture p,XRenderPictFormat * format,uint8_t op,XTrapezoid * traps,int ntraps,enum mask mask,int srcx,int srcy,int srcw,int srch,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Drender-trapezoid-image.c480 int srcx, int srcy, int srcw, int srch,
488 srcw, srch, format->depth);
495 XRenderFillRectangle(t->dpy, PictOpSrc, src, &color, 0, 0, srcw, srch);
545 int srch = rand() % out.height; local in function:trap_tests
554 srcx, srcy, srcw, srch,
559 srcx, srcy, srcw, srch,
478 fill_traps(struct test_display * t,Picture p,XRenderPictFormat * format,uint8_t op,XTrapezoid * traps,int ntraps,enum mask mask,int srcx,int srcy,int srcw,int srch,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument

Completed in 36 milliseconds

12