Searched refs:tot_in (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c247 opus_uint64 tot_in, tot_out; local
277 tot_in=tot_out=0;
687 tot_in += curr_read;
792 if (!decode_only && tot_out + output_samples > tot_in)
795 output_samples = tot_in-tot_out;
/external/libopus/src/
H A Dopus_demo.c247 opus_uint64 tot_in, tot_out; local
277 tot_in=tot_out=0;
687 tot_in += curr_read;
792 if (!decode_only && tot_out + output_samples > tot_in)
795 output_samples = tot_in-tot_out;

Completed in 665 milliseconds