/external/webrtc/webrtc/modules/video_render/linux/ |
video_x11_channel.cc | 142 unsigned int winWidth, winHeight, borderwidth, depth; 144 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth, 150 _xPos = (int32_t) (winWidth * left); 152 _outWidth = (int32_t) (winWidth * (right - left)); 166 if (CreateLocalRenderer(winWidth, winHeight) == -1) 186 unsigned int winWidth, winHeight, borderwidth, depth; 188 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth, 193 _xPos = (int) (winWidth * _left); 195 _outWidth = (int) (winWidth * (_right - _left));
|
/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++ )
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 461 int winWidth = s.active.w; 475 winWidth = s.active.h; 482 float xScale = crop.getWidth() / float(winWidth); 487 float insetR = (winWidth - winCrop.right ) * xScale; [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
pvr2d.h | [all...] |
/external/opencv3/modules/objdetect/src/ |
cascadedetect.cpp | [all...] |