Searched refs:MSdec (Results 1 – 1 of 1) sorted by relevance
/external/libopus/tests/ |
D | test_opus_encode.c | 126 OpusMSDecoder *MSdec; in run_test1() local 189 MSdec = opus_multistream_decoder_create(48000, 2, 2, 0, mapping, &err); in run_test1() 190 if(err != OPUS_OK || MSdec==NULL)test_failed(); in run_test1() 347 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1() 375 out_samples = opus_multistream_decode(MSdec, packet, len, out2buf, MAX_FRAME_SAMP, 0); in run_test1() 377 …if(opus_multistream_decoder_ctl(MSdec, OPUS_GET_FINAL_RANGE(&dec_final_range))!=OPUS_OK)test_faile… in run_test1() 463 if(opus_multistream_decoder_ctl(MSdec, OPUS_RESET_STATE)!=OPUS_OK)test_failed(); in run_test1() 464 opus_multistream_decoder_destroy(MSdec); in run_test1()
|