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

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 898 int tapAdjust[MAX_TAPS], tap2Fix;
941 tapAdjust[0] = (taps - 1) / 2;
942 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) {
943 tapAdjust[j1] = tapAdjust[0] - j;
944 tapAdjust[++j1] = tapAdjust[0] + j;
953 tap2Fix = tapAdjust[j1];
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 918 int tapAdjust[MAX_TAPS], tap2Fix;
961 tapAdjust[0] = (taps - 1) / 2;
962 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) {
963 tapAdjust[j1] = tapAdjust[0] - j;
964 tapAdjust[++j1] = tapAdjust[0] + j;
973 tap2Fix = tapAdjust[j1];
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 336 int tapAdjust[MAX_TAPS], tap2Fix;
379 tapAdjust[0] = (taps - 1) / 2;
380 for (j = 1, j1 = 1; j <= tapAdjust[0]; j++, j1++) {
381 tapAdjust[j1] = tapAdjust[0] - j;
382 tapAdjust[++j1] = tapAdjust[0] + j;
391 tap2Fix = tapAdjust[j1];
    [all...]

Completed in 75 milliseconds