Displaying 2 results from an estimated 2 matches for "encoded_size".
Did you mean:
encode_size
2018 Jun 29
1
OPUS on cortex M4
...igned char encoded_buffer[max_data_bytes];
unsigned char *p_encoded_buffer = encoded_buffer;
opus_int16 decoded_buffer[test_data_size];
opus_int16 *p_decoded_buffer = decoded_buffer;
for(uint16_t i = 0; i < test_data_size; i++)
{
test_data[i] = 100;
}
opus_int32 encoded_size = opus_encode(enc, p_test_data, test_data_size, p_encoded_buffer, max_data_bytes);
NRF_LOG_INFO("encoded size is %d", encoded_size);
opus_int32 decoded_size = opus_decode(dec, p_encoded_buffer, encoded_size, p_decoded_buffer, test_data_size, 0);
NRF_LOG_INFO("decoded siz...
2016 Oct 17
2
Massive LMTP Problems with dovecot
> We'll need the `dovecot -n` output first.
Here we go:
> # 2.2.devel (933d16f): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.devel (63f9b42)
> # OS: Linux 3.13.0-98-generic x86_64 Ubuntu 14.04.5 LTS
> default_vsz_limit = 2 G
> lmtp_user_concurrency_limit = 10000
> mail_attachment_dir = /home/copymail/attachments
> mail_location = mdbox:~/mdbox
>