Home
last modified time | relevance | path

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

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