Searched refs:_videoHeight (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/vnc/
H A Dvncinput.cc60 _videoWidth(fb->width()), _videoHeight(fb->height()),
100 if (_videoWidth != width || _videoHeight != height) {
105 _videoHeight = height;
H A Dvncinput.hh191 uint16_t videoHeight() const { return _videoHeight; }
215 uint16_t _videoHeight; member in class:VncInput

Completed in 5 milliseconds