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

  /external/opencv/cv/src/
cvoptflowlk.cpp 108 int winHeight = winSize.height;
114 int VerRadius = (winHeight - 1) >> 1;
156 if( imageHeight < winHeight )
161 if( winHeight >= 16 )
166 if( !(winHeight & 1) )
171 BufferHeight = winHeight;
187 for( i = 1; i < winHeight; i++ )
  /frameworks/native/services/surfaceflinger/
Layer.cpp 412 int winHeight = s.active.h;
426 winHeight = s.active.w;
433 float yScale = crop.getHeight() / float(winHeight);
438 float insetB = (winHeight - winCrop.bottom) * yScale;
    [all...]

Completed in 145 milliseconds