HomeSort by relevance Sort by last modified time
    Searched defs:winWidth (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvoptflowlk.cpp 107 int winWidth = winSize.width;
113 int HorRadius = (winWidth - 1) >> 1;
158 if( imageWidth < winWidth )
163 if( winWidth >= 16 )
168 if( !(winWidth & 1) )
179 for( i = 1; i < winWidth; i++ )
  /frameworks/native/services/surfaceflinger/
Layer.cpp 411 int winWidth = s.active.w;
425 winWidth = s.active.h;
432 float xScale = crop.getWidth() / float(winWidth);
437 float insetR = (winWidth - winCrop.right ) * xScale;
    [all...]

Completed in 222 milliseconds