Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_encode.c408 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
409 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
412 … if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
417 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
423 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE); in run_test1()
503 if(opus_multistream_encoder_ctl(MSenc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
504 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
507 … if(opus_multistream_decoder_ctl(MSdec_err, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
512 if(opus_multistream_decoder_ctl(MSdec_err, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
614 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
[all …]
Dtest_opus_api.c242 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_dec_api()
327 if(opus_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_dec_api()
635 if(opus_multistream_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_msdec_api()
674 if(opus_multistream_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_msdec_api()
1408 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_enc_api()
1431 if(opus_encoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_enc_api()
Dtest_opus_decode.c162 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_decoder_code0()
/external/libopus/src/
Dopus_decoder.c516 MUST_SUCCEED(celt_decoder_ctl(celt_dec, OPUS_RESET_STATE)); in opus_decode_frame()
556 MUST_SUCCEED(celt_decoder_ctl(celt_dec, OPUS_RESET_STATE)); in opus_decode_frame()
868 case OPUS_RESET_STATE: in opus_decoder_ctl()
874 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decoder_ctl()
Dopus_multistream_decoder.c465 case OPUS_RESET_STATE: in opus_multistream_decoder_ctl_va_list()
477 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE); in opus_multistream_decoder_ctl_va_list()
Dopus_encoder.c2055 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2065 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2102 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2681 case OPUS_RESET_STATE: in opus_encoder_ctl()
2694 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encoder_ctl()
Dopus_multistream_encoder.c1284 case OPUS_RESET_STATE: in opus_multistream_encoder_ctl_va_list()
1300 ret = opus_encoder_ctl(enc, OPUS_RESET_STATE); in opus_multistream_encoder_ctl_va_list()
/external/libopus/include/
Dopus_defines.h661 #define OPUS_RESET_STATE 4028 macro
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c297 opus_decoder_ctl(inst->decoder, OPUS_RESET_STATE); in WebRtcOpus_DecoderInit()
/external/libopus/celt/
Dcelt_decoder.c214 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init()
1295 case OPUS_RESET_STATE:
Dcelt_encoder.c195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init_arch()
2520 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()