Searched refs:winHeight (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.cc | 142 unsigned int winWidth, winHeight, borderwidth, depth; in Init() local 145 &winHeight, &borderwidth, &depth) == 0) in Init() 151 _yPos = (int32_t) (winHeight * top); in Init() 153 _outHeight = (int32_t) (winHeight * (bottom - top)); in Init() 166 if (CreateLocalRenderer(winWidth, winHeight) == -1) in Init() 186 unsigned int winWidth, winHeight, borderwidth, depth; in ChangeWindow() local 189 &winHeight, &borderwidth, &depth) == -1) in ChangeWindow() 194 _yPos = (int) (winHeight * _top); in ChangeWindow() 196 _outHeight = (int) (winHeight * (_bottom - _top)); in ChangeWindow()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_stipple.c | 53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) in invert_stipple() argument 58 dest[i] = src[(winHeight - 1 - i) & 0x1f]; in invert_stipple()
|
/external/opencv/cv/src/ |
D | cvoptflowlk.cpp | 108 int winHeight = winSize.height; in icvCalcOpticalFlowLK_8u32fR() local 114 int VerRadius = (winHeight - 1) >> 1; in icvCalcOpticalFlowLK_8u32fR() 156 if( imageHeight < winHeight ) in icvCalcOpticalFlowLK_8u32fR() 161 if( winHeight >= 16 ) in icvCalcOpticalFlowLK_8u32fR() 166 if( !(winHeight & 1) ) in icvCalcOpticalFlowLK_8u32fR() 171 BufferHeight = winHeight; in icvCalcOpticalFlowLK_8u32fR() 187 for( i = 1; i < winHeight; i++ ) in icvCalcOpticalFlowLK_8u32fR()
|