HomeSort by relevance Sort by last modified time
    Searched refs:yscaleFract (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 306 int xscaleInt, xscaleFract, yscaleInt, yscaleFract;
383 yscaleFract = (1 << 12) / deinterlace_factor;
386 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
391 yscaleFractUV = yscaleFract / uvratio;
397 yscaleFract = yscaleFractUV * uvratio;
401 yscaleInt = yscaleFract >> 12;
419 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
448 fVCutoffY = yscaleFract / 4096.0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 349 int xscaleInt, xscaleFract, yscaleInt, yscaleFract;
442 yscaleFract = (1 << 12) / deinterlace_factor;
445 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
450 yscaleFractUV = yscaleFract / uvratio;
456 yscaleFract = yscaleFractUV * uvratio;
460 yscaleInt = yscaleFract >> 12;
478 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
507 fVCutoffY = yscaleFract / 4096.0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 966 int xscaleInt, xscaleFract, yscaleInt, yscaleFract;
1015 yscaleFract = (1 << 12)/deinterlace_factor;
1018 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
1023 yscaleFractUV = yscaleFract / uvratio;
1028 yscaleFract = yscaleFractUV * uvratio;
1032 yscaleInt = yscaleFract >> 12;
1050 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 994 int xscaleInt, xscaleFract, yscaleInt, yscaleFract;
1046 yscaleFract = (1 << 12)/deinterlace_factor;
1049 yscaleFract = ((srcHeight - 1) << 12) / (dstHeight * deinterlace_factor);
1054 yscaleFractUV = yscaleFract / uvratio;
1059 yscaleFract = yscaleFractUV * uvratio;
1063 yscaleInt = yscaleFract >> 12;
1081 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 590 int xscaleInt, xscaleFract, yscaleInt, yscaleFract;
612 yscaleFract = (1 << 12) / deinterlace_factor;
615 yscaleFract = ((src_h - 1) << 12) / (deinterlace_factor * drw_h);
620 yscaleFractUV = yscaleFract / uvratio;
627 yscaleFract = yscaleFractUV * uvratio;
631 yscaleInt = yscaleFract >> 12;
648 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
651 ((xscaleFract & 0xFFF) << 3) | ((yscaleFract & 0xFFF) << 20);
    [all...]

Completed in 113 milliseconds