Searched refs:OPUS_RESET_STATE (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/opus/src/src/ |
D | opus_multistream_decoder.c | 422 case OPUS_RESET_STATE: in opus_multistream_decoder_ctl() 434 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE); in opus_multistream_decoder_ctl()
|
D | opus_decoder.c | 457 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decode_frame() 494 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decode_frame() 957 case OPUS_RESET_STATE: in opus_decoder_ctl() 963 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE); in opus_decoder_ctl()
|
D | opus_encoder.c | 1842 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native() 1852 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native() 1879 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encode_native() 2412 case OPUS_RESET_STATE: in opus_encoder_ctl() 2422 celt_encoder_ctl(celt_enc, OPUS_RESET_STATE); in opus_encoder_ctl()
|
/external/chromium_org/third_party/opus/src/include/ |
D | opus_defines.h | 619 #define OPUS_RESET_STATE 4028 macro
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_encode.c | 250 if(fast_rand()%100==0)opus_encoder_ctl(enc, OPUS_RESET_STATE); in run_test1() 255 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE); in run_test1()
|
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() 1390 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_enc_api() 1413 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/chromium_org/media/filters/ |
D | opus_audio_decoder.cc | 325 opus_multistream_decoder_ctl(opus_decoder_, OPUS_RESET_STATE); in Reset()
|
/external/chromium_org/third_party/opus/src/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 | 204 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init() 2251 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()
|