ff_channel_layouts_ref  365 libavfilter/aeval.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  379 libavfilter/aeval.c         if ((ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts)) < 0)
ff_channel_layouts_ref  749 libavfilter/af_afir.c         if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  751 libavfilter/af_afir.c         if ((ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  754 libavfilter/af_afir.c             if ((ret = ff_channel_layouts_ref(mono, &ctx->inputs[i]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  364 libavfilter/af_agate.c         (ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  369 libavfilter/af_agate.c         if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  134 libavfilter/af_amerge.c         if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  140 libavfilter/af_amerge.c     if ((ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  258 libavfilter/af_anequalizer.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0 ||
ff_channel_layouts_ref  259 libavfilter/af_anequalizer.c         (ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts)) < 0)
ff_channel_layouts_ref  106 libavfilter/af_aresample.c     if ((ret = ff_channel_layouts_ref(in_layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  133 libavfilter/af_aresample.c     return ff_channel_layouts_ref(out_layouts, &outlink->in_channel_layouts);
ff_channel_layouts_ref  295 libavfilter/af_channelmap.c         (ret = ff_channel_layouts_ref    (layouts         , &ctx->inputs[0]->out_channel_layouts)) < 0 ||
ff_channel_layouts_ref  296 libavfilter/af_channelmap.c         (ret = ff_channel_layouts_ref    (channel_layouts , &ctx->outputs[0]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  120 libavfilter/af_channelsplit.c         (ret = ff_channel_layouts_ref(in_layouts, &ctx->inputs[0]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  128 libavfilter/af_channelsplit.c             (ret = ff_channel_layouts_ref(out_layouts, &ctx->outputs[i]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  701 libavfilter/af_headphone.c     ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->out_channel_layouts);
ff_channel_layouts_ref  713 libavfilter/af_headphone.c         ret = ff_channel_layouts_ref(hrir_layouts, &ctx->inputs[1]->out_channel_layouts);
ff_channel_layouts_ref  718 libavfilter/af_headphone.c             ret = ff_channel_layouts_ref(stereo_layout, &ctx->inputs[i]->out_channel_layouts);
ff_channel_layouts_ref  724 libavfilter/af_headphone.c     ret = ff_channel_layouts_ref(stereo_layout, &ctx->outputs[0]->in_channel_layouts);
ff_channel_layouts_ref  230 libavfilter/af_join.c         (ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  235 libavfilter/af_join.c         if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  657 libavfilter/af_ladspa.c             ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts);
ff_channel_layouts_ref  662 libavfilter/af_ladspa.c                 ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts);
ff_channel_layouts_ref  675 libavfilter/af_ladspa.c             ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts);
ff_channel_layouts_ref  527 libavfilter/af_lv2.c             ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts);
ff_channel_layouts_ref  532 libavfilter/af_lv2.c                 ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts);
ff_channel_layouts_ref  545 libavfilter/af_lv2.c             ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts);
ff_channel_layouts_ref  269 libavfilter/af_pan.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  278 libavfilter/af_pan.c     return ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts);
ff_channel_layouts_ref  109 libavfilter/af_resample.c         (ret = ff_channel_layouts_ref (in_layouts,      &inlink->out_channel_layouts)) < 0 ||
ff_channel_layouts_ref  110 libavfilter/af_resample.c         (ret = ff_channel_layouts_ref (out_layouts,     &outlink->in_channel_layouts)) < 0)
ff_channel_layouts_ref  317 libavfilter/af_sidechaincompress.c         (ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  322 libavfilter/af_sidechaincompress.c         if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->out_channel_layouts)) < 0)
ff_channel_layouts_ref  655 libavfilter/af_sofalizer.c     ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->out_channel_layouts);
ff_channel_layouts_ref  664 libavfilter/af_sofalizer.c     ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts);
ff_channel_layouts_ref  178 libavfilter/af_surround.c     ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts);
ff_channel_layouts_ref  187 libavfilter/af_surround.c     ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->out_channel_layouts);
ff_channel_layouts_ref   78 libavfilter/avf_abitscope.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  104 libavfilter/avf_ahistogram.c         (ret = ff_channel_layouts_ref (layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref   82 libavfilter/avf_aphasemeter.c         (ret = ff_channel_layouts_ref (layout , &inlink->out_channel_layouts)) < 0 ||
ff_channel_layouts_ref   83 libavfilter/avf_aphasemeter.c         (ret = ff_channel_layouts_ref (layout , &outlink->in_channel_layouts)) < 0)
ff_channel_layouts_ref  195 libavfilter/avf_avectorscope.c         (ret = ff_channel_layouts_ref (layout , &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref   98 libavfilter/avf_concat.c                 if ((ret = ff_channel_layouts_ref(layouts, &ctx->outputs[idx]->in_channel_layouts)) < 0)
ff_channel_layouts_ref  108 libavfilter/avf_concat.c                         (ret = ff_channel_layouts_ref(layouts, &ctx->inputs[idx]->out_channel_layouts)) < 0)
ff_channel_layouts_ref 1338 libavfilter/avf_showcqt.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  139 libavfilter/avf_showfreqs.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  119 libavfilter/avf_showspatial.c         (ret = ff_channel_layouts_ref (layout , &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  362 libavfilter/avf_showspectrum.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  132 libavfilter/avf_showvolume.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  161 libavfilter/avf_showwaves.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0)
ff_channel_layouts_ref  927 libavfilter/f_ebur128.c     if ((ret = ff_channel_layouts_ref(layouts, &inlink->out_channel_layouts)) < 0 ||
ff_channel_layouts_ref  928 libavfilter/f_ebur128.c         (ret = ff_channel_layouts_ref(layouts, &outlink->in_channel_layouts)) < 0)
ff_channel_layouts_ref  585 libavfilter/formats.c                        ff_channel_layouts_ref, ff_channel_layouts_unref, channel_layouts);
ff_channel_layouts_ref  175 libavfilter/formats.h int ff_channel_layouts_ref(AVFilterChannelLayouts *f,
ff_channel_layouts_ref  379 libavfilter/src_movie.c             if ((ret = ff_channel_layouts_ref(avfilter_make_format64_list(list64),
ff_channel_layouts_ref  119 libavfilter/vaf_spectrumsynth.c         (ret = ff_channel_layouts_ref (layout , &outlink->in_channel_layouts)) < 0)