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