AVFilterChannelLayouts  329 libavfilter/aeval.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   60 libavfilter/af_adelay.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  154 libavfilter/af_aecho.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   93 libavfilter/af_afade.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   41 libavfilter/af_aformat.c     AVFilterChannelLayouts *channel_layouts;
AVFilterChannelLayouts   80 libavfilter/af_amerge.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  536 libavfilter/af_amix.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   89 libavfilter/af_aphaser.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   94 libavfilter/af_aresample.c     AVFilterChannelLayouts *in_layouts      = ff_all_channel_counts();
AVFilterChannelLayouts   95 libavfilter/af_aresample.c     AVFilterChannelLayouts *out_layouts;
AVFilterChannelLayouts   62 libavfilter/af_astats.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   94 libavfilter/af_astreamsync.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  998 libavfilter/af_atempo.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  137 libavfilter/af_biquads.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   99 libavfilter/af_bs2b.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts   60 libavfilter/af_channelmap.c     AVFilterChannelLayouts *channel_layouts;
AVFilterChannelLayouts  293 libavfilter/af_channelmap.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   84 libavfilter/af_channelsplit.c     AVFilterChannelLayouts *in_layouts = NULL;
AVFilterChannelLayouts   94 libavfilter/af_channelsplit.c         AVFilterChannelLayouts *out_layouts = NULL;
AVFilterChannelLayouts  104 libavfilter/af_compand.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   57 libavfilter/af_dcshift.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   83 libavfilter/af_earwax.c     AVFilterChannelLayouts *layout = NULL;
AVFilterChannelLayouts   93 libavfilter/af_flanger.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  247 libavfilter/af_join.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  588 libavfilter/af_ladspa.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  229 libavfilter/af_pan.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  325 libavfilter/af_replaygain.c     AVFilterChannelLayouts *layout = NULL;
AVFilterChannelLayouts   97 libavfilter/af_resample.c     AVFilterChannelLayouts *in_layouts      = ff_all_channel_layouts();
AVFilterChannelLayouts   98 libavfilter/af_resample.c     AVFilterChannelLayouts *out_layouts     = ff_all_channel_layouts();
AVFilterChannelLayouts  159 libavfilter/af_silencedetect.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  417 libavfilter/af_silenceremove.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  134 libavfilter/af_volume.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts  209 libavfilter/asrc_flite.c     AVFilterChannelLayouts *chlayouts = NULL;
AVFilterChannelLayouts  118 libavfilter/avf_avectorscope.c     AVFilterChannelLayouts *layout = NULL;
AVFilterChannelLayouts   82 libavfilter/avf_concat.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  139 libavfilter/avf_showcqt.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  125 libavfilter/avf_showspectrum.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts   90 libavfilter/avf_showwaves.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  747 libavfilter/avfilter.h     struct AVFilterChannelLayouts  *in_channel_layouts;
AVFilterChannelLayouts  748 libavfilter/avfilter.h     struct AVFilterChannelLayouts *out_channel_layouts;
AVFilterChannelLayouts  294 libavfilter/avfiltergraph.c static void sanitize_channel_layouts(void *log, AVFilterChannelLayouts *l)
AVFilterChannelLayouts  313 libavfilter/avfiltergraph.c     AVFilterChannelLayouts *chlayouts;
AVFilterChannelLayouts  753 libavfilter/avfiltergraph.c             AVFilterChannelLayouts *fmts;
AVFilterChannelLayouts  441 libavfilter/buffersink.c     AVFilterChannelLayouts *layouts = NULL;
AVFilterChannelLayouts  435 libavfilter/buffersrc.c     AVFilterChannelLayouts *channel_layouts = NULL;
AVFilterChannelLayouts  816 libavfilter/f_ebur128.c     AVFilterChannelLayouts *layouts;
AVFilterChannelLayouts   47 libavfilter/filtfmts.c             AVFilterChannelLayouts *layouts;                            \
AVFilterChannelLayouts  166 libavfilter/formats.c AVFilterChannelLayouts *ff_merge_channel_layouts(AVFilterChannelLayouts *a,
AVFilterChannelLayouts  167 libavfilter/formats.c                                                  AVFilterChannelLayouts *b)
AVFilterChannelLayouts  169 libavfilter/formats.c     AVFilterChannelLayouts *ret = NULL;
AVFilterChannelLayouts  178 libavfilter/formats.c         FFSWAP(AVFilterChannelLayouts *, a, b);
AVFilterChannelLayouts  193 libavfilter/formats.c         MERGE_REF(b, a, channel_layouts, AVFilterChannelLayouts, fail);
AVFilterChannelLayouts  227 libavfilter/formats.c         FFSWAP(AVFilterChannelLayouts *, a, b);
AVFilterChannelLayouts  241 libavfilter/formats.c     MERGE_REF(ret, a, channel_layouts, AVFilterChannelLayouts, fail);
AVFilterChannelLayouts  242 libavfilter/formats.c     MERGE_REF(ret, b, channel_layouts, AVFilterChannelLayouts, fail);
AVFilterChannelLayouts  303 libavfilter/formats.c AVFilterChannelLayouts *avfilter_make_format64_list(const int64_t *fmts)
AVFilterChannelLayouts  305 libavfilter/formats.c     MAKE_FORMAT_LIST(AVFilterChannelLayouts,
AVFilterChannelLayouts  340 libavfilter/formats.c int ff_add_channel_layout(AVFilterChannelLayouts **l, uint64_t channel_layout)
AVFilterChannelLayouts  396 libavfilter/formats.c AVFilterChannelLayouts *ff_all_channel_layouts(void)
AVFilterChannelLayouts  398 libavfilter/formats.c     AVFilterChannelLayouts *ret = av_mallocz(sizeof(*ret));
AVFilterChannelLayouts  405 libavfilter/formats.c AVFilterChannelLayouts *ff_all_channel_counts(void)
AVFilterChannelLayouts  407 libavfilter/formats.c     AVFilterChannelLayouts *ret = av_mallocz(sizeof(*ret));
AVFilterChannelLayouts  421 libavfilter/formats.c void ff_channel_layouts_ref(AVFilterChannelLayouts *f, AVFilterChannelLayouts **ref)
AVFilterChannelLayouts  467 libavfilter/formats.c void ff_channel_layouts_unref(AVFilterChannelLayouts **ref)
AVFilterChannelLayouts  485 libavfilter/formats.c void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
AVFilterChannelLayouts  486 libavfilter/formats.c                                   AVFilterChannelLayouts **newref)
AVFilterChannelLayouts  521 libavfilter/formats.c                                    AVFilterChannelLayouts *layouts)
AVFilterChannelLayouts  546 libavfilter/formats.c                                         AVFilterChannelLayouts *(layouts)(void))
AVFilterChannelLayouts   92 libavfilter/formats.h     struct AVFilterChannelLayouts ***refs; ///< references to this list
AVFilterChannelLayouts  119 libavfilter/formats.h AVFilterChannelLayouts *ff_merge_channel_layouts(AVFilterChannelLayouts *a,
AVFilterChannelLayouts  120 libavfilter/formats.h                                                  AVFilterChannelLayouts *b);
AVFilterChannelLayouts  128 libavfilter/formats.h AVFilterChannelLayouts *ff_all_channel_layouts(void);
AVFilterChannelLayouts  135 libavfilter/formats.h AVFilterChannelLayouts *ff_all_channel_counts(void);
AVFilterChannelLayouts  137 libavfilter/formats.h AVFilterChannelLayouts *avfilter_make_format64_list(const int64_t *fmts);
AVFilterChannelLayouts  146 libavfilter/formats.h                                    AVFilterChannelLayouts *layouts);
AVFilterChannelLayouts  157 libavfilter/formats.h int ff_add_channel_layout(AVFilterChannelLayouts **l, uint64_t channel_layout);
AVFilterChannelLayouts  162 libavfilter/formats.h void ff_channel_layouts_ref(AVFilterChannelLayouts *f,
AVFilterChannelLayouts  163 libavfilter/formats.h                             AVFilterChannelLayouts **ref);
AVFilterChannelLayouts  168 libavfilter/formats.h void ff_channel_layouts_unref(AVFilterChannelLayouts **ref);
AVFilterChannelLayouts  170 libavfilter/formats.h void ff_channel_layouts_changeref(AVFilterChannelLayouts **oldref,
AVFilterChannelLayouts  171 libavfilter/formats.h                                   AVFilterChannelLayouts **newref);