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

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 899 bool isVertAndUV;
906 isVertAndUV = !isHoriz && !isY;
935 if ((j == (taps - 1) / 2) && !isVertAndUV)
957 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 919 bool isVertAndUV;
926 isVertAndUV = !isHoriz && !isY;
955 if ((j == (taps - 1) / 2) && !isVertAndUV)
977 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 337 Bool isVertAndUV;
344 isVertAndUV = !isHoriz && !isY;
373 if ((j == (taps - 1) / 2) && !isVertAndUV)
395 if ((tap2Fix == (taps - 1) / 2) && !isVertAndUV)
    [all...]

Completed in 51 milliseconds