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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_parser.c53 av_freep(&s->ctx.channel_maps);
H A Dopus.c387 s->channel_maps = av_mallocz_array(channels, sizeof(*s->channel_maps));
388 if (!s->channel_maps)
392 ChannelMap *map = &s->channel_maps[i];
H A Dlibfaac.c57 static const int channel_maps[][6] = { variable
127 memcpy(faac_cfg->channel_map, channel_maps[avctx->channels-3],
H A Dopusdec.c484 ChannelMap *map = &c->channel_maps[i];
520 ChannelMap *map = &c->channel_maps[i];
585 av_freep(&c->channel_maps);
H A Dopus.h174 ChannelMap *channel_maps; member in struct:OpusContext

Completed in 48 milliseconds