Searched refs:chan_pos (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 Dalsdec.c176 int *chan_pos; ///< original channel positions member in struct:__anon3073
355 if (!(sconf->chan_pos = av_malloc(avctx->channels * sizeof(*sconf->chan_pos))))
369 sconf->chan_pos[idx] = i;
1520 *dest++ = ctx->raw_samples[sconf->chan_pos[c]][sample] << shift; \
1602 av_freep(&ctx->sconf.chan_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c177 int *chan_pos; ///< original channel positions member in struct:__anon1858
354 if (!(sconf->chan_pos = av_malloc(avctx->channels * sizeof(*sconf->chan_pos))))
358 sconf->chan_pos[i] = get_bits(&gb, chan_pos_bits);
1560 av_freep(&ctx->sconf.chan_pos);

Completed in 46 milliseconds