Home
last modified time | relevance | path

Searched refs:motion_count (Results 1 – 7 of 7) sorted by relevance

/dports/devel/libspice-server/spice-0.15.0/server/
H A Dinputs-channel-client.cpp69 spice_marshaller_add_uint16(m, motion_count); in send_migrate_data()
74 motion_count = new_motion_count; in handle_migrate_data()
76 for (; motion_count >= SPICE_INPUT_MOTION_ACK_BUNCH; in handle_migrate_data()
77 motion_count -= SPICE_INPUT_MOTION_ACK_BUNCH) { in handle_migrate_data()
86 if (++motion_count % SPICE_INPUT_MOTION_ACK_BUNCH == 0 && in on_mouse_motion()
89 motion_count = 0; in on_mouse_motion()
H A Dinputs-channel-client.h48 void handle_migrate_data(uint16_t motion_count);
59 uint16_t motion_count; variable
H A Dmigration-protocol.h199 uint16_t motion_count; member
H A Dinputs-channel.cpp509 handle_migrate_data(mig_data->motion_count); in handle_migrate_data()
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dchannel-inputs.c47 int motion_count; member
164 c->motion_count++; in mouse_motion()
189 c->motion_count++; in mouse_position()
251 c->motion_count -= SPICE_INPUT_MOTION_ACK_BUNCH; in inputs_handle_ack()
321 if (c->motion_count < SPICE_INPUT_MOTION_ACK_BUNCH * 2) { in spice_inputs_channel_motion()
372 if (c->motion_count < SPICE_INPUT_MOTION_ACK_BUNCH * 2) { in spice_inputs_channel_position()
738 c->motion_count = 0; in spice_inputs_channel_reset()
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/dumpers/misc/
H A Ddump_ogfv3.pl279 my ($motion_count) = $packet->unpack('v');
280 for (my $i = 0; $i < $motion_count; $i++) {
H A Ddump_ogf.pl484 my ($motion_count) = $packet->unpack('v');
485 for (my $i = 0; $i < $motion_count; $i++) {