Lines Matching refs:max_data_bytes
809 opus_int32 max_data_bytes, in opus_multistream_encode_native() argument
860 if (max_data_bytes < smallest_packet) in opus_multistream_encode_native()
882 max_data_bytes = IMIN(max_data_bytes, 3*rate_sum/(3*8*Fs/frame_size)); in opus_multistream_encode_native()
885 max_data_bytes = IMIN(max_data_bytes, IMAX(smallest_packet, in opus_multistream_encode_native()
976 curr_max = max_data_bytes - tot_size; in opus_multistream_encode_native()
1006 …data, max_data_bytes-tot_size, s != st->layout.nb_streams-1, !vbr && s == st->layout.nb_streams-1,… in opus_multistream_encode_native()
1068 opus_int32 max_data_bytes in opus_multistream_encode() argument
1072 pcm, frame_size, data, max_data_bytes, 16, downmix_int, 0, NULL); in opus_multistream_encode()
1081 opus_int32 max_data_bytes in opus_multistream_encode_float() argument
1085 pcm, frame_size, data, max_data_bytes, 16, downmix_float, 1, NULL); in opus_multistream_encode_float()
1097 opus_int32 max_data_bytes in opus_multistream_encode_float() argument
1101 pcm, frame_size, data, max_data_bytes, 24, downmix_float, 1, NULL); in opus_multistream_encode_float()
1109 opus_int32 max_data_bytes in opus_multistream_encode() argument
1113 pcm, frame_size, data, max_data_bytes, 16, downmix_int, 0, NULL); in opus_multistream_encode()