Home
last modified time | relevance | path

Searched refs:tot_size (Results 1 – 4 of 4) 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/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c841 uint64_t tot_size = 0; in svc_output_rc_stats() local
844 if (cx_pkt->data.frame.spatial_layer_encoded[sl2]) tot_size += sizes[sl2]; in svc_output_rc_stats()
847 (uint8_t *)(cx_pkt->data.frame.buf) + tot_size, in svc_output_rc_stats()
851 if (cx_pkt->data.frame.spatial_layer_encoded[sl2]) tot_size += sizes[sl2]; in svc_output_rc_stats()
853 if (tot_size > 0) in svc_output_rc_stats()
855 (size_t)(tot_size), cx_pkt->data.frame.pts); in svc_output_rc_stats()