Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c542 return OPUS_UNIMPLEMENTED; in opus_multistream_surround_encoder_init()
569 return OPUS_UNIMPLEMENTED; in opus_multistream_surround_encoder_init()
646 *error = OPUS_UNIMPLEMENTED; in opus_multistream_surround_encoder_create()
1307 ret = OPUS_UNIMPLEMENTED; in opus_multistream_encoder_ctl_va_list()
Dopus_projection_encoder.c288 return OPUS_UNIMPLEMENTED; in opus_projection_ambisonics_encoder_init()
Dopus_multistream_decoder.c528 ret = OPUS_UNIMPLEMENTED; in opus_multistream_decoder_ctl_va_list()
Dopus_decoder.c955 ret = OPUS_UNIMPLEMENTED; in opus_decoder_ctl()
Dopus_encoder.c2742 ret = OPUS_UNIMPLEMENTED; in opus_encoder_ctl()
/external/libopus/include/
Dopus_defines.h56 #define OPUS_UNIMPLEMENTED -5 macro
/external/libopus/tests/
Dtest_opus_api.c160 err=opus_decoder_ctl(dec,OPUS_UNIMPLEMENTED); in test_dec_api()
161 if(err!=OPUS_UNIMPLEMENTED)test_failed(); in test_dec_api()
601 err=opus_multistream_decoder_ctl(dec,OPUS_UNIMPLEMENTED); in test_msdec_api()
602 if(err!=OPUS_UNIMPLEMENTED)test_failed(); in test_msdec_api()
1180 if(opus_encoder_ctl(enc,OPUS_UNIMPLEMENTED)!=OPUS_UNIMPLEMENTED)test_failed(); in test_enc_api()
Dtest_opus_encode.c306 MSenc = opus_multistream_encoder_create(8000, 2, 2, 0, mapping, OPUS_UNIMPLEMENTED, ret_err); in run_test1()
/external/libopus/celt/
Dcelt_decoder.c1371 return OPUS_UNIMPLEMENTED;
Dcelt_encoder.c2606 return OPUS_UNIMPLEMENTED; in opus_custom_encoder_ctl()