Searched refs:OPUS_RESET_STATE (Results 1 – 11 of 11) sorted by relevance
/external/libopus/tests/ |
D | test_opus_encode.c | 408 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 …]
|
D | test_opus_api.c | 242 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()
|
D | test_opus_decode.c | 162 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_decoder_code0()
|
/external/libopus/src/ |
D | opus_decoder.c | 516 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()
|
D | opus_multistream_decoder.c | 465 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()
|
D | opus_encoder.c | 2055 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()
|
D | opus_multistream_encoder.c | 1284 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/ |
D | opus_defines.h | 661 #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 | 214 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init() 1295 case OPUS_RESET_STATE:
|
D | celt_encoder.c | 195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init_arch() 2520 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()
|