Home
last modified time | relevance | path

Searched refs:throttle_output_offset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-auth-sasl.c115 if (offset >= vs->throttle_output_offset && in vnc_client_write_sasl()
116 vs->output.offset < vs->throttle_output_offset) { in vnc_client_write_sasl()
H A Dvnc.c1101 if (vs->throttle_output_offset != offset) { in vnc_update_throttle_offset()
1103 vs, vs->ioc, vs->throttle_output_offset, offset, vs->client_width, in vnc_update_throttle_offset()
1107 vs->throttle_output_offset = offset; in vnc_update_throttle_offset()
1120 if (vs->output.offset < vs->throttle_output_offset && in vnc_should_update()
1257 if (vs->output.offset < vs->throttle_output_offset) { in audio_capture()
1459 if (offset >= vs->throttle_output_offset && in vnc_client_write_plain()
1460 vs->output.offset < vs->throttle_output_offset) { in vnc_client_write_plain()
1651 * Scale factor to apply to vs->throttle_output_offset when checking for
1669 * if the throttle_output_offset value is exceeded. So we only reach in vnc_write()
1673 * NB throttle_output_offset ca in vnc_write()
[all...]
H A Dvnc.h319 size_t throttle_output_offset; member