Searched refs:_videoWidth (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) {
104 _videoWidth = width;
H A Dvncinput.hh184 uint16_t videoWidth() const { return _videoWidth; }
212 uint16_t _videoWidth; member in class:VncInput

Completed in 10 milliseconds