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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample.c288 short *bufout[MAX_CHANNELS]; local
353 bufout[i] = av_malloc(lenout * sizeof(short));
360 buftmp3[0] = bufout[0];
363 buftmp3[0] = bufout[0];
364 buftmp3[1] = bufout[1];
368 buftmp3[i] = bufout[i];
416 av_free(bufout[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample.c232 short *bufout[MAX_CHANNELS]; local
295 bufout[i] = av_malloc(lenout * sizeof(short));
302 buftmp3[0] = bufout[0];
306 buftmp3[i] = bufout[i];
353 av_free(bufout[i]);

Completed in 114 milliseconds