Searched refs:_outHeight (Results 1 – 2 of 2) sorted by relevance
28 _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()
77 int32_t _outHeight; // render frame height variable