Searched refs:updateCoeff (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnOverlayPlane.cpp | 522 updateCoeff(N_HORIZ_Y_TAPS, fHCutoffY, true, true, xcoeffY); in scalingSetup() 523 updateCoeff(N_HORIZ_UV_TAPS, fHCutoffUV, true, false, xcoeffUV); in scalingSetup() 524 updateCoeff(N_VERT_Y_TAPS, fVCutoffY, false, true, ycoeffY); in scalingSetup() 525 updateCoeff(N_VERT_UV_TAPS, fVCutoffUV, false, false, ycoeffUV); in scalingSetup()
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | OverlayPlaneBase.h | 66 virtual void updateCoeff(int taps, double fCutoff,
|
D | OverlayPlaneBase.cpp | 885 void OverlayPlaneBase::updateCoeff(int taps, double fCutoff, in updateCoeff() function in android::intel::OverlayPlaneBase 1091 updateCoeff(N_HORIZ_Y_TAPS, fCutoffY, true, true, xcoeffY); in scalingSetup() 1092 updateCoeff(N_HORIZ_UV_TAPS, fCutoffUV, true, false, xcoeffUV); in scalingSetup()
|