Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c577 return OPUS_UNIMPLEMENTED; in opus_multistream_surround_encoder_init()
606 return OPUS_UNIMPLEMENTED; in opus_multistream_surround_encoder_init()
685 *error = OPUS_UNIMPLEMENTED; in opus_multistream_surround_encoder_create()
1392 ret = OPUS_UNIMPLEMENTED; in opus_multistream_encoder_ctl()
Dopus_multistream_decoder.c525 ret = OPUS_UNIMPLEMENTED; in opus_multistream_decoder_ctl()
Dopus_decoder.c924 ret = OPUS_UNIMPLEMENTED; in opus_decoder_ctl()
Dopus_encoder.c2718 ret = OPUS_UNIMPLEMENTED; in opus_encoder_ctl()
/external/libopus/include/
Dopus_defines.h56 #define OPUS_UNIMPLEMENTED -5 macro
/external/libopus/tests/
Dtest_opus_api.c159 err=opus_decoder_ctl(dec,OPUS_UNIMPLEMENTED); in test_dec_api()
160 if(err!=OPUS_UNIMPLEMENTED)test_failed(); in test_dec_api()
605 err=opus_multistream_decoder_ctl(dec,OPUS_UNIMPLEMENTED); in test_msdec_api()
606 if(err!=OPUS_UNIMPLEMENTED)test_failed(); in test_msdec_api()
1182 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.c1339 return OPUS_UNIMPLEMENTED;
Dcelt_encoder.c2536 return OPUS_UNIMPLEMENTED; in opus_custom_encoder_ctl()