Searched refs:_outWidth (Results 1 – 2 of 2) sorted by relevance
28 _height(DEFAULT_RENDER_FRAME_HEIGHT), _outWidth(0), _outHeight(0), in VideoX11Channel()152 _outWidth = (int32_t) (winWidth * (right - left)); in Init()154 if (_outWidth % 2) in Init()155 _outWidth++; // the renderer want's sizes that are multiples of two in Init()195 _outWidth = (int) (winWidth * (_right - _left)); in ChangeWindow()197 if (_outWidth % 2) in ChangeWindow()198 _outWidth++; // the renderer want's sizes that are multiples of two in ChangeWindow()
76 int32_t _outWidth; // render frame width variable