Home
last modified time | relevance | path

Searched refs:OPUS_RESET_STATE (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
Dopus_multistream_decoder.c422 case OPUS_RESET_STATE: in opus_multistream_decoder_ctl()
434 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE); in opus_multistream_decoder_ctl()
Dopus_decoder.c457 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()
Dopus_encoder.c1842 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/
Dopus_defines.h619 #define OPUS_RESET_STATE 4028 macro
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_encode.c250 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()
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()
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()
Dtest_opus_decode.c155 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in test_decoder_code0()
/external/chromium_org/media/filters/
Dopus_audio_decoder.cc325 opus_multistream_decoder_ctl(opus_decoder_, OPUS_RESET_STATE); in Reset()
/external/chromium_org/third_party/opus/src/celt/
Dcelt_decoder.c166 opus_custom_decoder_ctl(st, OPUS_RESET_STATE); in opus_custom_decoder_init()
1139 case OPUS_RESET_STATE:
Dcelt_encoder.c204 opus_custom_encoder_ctl(st, OPUS_RESET_STATE); in opus_custom_encoder_init()
2251 case OPUS_RESET_STATE: in opus_custom_encoder_ctl()