Home
last modified time | relevance | path

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

/external/quake/quake/src/QW/client/
Dnet.h68 int drop_count; // dropped packets, cleared each level member
Dnet_chan.c413 chan->drop_count += 1; in Netchan_Process()
/external/quake/quake/src/QW/server/
Dsv_ccmds.c435 , 100.0*cl->netchan.drop_count / cl->netchan.incoming_sequence); in SV_Status_f()
469 , 100.0*cl->netchan.drop_count / cl->netchan.incoming_sequence in SV_Status_f()
Dsv_user.c478 host_client->netchan.drop_count = 0; in SV_Begin_f()
/external/libvpx/vp8/encoder/
Donyx_int.h449 int drop_count; // How many frames have we dropped? member
Dratectrl.c1033 (cpi->drop_count < cpi->max_drop_count) && (cpi->pass == 0)) in vp8_calc_pframe_target_size()
1047 cpi->drop_count = 0; in vp8_calc_pframe_target_size()
Donyx_if.c1992 cpi->drop_count = 0; in vp8_create_compressor()
2759 cpi->drop_count++; in pick_frame_size()