OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tot_in
(Results
1 - 1
of
1
) sorted by null
/external/libopus/src/
opus_demo.c
247
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;
[
all
...]
Completed in 479 milliseconds