HomeSort by relevance Sort by last modified time
    Searched refs:_outHeight (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),
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++;
video_x11_channel.h 77 int32_t _outHeight; // render frame height

Completed in 117 milliseconds