Home
last modified time | relevance | path

Searched refs:tot_size (Results 1 – 5 of 5) 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.c820 int tot_size; in opus_multistream_encode_native() local
926 tot_size = 0; in opus_multistream_encode_native()
975 curr_max = max_data_bytes - tot_size; in opus_multistream_encode_native()
1005 …data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1); in opus_multistream_encode_native()
1007 tot_size += len; in opus_multistream_encode_native()
1011 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()
/external/u-boot/drivers/core/
Ddevres.c64 size_t tot_size = sizeof(struct devres) + size; in __devres_alloc() local
67 dr = kmalloc(tot_size, gfp); in __devres_alloc()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c999 uint64_t tot_size = 0; in main() local
1002 tot_size += sizes[sl2]; in main()
1004 if (tot_size > 0) in main()
1006 outfile[sl], cx_pkt->data.frame.buf, (size_t)(tot_size), in main()