Searched refs:tot_size (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Drepacketizer.c106 opus_int32 tot_size; local
121 tot_size = 1 + (len[count-1]>=252);
123 tot_size = 0;
129 tot_size += len[0]+1;
130 if (tot_size > maxlen)
138 tot_size += 2*len[0]+1;
139 if (tot_size > maxlen)
144 tot_size += len[0]+len[1]+2+(len[0]>=252);
145 if (tot_size > maxlen)
151 if (count > 2 || (pad && tot_size < maxle
[all...]
H A Dopus_multistream_encoder.c685 int tot_size; local
797 tot_size = 0;
845 curr_max = max_data_bytes - tot_size;
863 data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1);
865 tot_size += len;
869 return tot_size;
/external/libopus/src/
H A Drepacketizer.c106 opus_int32 tot_size; local
121 tot_size = 1 + (len[count-1]>=252);
123 tot_size = 0;
129 tot_size += len[0]+1;
130 if (tot_size > maxlen)
138 tot_size += 2*len[0]+1;
139 if (tot_size > maxlen)
144 tot_size += len[0]+len[1]+2+(len[0]>=252);
145 if (tot_size > maxlen)
151 if (count > 2 || (pad && tot_size < maxle
[all...]
H A Dopus_multistream_encoder.c685 int tot_size; local
797 tot_size = 0;
845 curr_max = max_data_bytes - tot_size;
863 data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1);
865 tot_size += len;
869 return tot_size;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c1849 unsigned long tot_size, size, bss_size; local
1857 tot_size = ftell(f);
1865 size = tot_size;
1866 bss_size = tot_size - size;
1868 if (size != tot_size)

Completed in 773 milliseconds