HomeSort by relevance Sort by last modified time
    Searched refs:tot_out (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_demo.c 247 opus_uint64 tot_in, tot_out; local
277 tot_in=tot_out=0;
792 if (!decode_only && tot_out + output_samples > tot_in)
795 output_samples = tot_in-tot_out;
810 tot_out += output_samples-skip;
    [all...]
  /external/libopus/src/
opus_demo.c 247 opus_uint64 tot_in, tot_out; local
277 tot_in=tot_out=0;
792 if (!decode_only && tot_out + output_samples > tot_in)
795 output_samples = tot_in-tot_out;
810 tot_out += output_samples-skip;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c 643 int resend_cnt, tot_out, rep, tot_book_cnt; local
680 resend_cnt = tot_out = 0;
685 tot_out += chk->book_size;
708 if (tot_out != stcb->asoc.total_flight) {
716 SCTP_PRINTF("tot_flt:%d asoc_tot:%d\n", tot_out,
718 stcb->asoc.total_flight = tot_out;
732 tot_out = 0;
734 tot_out += lnet->flight_size;
736 if (tot_out != stcb->asoc.total_flight) {
745 stcb->asoc.total_flight, tot_out);
    [all...]
sctp_output.c 10414 int error = 0, num_out = 0, tot_out = 0, ret = 0, reason_code = 0; local
    [all...]

Completed in 174 milliseconds