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

  /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/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 42 int winWidth = 300, winHeight = 300;
139 glViewport(0, 0, winWidth, winHeight);
203 winX, winY, winWidth, winHeight,
259 winWidth = (int)LOWORD(lParam);
  /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 603 int winWidth = s.active.w;
617 winWidth = s.active.h;
624 float xScale = crop.getWidth() / float(winWidth);
629 float insetR = (winWidth - winCrop.right ) * xScale;
    [all...]

Completed in 77 milliseconds