HomeSort by relevance Sort by last modified time
    Searched refs:_outWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_x11_channel.cc 28 _height(DEFAULT_RENDER_FRAME_HEIGHT), _outWidth(0), _outHeight(0),
152 _outWidth = (int32_t) (winWidth * (right - left));
154 if (_outWidth % 2)
155 _outWidth++; // the renderer want's sizes that are multiples of two
195 _outWidth = (int) (winWidth * (_right - _left));
197 if (_outWidth % 2)
198 _outWidth++; // the renderer want's sizes that are multiples of two
video_x11_channel.h 76 int32_t _outWidth; // render frame width

Completed in 301 milliseconds