Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_encode.c281 OpusMSDecoder *MSdec; in run_test1() local
344 MSdec = opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err); in run_test1()
345 if(err != OPUS_OK || MSdec==NULL)test_failed(); in run_test1()
504 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
532 out_samples = opus_multistream_decode(MSdec, packet, len, out2buf, MAX_FRAME_SAMP, 0); in run_test1()
534 …if(opus_multistream_decoder_ctl(MSdec, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_faile… in run_test1()
620 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1()
621 opus_multistream_decoder_destroy(MSdec); in run_test1()