Searched refs:tot_size (Results 1 – 3 of 3) sorted by relevance
100 opus_int32 tot_size; in opus_repacketizer_out_range_impl() local114 tot_size = 1 + (len[count-1]>=252); in opus_repacketizer_out_range_impl()116 tot_size = 0; in opus_repacketizer_out_range_impl()123 tot_size += len[0]+1; in opus_repacketizer_out_range_impl()124 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()134 tot_size += 2*len[0]+1; in opus_repacketizer_out_range_impl()135 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()140 tot_size += len[0]+len[1]+2+(len[0]>=252); in opus_repacketizer_out_range_impl()141 if (tot_size > maxlen) in opus_repacketizer_out_range_impl()164 tot_size += 2; in opus_repacketizer_out_range_impl()[all …]
684 int tot_size; in opus_multistream_encode_native() local789 tot_size = 0; in opus_multistream_encode_native()837 curr_max = max_data_bytes - tot_size; in opus_multistream_encode_native()852 …impl(&rp, 0, opus_repacketizer_get_nb_frames(&rp), data, max_data_bytes-tot_size, s != st->layout.… in opus_multistream_encode_native()854 tot_size += len; in opus_multistream_encode_native()858 return tot_size; in opus_multistream_encode_native()
1849 unsigned long tot_size, size, bss_size; in dosexe_objfmt_output() local1857 tot_size = ftell(f); in dosexe_objfmt_output()1865 size = tot_size; in dosexe_objfmt_output()1866 bss_size = tot_size - size; in dosexe_objfmt_output()1868 if (size != tot_size) in dosexe_objfmt_output()