Home
last modified time | relevance | path

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

/external/libopus/src/
Drepacketizer.c106 opus_int32 tot_size; in opus_repacketizer_out_range_impl() local
121 tot_size = 1 + (len[count-1]>=252); in opus_repacketizer_out_range_impl()
123 tot_size = 0; in opus_repacketizer_out_range_impl()
129 tot_size += len[0]+1; in opus_repacketizer_out_range_impl()
130 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()
138 tot_size += 2*len[0]+1; in opus_repacketizer_out_range_impl()
139 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()
144 tot_size += len[0]+len[1]+2+(len[0]>=252); in opus_repacketizer_out_range_impl()
145 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()
151 if (count > 2 || (pad && tot_size < maxlen)) in opus_repacketizer_out_range_impl()
[all …]
Dopus_multistream_encoder.c835 int tot_size; in opus_multistream_encode_native() local
964 tot_size = 0; in opus_multistream_encode_native()
1013 curr_max = max_data_bytes - tot_size; in opus_multistream_encode_native()
1040 …data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1); in opus_multistream_encode_native()
1042 tot_size += len; in opus_multistream_encode_native()
1046 return tot_size; in opus_multistream_encode_native()
/external/elfutils/backends/
Daarch64_retval.c135 Dwarf_Word tot_size; in hfa_type() local
136 if (dwarf_aggregate_size (ftypedie, &tot_size) < 0) in hfa_type()
147 *sizep = tot_size; in hfa_type()
155 *countp = tot_size / *sizep; in hfa_type()