Home
last modified time | relevance | path

Searched refs:opus_rates (Results 1 – 1 of 1) sorted by relevance

/external/libopus/tests/
Dtest_opus_api.c81 static const opus_int32 opus_rates[5] = {48000,24000,16000,12000,8000}; variable
294 …if((opus_rates[rate]*3/fp3s)!=opus_packet_get_samples_per_frame(packet,opus_rates[rate]))test_fail… in test_dec_api()
1805 dec=opus_decoder_create(opus_rates[rate], c, ep); in test_malloc_fail()
1812 msdec=opus_multistream_decoder_create(opus_rates[rate], c, 1, c-1, mapping, ep); in test_malloc_fail()
1825 enc=opus_encoder_create(opus_rates[rate], c, opus_apps[app],ep); in test_malloc_fail()
1832 … msenc=opus_multistream_encoder_create(opus_rates[rate], c, 1, c-1, mapping, opus_apps[app],ep); in test_malloc_fail()