HomeSort by relevance Sort by last modified time
    Searched refs:winWidth (Results 1 - 5 of 5) 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 328 self.winWidth=StringVar(self)
365 entryWinWidth=Entry(frameWinSize,textvariable=self.winWidth,
452 self.winWidth.trace_variable('w',self.VarChanged_winWidth)
532 value=self.winWidth.get()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 328 self.winWidth=StringVar(self)
365 entryWinWidth=Entry(frameWinSize,textvariable=self.winWidth,
452 self.winWidth.trace_variable('w',self.VarChanged_winWidth)
532 value=self.winWidth.get()
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h     [all...]

Completed in 128 milliseconds