HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_RESET_STATE (Results 1 - 12 of 12) sorted by null

  /external/libopus/tests/
test_opus_encode.c 252 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
253 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
256 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
261 if(opus_decoder_ctl(dec_err[fast_rand()&1], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
267 if(fast_rand()%50==0)opus_decoder_ctl(dec, OPUS_RESET_STATE);
346 if(opus_multistream_encoder_ctl(MSenc, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
347 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
350 if(opus_multistream_decoder_ctl(MSdec_err, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
355 if(opus_multistream_decoder_ctl(MSdec_err, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
457 if(opus_encoder_ctl(enc, OPUS_RESET_STATE)!=OPUS_OK)test_failed()
    [all...]
test_opus_api.c 241 if(opus_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
244 fprintf(stdout," OPUS_RESET_STATE ............................. OK.\n");
326 if(opus_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed();
639 if(opus_multistream_decoder_ctl(dec, OPUS_RESET_STATE)!=OPUS_OK)test_failed();
640 fprintf(stdout," OPUS_RESET_STATE ............................. OK.\n");
676 if(opus_multistream_decoder_ctl(0,OPUS_RESET_STATE) !=OPUS_INVALID_STATE)test_failed();
    [all...]
test_opus_decode.c 155 if(opus_decoder_ctl(dec[t], OPUS_RESET_STATE)!=OPUS_OK)test_failed();
  /external/libopus/src/
opus_multistream_decoder.c 460 case OPUS_RESET_STATE:
472 ret = opus_decoder_ctl(dec, OPUS_RESET_STATE);
opus_decoder.c 488 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE);
528 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE);
837 case OPUS_RESET_STATE:
843 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE);
opus_encoder.c     [all...]
opus_multistream_encoder.c     [all...]
  /external/libopus/include/
opus_defines.h 155 /* #define OPUS_RESET_STATE 4028 */
232 * opus_encoder_ctl(enc_ctx, OPUS_RESET_STATE);
630 * opus_encoder_ctl(enc_ctx, OPUS_RESET_STATE);
631 * opus_decoder_ctl(dec_ctx, OPUS_RESET_STATE);
650 #define OPUS_RESET_STATE 4028
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 297 opus_decoder_ctl(inst->decoder, OPUS_RESET_STATE);
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 601 opus_multistream_decoder_ctl(mDecoder, OPUS_RESET_STATE);
  /external/libopus/celt/
celt_decoder.c 168 opus_custom_decoder_ctl(st, OPUS_RESET_STATE);
    [all...]
celt_encoder.c 193 opus_custom_encoder_ctl(st, OPUS_RESET_STATE);
    [all...]

Completed in 256 milliseconds