Searched refs:OPUS_RESET_STATE (Results 1 – 11 of 11) sorted by relevance
/external/libopus/tests/ |
D | test_opus_encode.c | 252 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 …]
|
D | test_opus_api.c | 241 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()
|
D | test_opus_decode.c | 155 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_decoder_code0()
|
/external/libopus/src/ |
D | opus_decoder.c | 477 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()
|
D | opus_multistream_decoder.c | 460 case OPUS_RESET_STATE: in opus_multistream_decoder_ctl() 472 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE); in opus_multistream_decoder_ctl()
|
D | opus_encoder.c | 1826 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()
|
D | opus_multistream_encoder.c | 1136 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/ |
D | opus_defines.h | 640 #define OPUS_RESET_STATE 4028 macro
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_interface.c | 297 opus_decoder_ctl(inst->decoder, OPUS_RESET_STATE); in WebRtcOpus_DecoderInit()
|
/external/libopus/celt/ |
D | celt_decoder.c | 166 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init() 1139 case OPUS_RESET_STATE:
|
D | celt_encoder.c | 195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init_arch() 2273 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()
|