HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_RESET_STATE (Results 1 - 11 of 11) 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 477 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE);
514 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE);
805 case OPUS_RESET_STATE:
811 celt_decoder_ctl(celt_dec, OPUS_RESET_STATE);
opus_multistream_encoder.c 1136 case OPUS_RESET_STATE:
    [all...]
opus_encoder.c     [all...]
  /external/libopus/include/
opus_defines.h 155 /* #define OPUS_RESET_STATE 4028 */
232 * opus_encoder_ctl(enc_ctx, OPUS_RESET_STATE);
620 * opus_encoder_ctl(enc_ctx, OPUS_RESET_STATE);
621 * opus_decoder_ctl(dec_ctx, OPUS_RESET_STATE);
640 #define OPUS_RESET_STATE 4028
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 501 opus_multistream_decoder_ctl(mDecoder, OPUS_RESET_STATE);
  /external/libopus/celt/
celt_decoder.c 166 opus_custom_decoder_ctl(st, OPUS_RESET_STATE);
    [all...]
celt_encoder.c 195 opus_custom_encoder_ctl(st, OPUS_RESET_STATE);
    [all...]

Completed in 1659 milliseconds