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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c305 const int nch_out = s->nch; local
312 if (nch_out > nch_in) {
313 if (nch_out > FF_ARRAY_ELEMS(buf->data)) {
315 av_mallocz_array(nch_out, sizeof(*buf->extended_data));
332 for (ch = 0; ch < nch_out; ch++) {
339 FFMIN(FF_ARRAY_ELEMS(buf->data), nch_out) * sizeof(buf->data[0]));

Completed in 51 milliseconds