Searched defs:thrown (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)
176 if (*thrown == 0 && !loss_event)
185 (*thrown)++;
205 int thrown=0, kept=0; local
299 thrown += thrown_frame;
140 throw_packets(unsigned char* frame, int* size, int loss_rate, int* thrown, int* kept) argument

Completed in 8 milliseconds