Searched refs:_outHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc28 _height(DEFAULT_RENDER_FRAME_HEIGHT), _outWidth(0), _outHeight(0),
153 _outHeight = (int32_t) (winHeight * (bottom - top));
156 if (_outHeight % 2)
157 _outHeight++;
196 _outHeight = (int) (winHeight * (_bottom - _top));
199 if (_outHeight % 2)
200 _outHeight++;
H A Dvideo_x11_channel.h77 int32_t _outHeight; // render frame height member in class:webrtc::VideoX11Channel

Completed in 78 milliseconds