Searched refs:bufin (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample.c237 short *bufin[2]; local
297 bufin[i]= av_malloc( (nb_samples + s->temp_len) * sizeof(short) );
298 memcpy(bufin[i], s->temp[i], s->temp_len * sizeof(short));
299 buftmp2[i] = bufin[i] + s->temp_len;
330 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i], &consumed, nb_samples, lenout, is_last);
333 memcpy(s->temp[i], bufin[i] + consumed, s->temp_len*sizeof(short));
358 av_free(bufin[i]);

Completed in 84 milliseconds