Searched refs:buftmp3 (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.c233 short *buftmp2[MAX_CHANNELS], *buftmp3[MAX_CHANNELS]; local
299 buftmp3[0] = output;
302 buftmp3[0] = bufout[0];
306 buftmp3[i] = bufout[i];
310 buftmp3[0] = output;
322 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
330 mono_to_stereo(output, buftmp3[0], nb_samples1);
332 ac3_5p1_mux(output, buftmp3[0], buftmp3[1], nb_samples1);
334 interleave(output, buftmp3,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample.c289 short *buftmp2[MAX_CHANNELS], *buftmp3[MAX_CHANNELS]; local
357 buftmp3[0] = output;
360 buftmp3[0] = bufout[0];
363 buftmp3[0] = bufout[0];
364 buftmp3[1] = bufout[1];
368 buftmp3[i] = bufout[i];
372 buftmp3[0] = output;
384 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
392 mono_to_stereo(output, buftmp3[0], nb_samples1);
394 ac3_5p1_mux(output, buftmp3[
[all...]

Completed in 65 milliseconds