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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample.c231 short *bufin[MAX_CHANNELS]; local
292 bufin[i] = av_malloc((nb_samples + s->temp_len) * sizeof(short));
293 memcpy(bufin[i], s->temp[i], s->temp_len * sizeof(short));
294 buftmp2[i] = bufin[i] + s->temp_len;
322 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
326 memcpy(s->temp[i], bufin[i] + consumed, s->temp_len * sizeof(short));
352 av_free(bufin[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample.c287 short *bufin[MAX_CHANNELS]; local
350 bufin[i] = av_malloc((nb_samples + s->temp_len) * sizeof(short));
351 memcpy(bufin[i], s->temp[i], s->temp_len * sizeof(short));
352 buftmp2[i] = bufin[i] + s->temp_len;
384 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
388 memcpy(s->temp[i], bufin[i] + consumed, s->temp_len * sizeof(short));
415 av_free(bufin[i]);

Completed in 107 milliseconds