Lines Matching refs:max_data_bytes
808 opus_int32 max_data_bytes, in opus_multistream_encode_native() argument
859 if (max_data_bytes < smallest_packet) in opus_multistream_encode_native()
881 max_data_bytes = IMIN(max_data_bytes, 3*rate_sum/(3*8*Fs/frame_size)); in opus_multistream_encode_native()
884 max_data_bytes = IMIN(max_data_bytes, IMAX(smallest_packet, 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()
1067 opus_int32 max_data_bytes in opus_multistream_encode() argument
1071 pcm, frame_size, data, max_data_bytes, 16, downmix_int, 0, NULL); in opus_multistream_encode()
1080 opus_int32 max_data_bytes in opus_multistream_encode_float() argument
1084 pcm, frame_size, data, max_data_bytes, 16, downmix_float, 1, NULL); in opus_multistream_encode_float()
1096 opus_int32 max_data_bytes in opus_multistream_encode_float() argument
1100 pcm, frame_size, data, max_data_bytes, 24, downmix_float, 1, NULL); in opus_multistream_encode_float()
1108 opus_int32 max_data_bytes in opus_multistream_encode() argument
1112 pcm, frame_size, data, max_data_bytes, 16, downmix_int, 0, NULL); in opus_multistream_encode()