Searched refs:isY (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | OverlayPlaneBase.h | 67 bool isHoriz, bool isY,
|
D | OverlayPlaneBase.cpp | 891 bool isHoriz, bool isY, in updateCoeff() argument 906 isVertAndUV = !isHoriz && !isY; in updateCoeff()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | OverlayPlaneBase.h | 68 bool isHoriz, bool isY,
|
D | OverlayPlaneBase.cpp | 911 bool isHoriz, bool isY, in updateCoeff() argument 926 isVertAndUV = !isHoriz && !isY; in updateCoeff()
|
/hardware/intel/img/psb_video/src/ |
D | psb_overlay.c | 330 UpdateCoeff(int taps, double fCutoff, Bool isHoriz, Bool isY, coeffPtr pCoeff) in UpdateCoeff() argument 344 isVertAndUV = !isHoriz && !isY; in UpdateCoeff()
|