Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_encode.c286 short *out2buf; in run_test1() local
375 out2buf=(short *)malloc(sizeof(short)*MAX_FRAME_SAMP*3); in run_test1()
376 if(inbuf==NULL || outbuf==NULL || out2buf==NULL)test_failed(); in run_test1()
459 … out_samples = opus_decode(dec_err[0], packet, len, out2buf, frame_size, (fast_rand()&3)!=0); in run_test1()
461 …out_samples = opus_decode(dec_err[1], packet, (fast_rand()&3)==0?0:len, out2buf, MAX_FRAME_SAMP, (… in run_test1()
532 out_samples = opus_multistream_decode(MSdec, packet, len, out2buf, MAX_FRAME_SAMP, 0); in run_test1()
538 …out_samples = opus_multistream_decode(MSdec_err, packet, loss?0:len, out2buf, frame_size*6, (fast_… in run_test1()
586 out_samples = opus_decode(dec_err[0], len>0?packet:NULL, len, out2buf, MAX_FRAME_SAMP, 0); in run_test1()
594 out_samples = opus_decode(dec_err[dec2], len>0?packet:NULL, len, out2buf, MAX_FRAME_SAMP, 0); in run_test1()
626 free(out2buf); in run_test1()