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.c241 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_dec_api()
326 if(opus_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_dec_api()
639 if(opus_multistream_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_msdec_api()
676 if(opus_multistream_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_msdec_api()
1410 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_enc_api()
1433 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.c488 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decode_frame()
528 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decode_frame()
837 case OPUS_RESET_STATE: in opus_decoder_ctl()
843 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decoder_ctl()
Dopus_multistream_decoder.c462 case OPUS_RESET_STATE: in opus_multistream_decoder_ctl()
474 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE); in opus_multistream_decoder_ctl()
Dopus_encoder.c2031 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2041 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2078 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2657 case OPUS_RESET_STATE: in opus_encoder_ctl()
2670 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encoder_ctl()
Dopus_multistream_encoder.c1369 case OPUS_RESET_STATE: in opus_multistream_encoder_ctl()
1385 ret = opus_encoder_ctl(enc, OPUS_RESET_STATE); in opus_multistream_encoder_ctl()
/external/libopus/include/
Dopus_defines.h658 #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.c174 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init()
1263 case OPUS_RESET_STATE:
Dcelt_encoder.c195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init_arch()
2450 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()