Home
last modified time | relevance | path

Searched refs:tot_out (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
Dopus_demo.c247 opus_uint64 tot_in, tot_out; in main() local
277 tot_in=tot_out=0; in main()
792 if (!decode_only && tot_out + output_samples > tot_in) in main()
795 output_samples = tot_in-tot_out; in main()
810 tot_out += output_samples-skip; in main()
/external/libopus/src/
Dopus_demo.c247 opus_uint64 tot_in, tot_out; in main() local
277 tot_in=tot_out=0; in main()
792 if (!decode_only && tot_out + output_samples > tot_in) in main()
795 output_samples = tot_in-tot_out; in main()
810 tot_out += output_samples-skip; in main()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctputil.c643 int resend_cnt, tot_out, rep, tot_book_cnt; in sctp_auditing() local
680 resend_cnt = tot_out = 0; in sctp_auditing()
685 tot_out += chk->book_size; in sctp_auditing()
708 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
716 SCTP_PRINTF("tot_flt:%d asoc_tot:%d\n", tot_out, in sctp_auditing()
718 stcb->asoc.total_flight = tot_out; in sctp_auditing()
732 tot_out = 0; in sctp_auditing()
734 tot_out += lnet->flight_size; in sctp_auditing()
736 if (tot_out != stcb->asoc.total_flight) { in sctp_auditing()
745 stcb->asoc.total_flight, tot_out); in sctp_auditing()
[all …]
Dsctp_output.c10228 int error = 0, num_out = 0, tot_out = 0, ret = 0, reason_code = 0; local
10411 tot_out += num_out;
10462 sctp_log_cwnd(stcb, NULL, tot_out, SCTP_SEND_NOW_COMPLETES);
10465 tot_out);
13398 int tot_demand, tot_out = 0, max_out; local
13419 tot_out += SCTP_BUF_LEN(cntm);
13424 tot_out = sndlen;
13425 tot_demand = (tot_out + sizeof(struct sctp_paramhdr));
13441 if (tot_out > max_out) {
13442 tot_out = max_out;
[all …]