av_opt_set_int    107 doc/examples/filter_audio.c     av_opt_set_int(abuffer_ctx, "sample_rate",    INPUT_SAMPLERATE,                     AV_OPT_SEARCH_CHILDREN);
av_opt_set_int     74 doc/examples/filtering_audio.c     av_opt_set_int(dec_ctx, "refcounted_frames", 1, 0);
av_opt_set_int     74 doc/examples/filtering_video.c     av_opt_set_int(dec_ctx, "refcounted_frames", 1, 0);
av_opt_set_int    251 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "in_channel_count",   c->channels,       0);
av_opt_set_int    252 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "in_sample_rate",     c->sample_rate,    0);
av_opt_set_int    254 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "out_channel_count",  c->channels,       0);
av_opt_set_int    255 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "out_sample_rate",    c->sample_rate,    0);
av_opt_set_int    123 doc/examples/resampling_audio.c     av_opt_set_int(swr_ctx, "in_channel_layout",    src_ch_layout, 0);
av_opt_set_int    124 doc/examples/resampling_audio.c     av_opt_set_int(swr_ctx, "in_sample_rate",       src_rate, 0);
av_opt_set_int    127 doc/examples/resampling_audio.c     av_opt_set_int(swr_ctx, "out_channel_layout",    dst_ch_layout, 0);
av_opt_set_int    128 doc/examples/resampling_audio.c     av_opt_set_int(swr_ctx, "out_sample_rate",       dst_rate, 0);
av_opt_set_int   2403 ffmpeg.c               av_opt_set_int(ist->dec_ctx, "refcounted_frames", 1, 0);
av_opt_set_int    317 ffmpeg_filter.c         ret = av_opt_set_int(ctx, "durationi", duration,
av_opt_set_int    321 ffmpeg_filter.c         ret = av_opt_set_int(ctx, "starti", start_time,
av_opt_set_int    449 ffmpeg_filter.c     if ((ret = av_opt_set_int(ofilter->filter, "all_channel_counts", 1, AV_OPT_SEARCH_CHILDREN)) < 0)
av_opt_set_int   2092 ffplay.c           if ((ret = av_opt_set_int(filt_asink, "all_channel_counts", 1, AV_OPT_SEARCH_CHILDREN)) < 0)
av_opt_set_int   2099 ffplay.c               if ((ret = av_opt_set_int(filt_asink, "all_channel_counts", 0, AV_OPT_SEARCH_CHILDREN)) < 0)
av_opt_set_int    160 libavcodec/opusdec.c     av_opt_set_int(s->swr, "in_sample_rate", s->silk_samplerate, 0);
av_opt_set_int    647 libavcodec/opusdec.c         av_opt_set_int(s->swr, "in_sample_fmt",      avctx->sample_fmt,  0);
av_opt_set_int    648 libavcodec/opusdec.c         av_opt_set_int(s->swr, "out_sample_fmt",     avctx->sample_fmt,  0);
av_opt_set_int    649 libavcodec/opusdec.c         av_opt_set_int(s->swr, "in_channel_layout",  layout,             0);
av_opt_set_int    650 libavcodec/opusdec.c         av_opt_set_int(s->swr, "out_channel_layout", layout,             0);
av_opt_set_int    651 libavcodec/opusdec.c         av_opt_set_int(s->swr, "out_sample_rate",    avctx->sample_rate, 0);
av_opt_set_int    652 libavcodec/opusdec.c         av_opt_set_int(s->swr, "filter_size",        16,                 0);
av_opt_set_int    280 libavdevice/lavfi.c             ret = av_opt_set_int(sink, "all_channel_counts", 1,
av_opt_set_int     69 libavfilter/af_aresample.c         av_opt_set_int(aresample->swr, "osr", aresample->sample_rate_arg, 0);
av_opt_set_int    150 libavfilter/af_aresample.c         av_opt_set_int(aresample->swr, "ich", inlink->channels, 0);
av_opt_set_int    152 libavfilter/af_aresample.c         av_opt_set_int(aresample->swr, "och", outlink->channels, 0);
av_opt_set_int     98 libavfilter/af_asyncts.c     av_opt_set_int(s->avr,  "in_channel_layout", link->channel_layout, 0);
av_opt_set_int     99 libavfilter/af_asyncts.c     av_opt_set_int(s->avr, "out_channel_layout", link->channel_layout, 0);
av_opt_set_int    100 libavfilter/af_asyncts.c     av_opt_set_int(s->avr,  "in_sample_fmt",     link->format,         0);
av_opt_set_int    101 libavfilter/af_asyncts.c     av_opt_set_int(s->avr, "out_sample_fmt",     link->format,         0);
av_opt_set_int    102 libavfilter/af_asyncts.c     av_opt_set_int(s->avr,  "in_sample_rate",    link->sample_rate,    0);
av_opt_set_int    103 libavfilter/af_asyncts.c     av_opt_set_int(s->avr, "out_sample_rate",    link->sample_rate,    0);
av_opt_set_int    106 libavfilter/af_asyncts.c         av_opt_set_int(s->avr, "force_resampling", 1, 0);
av_opt_set_int    290 libavfilter/af_pan.c         if (av_opt_set_int(pan->swr, "ich", link->channels, 0) < 0)
av_opt_set_int    294 libavfilter/af_pan.c         if (av_opt_set_int(pan->swr, "och", pan->nb_output_channels, 0) < 0)
av_opt_set_int    313 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "icl", pan->out_channel_layout, 0);
av_opt_set_int    314 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "uch", pan->nb_output_channels, 0);
av_opt_set_int    334 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "icl", link->channel_layout, 0);
av_opt_set_int    335 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "ocl", pan->out_channel_layout, 0);
av_opt_set_int    148 libavfilter/af_resample.c     av_opt_set_int(s->avr,  "in_channel_layout", inlink ->channel_layout, 0);
av_opt_set_int    149 libavfilter/af_resample.c     av_opt_set_int(s->avr, "out_channel_layout", outlink->channel_layout, 0);
av_opt_set_int    150 libavfilter/af_resample.c     av_opt_set_int(s->avr,  "in_sample_fmt",     inlink ->format,         0);
av_opt_set_int    151 libavfilter/af_resample.c     av_opt_set_int(s->avr, "out_sample_fmt",     outlink->format,         0);
av_opt_set_int    152 libavfilter/af_resample.c     av_opt_set_int(s->avr,  "in_sample_rate",    inlink ->sample_rate,    0);
av_opt_set_int    153 libavfilter/af_resample.c     av_opt_set_int(s->avr, "out_sample_rate",    outlink->sample_rate,    0);
av_opt_set_int    431 libavfilter/buffersink.c             (ret = av_opt_set_int(buf, "all_channel_counts", params->all_channel_counts, 0)) < 0)
av_opt_set_int    415 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "in_channel_layout",    outlink->channel_layout, 0);
av_opt_set_int    416 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "in_sample_rate",       outlink->sample_rate, 0);
av_opt_set_int    419 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "out_channel_layout",    outlink->channel_layout, 0);
av_opt_set_int    420 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "out_sample_rate",       192000, 0);
av_opt_set_int    368 libavfilter/vf_scale.c             av_opt_set_int(*s, "srcw", inlink ->w, 0);
av_opt_set_int    369 libavfilter/vf_scale.c             av_opt_set_int(*s, "srch", inlink ->h >> !!i, 0);
av_opt_set_int    370 libavfilter/vf_scale.c             av_opt_set_int(*s, "src_format", inlink->format, 0);
av_opt_set_int    371 libavfilter/vf_scale.c             av_opt_set_int(*s, "dstw", outlink->w, 0);
av_opt_set_int    372 libavfilter/vf_scale.c             av_opt_set_int(*s, "dsth", outlink->h >> !!i, 0);
av_opt_set_int    373 libavfilter/vf_scale.c             av_opt_set_int(*s, "dst_format", outfmt, 0);
av_opt_set_int    374 libavfilter/vf_scale.c             av_opt_set_int(*s, "sws_flags", scale->flags, 0);
av_opt_set_int    387 libavfilter/vf_scale.c             av_opt_set_int(*s, "src_h_chr_pos", scale->in_h_chr_pos, 0);
av_opt_set_int    388 libavfilter/vf_scale.c             av_opt_set_int(*s, "src_v_chr_pos", scale->in_v_chr_pos, 0);
av_opt_set_int    389 libavfilter/vf_scale.c             av_opt_set_int(*s, "dst_h_chr_pos", scale->out_h_chr_pos, 0);
av_opt_set_int    390 libavfilter/vf_scale.c             av_opt_set_int(*s, "dst_v_chr_pos", scale->out_v_chr_pos, 0);
av_opt_set_int    333 libavfilter/vf_spp.c     av_opt_set_int(spp->dct, "bits_per_sample", bps, 0);
av_opt_set_int    216 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "srcw", w, 0);
av_opt_set_int    217 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "srch", h, 0);
av_opt_set_int    218 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "src_format", in->format, 0);
av_opt_set_int    219 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "dstw", outlink->w, 0);
av_opt_set_int    220 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "dsth", outlink->h, 0);
av_opt_set_int    221 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "dst_format", outlink->format, 0);
av_opt_set_int    222 libavfilter/vf_zoompan.c         av_opt_set_int(s->sws, "sws_flags", SWS_BICUBIC, 0);
av_opt_set_int    293 libavresample/avresample-test.c                             av_opt_set_int(s, "in_channel_layout",  in_ch_layout,  0);
av_opt_set_int    294 libavresample/avresample-test.c                             av_opt_set_int(s, "in_sample_fmt",      in_fmt,        0);
av_opt_set_int    295 libavresample/avresample-test.c                             av_opt_set_int(s, "in_sample_rate",     in_rate,       0);
av_opt_set_int    296 libavresample/avresample-test.c                             av_opt_set_int(s, "out_channel_layout", out_ch_layout, 0);
av_opt_set_int    297 libavresample/avresample-test.c                             av_opt_set_int(s, "out_sample_fmt",     out_fmt,       0);
av_opt_set_int    298 libavresample/avresample-test.c                             av_opt_set_int(s, "out_sample_rate",    out_rate,      0);
av_opt_set_int    300 libavresample/avresample-test.c                             av_opt_set_int(s, "internal_sample_fmt", AV_SAMPLE_FMT_FLTP, 0);
av_opt_set_int    722 libavutil/opt.h int av_opt_set_int     (void *obj, const char *name, int64_t     val, int search_flags);
av_opt_set_int     68 libswresample/swresample.c     if (av_opt_set_int(s, "ocl", out_ch_layout,   0) < 0)
av_opt_set_int     71 libswresample/swresample.c     if (av_opt_set_int(s, "osf", out_sample_fmt,  0) < 0)
av_opt_set_int     74 libswresample/swresample.c     if (av_opt_set_int(s, "osr", out_sample_rate, 0) < 0)
av_opt_set_int     77 libswresample/swresample.c     if (av_opt_set_int(s, "icl", in_ch_layout,    0) < 0)
av_opt_set_int     80 libswresample/swresample.c     if (av_opt_set_int(s, "isf", in_sample_fmt,   0) < 0)
av_opt_set_int     83 libswresample/swresample.c     if (av_opt_set_int(s, "isr", in_sample_rate,  0) < 0)
av_opt_set_int     86 libswresample/swresample.c     if (av_opt_set_int(s, "tsf", AV_SAMPLE_FMT_NONE,   0) < 0)
av_opt_set_int     89 libswresample/swresample.c     if (av_opt_set_int(s, "ich", av_get_channel_layout_nb_channels(s-> in_ch_layout), 0) < 0)
av_opt_set_int     92 libswresample/swresample.c     if (av_opt_set_int(s, "och", av_get_channel_layout_nb_channels(s->out_ch_layout), 0) < 0)
av_opt_set_int     95 libswresample/swresample.c     av_opt_set_int(s, "uch", 0, 0);
av_opt_set_int     31 libswresample/swresample_frame.c         if (av_opt_set_int(s, "icl", in->channel_layout, 0) < 0)
av_opt_set_int     33 libswresample/swresample_frame.c         if (av_opt_set_int(s, "isf", in->format, 0) < 0)
av_opt_set_int     35 libswresample/swresample_frame.c         if (av_opt_set_int(s, "isr", in->sample_rate, 0) < 0)
av_opt_set_int     40 libswresample/swresample_frame.c         if (av_opt_set_int(s, "ocl", out->channel_layout, 0) < 0)
av_opt_set_int     42 libswresample/swresample_frame.c         if (av_opt_set_int(s, "osf", out->format,  0) < 0)
av_opt_set_int     44 libswresample/swresample_frame.c         if (av_opt_set_int(s, "osr", out->sample_rate, 0) < 0)
av_opt_set_int   2028 libswscale/utils.c         av_opt_set_int(context, "src_h_chr_pos", src_h_chr_pos, 0);
av_opt_set_int   2029 libswscale/utils.c         av_opt_set_int(context, "src_v_chr_pos", src_v_chr_pos, 0);
av_opt_set_int   2030 libswscale/utils.c         av_opt_set_int(context, "dst_h_chr_pos", dst_h_chr_pos, 0);
av_opt_set_int   2031 libswscale/utils.c         av_opt_set_int(context, "dst_v_chr_pos", dst_v_chr_pos, 0);