Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_demo.c242 opus_uint64 tot_in, tot_out; in main() local
274 tot_in=tot_out=0; in main()
787 if (!decode_only && tot_out + output_samples > tot_in) in main()
790 output_samples = (opus_int32)(tot_in - tot_out); in main()
805 tot_out += output_samples-skip; in main()