/device/google/cuttlefish_common/host/frontend/vnc_server/ |
vnc_client_connection.h | 51 std::uint8_t true_color; member in struct:cvd::vnc::VncClientConnection::PixelFormat 155 std::uint8_t{}, // true_color
|
vnc_client_connection.cpp | 264 pixel_format_.depth, pixel_format_.big_endian, pixel_format_.true_color, 486 pixel_format_.true_color = msg[7];
|
/external/libvncserver/webclients/ |
index.vnc | 33 open("novnc/vnc_auto.html?host=" + host + "&port=$PORT&true_color=1");
|
/external/libvncserver/webclients/novnc/ |
vnc_auto.html | 13 http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1 197 'true_color': WebUtil.getQueryVar('true_color', true),
|
vnc.html | 13 http://example.com/?host=HOST&port=PORT&encrypt=1&true_color=1
|
/external/libvncserver/webclients/novnc/include/ |
rfb.js | 120 'true_color': true, // Request true color pixel data [all...] |
ui.js | 91 UI.initSetting('true_color', true); 421 UI.updateSetting('true_color'); 476 UI.saveSetting('true_color'); 676 UI.rfb.set_true_color(UI.getSetting('true_color')); [all...] |
display.js | 38 'true_color': true, 626 ['true_color', 'rw', 'bool'], // Use true-color pixel data
|