Searched defs:kept (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c141 int* thrown, int* kept)
167 *kept = *size/mtu + ((*size % mtu > 0) ? 1 : 0); /* approximate */
168 for (i=0; i < *kept; i++)
180 (*kept)++;
205 int thrown=0, kept=0; local
300 kept += kept_frame;
140 throw_packets(unsigned char* frame, int* size, int loss_rate, int* thrown, int* kept) argument

Completed in 33 milliseconds