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

  /sdk/emulator/opengl/host/renderer/
main.cpp 49 int winHeight = 480;
78 if (++i >= argc || sscanf(argv[i],"%d", &winHeight) != 1) {
116 bool inited = FrameBuffer::initialize(winWidth, winHeight);
123 winX, winY, winWidth, winHeight, 0.0);
  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 142 unsigned int winWidth, winHeight, borderwidth, depth;
145 &winHeight, &borderwidth, &depth) == 0)
151 _yPos = (int32_t) (winHeight * top);
153 _outHeight = (int32_t) (winHeight * (bottom - top));
166 if (CreateLocalRenderer(winWidth, winHeight) == -1)
186 unsigned int winWidth, winHeight, borderwidth, depth;
189 &winHeight, &borderwidth, &depth) == -1)
194 _yPos = (int) (winHeight * _top);
196 _outHeight = (int) (winHeight * (_bottom - _top));
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 39 int winHeight = 480;
49 winHeight = height;
68 SDL_Surface *surface = SDL_SetVideoMode(winWidth, winHeight, 32, SDL_SWSURFACE);
95 bool inited = initOpenGLRenderer(winWidth, winHeight, portNum);
103 winWidth, winHeight, zRot);
110 int subwinHeight = winHeight;
158 (winHeight - subwinHeight) / 2,
171 (winHeight - subwinHeight) / 2,
  /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 374 int winHeight = s.active.h;
388 winHeight = s.active.w;
395 float yScale = crop.getHeight() / float(winHeight);
400 float insetB = (winHeight - winCrop.bottom) * yScale;
    [all...]

Completed in 2300 milliseconds