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.c252 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
253 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
256 … if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
261 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
267 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE); in run_test1()
346 if(opus_multistream_encoder_ctl(MSenc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
347 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
350 … if(opus_multistream_decoder_ctl(MSdec_err, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
355 if(opus_multistream_decoder_ctl(MSdec_err, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
457 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()
1401 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_enc_api()
1424 if(opus_encoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed(); in test_enc_api()
Dtest_opus_decode.c155 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_decoder_code0()
/external/libopus/src/
Dopus_decoder.c477 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decode_frame()
514 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decode_frame()
805 case OPUS_RESET_STATE: in opus_decoder_ctl()
811 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decoder_ctl()
Dopus_multistream_decoder.c460 case OPUS_RESET_STATE: in opus_multistream_decoder_ctl()
472 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE); in opus_multistream_decoder_ctl()
Dopus_encoder.c1826 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
1836 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
1863 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native()
2417 case OPUS_RESET_STATE: in opus_encoder_ctl()
2427 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encoder_ctl()
Dopus_multistream_encoder.c1136 case OPUS_RESET_STATE: in opus_multistream_encoder_ctl()
1153 ret = opus_encoder_ctl(enc, OPUS_RESET_STATE); in opus_multistream_encoder_ctl()
/external/libopus/include/
Dopus_defines.h640 #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.c166 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init()
1139 case OPUS_RESET_STATE:
Dcelt_encoder.c195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init_arch()
2273 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()