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     58 doc/examples/http_multiclient.c     if ((ret = av_opt_set_int(client, "reply_code", reply_code, AV_OPT_SEARCH_CHILDREN)) < 0) {
av_opt_set_int    294 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "in_channel_count",   c->channels,       0);
av_opt_set_int    295 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "in_sample_rate",     c->sample_rate,    0);
av_opt_set_int    297 doc/examples/muxing.c         av_opt_set_int       (ost->swr_ctx, "out_channel_count",  c->channels,       0);
av_opt_set_int    298 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   2888 fftools/ffmpeg.c         av_opt_set_int(ist->dec_ctx, "refcounted_frames", 1, 0);
av_opt_set_int    408 fftools/ffmpeg_filter.c         ret = av_opt_set_int(ctx, "durationi", duration,
av_opt_set_int    412 fftools/ffmpeg_filter.c         ret = av_opt_set_int(ctx, "starti", start_time,
av_opt_set_int    566 fftools/ffmpeg_filter.c     if ((ret = av_opt_set_int(ofilter->filter, "all_channel_counts", 1, AV_OPT_SEARCH_CHILDREN)) < 0)
av_opt_set_int   2006 fftools/ffplay.c     if ((ret = av_opt_set_int(filt_asink, "all_channel_counts", 1, AV_OPT_SEARCH_CHILDREN)) < 0)
av_opt_set_int   2013 fftools/ffplay.c         if ((ret = av_opt_set_int(filt_asink, "all_channel_counts", 0, AV_OPT_SEARCH_CHILDREN)) < 0)
av_opt_set_int    134 libavcodec/opusdec.c     av_opt_set_int(s->swr, "in_sample_rate", s->silk_samplerate, 0);
av_opt_set_int    679 libavcodec/opusdec.c         av_opt_set_int(s->swr, "in_sample_fmt",      avctx->sample_fmt,  0);
av_opt_set_int    680 libavcodec/opusdec.c         av_opt_set_int(s->swr, "out_sample_fmt",     avctx->sample_fmt,  0);
av_opt_set_int    681 libavcodec/opusdec.c         av_opt_set_int(s->swr, "in_channel_layout",  layout,             0);
av_opt_set_int    682 libavcodec/opusdec.c         av_opt_set_int(s->swr, "out_channel_layout", layout,             0);
av_opt_set_int    683 libavcodec/opusdec.c         av_opt_set_int(s->swr, "out_sample_rate",    avctx->sample_rate, 0);
av_opt_set_int    684 libavcodec/opusdec.c         av_opt_set_int(s->swr, "filter_size",        16,                 0);
av_opt_set_int    284 libavdevice/lavfi.c             ret = av_opt_set_int(sink, "all_channel_counts", 1,
av_opt_set_int     68 libavfilter/af_aresample.c         av_opt_set_int(aresample->swr, "osr", aresample->sample_rate_arg, 0);
av_opt_set_int    154 libavfilter/af_aresample.c         av_opt_set_int(aresample->swr, "ich", inlink->channels, 0);
av_opt_set_int    156 libavfilter/af_aresample.c         av_opt_set_int(aresample->swr, "och", outlink->channels, 0);
av_opt_set_int    318 libavfilter/af_pan.c         if (av_opt_set_int(pan->swr, "ich", link->channels, 0) < 0)
av_opt_set_int    322 libavfilter/af_pan.c         if (av_opt_set_int(pan->swr, "och", pan->nb_output_channels, 0) < 0)
av_opt_set_int    341 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "icl", pan->out_channel_layout, 0);
av_opt_set_int    342 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "uch", pan->nb_output_channels, 0);
av_opt_set_int    362 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "icl", link->channel_layout, 0);
av_opt_set_int    363 libavfilter/af_pan.c         av_opt_set_int(pan->swr, "ocl", pan->out_channel_layout, 0);
av_opt_set_int    154 libavfilter/af_resample.c     av_opt_set_int(s->avr,  "in_channel_layout", inlink ->channel_layout, 0);
av_opt_set_int    155 libavfilter/af_resample.c     av_opt_set_int(s->avr, "out_channel_layout", outlink->channel_layout, 0);
av_opt_set_int    156 libavfilter/af_resample.c     av_opt_set_int(s->avr,  "in_sample_fmt",     inlink ->format,         0);
av_opt_set_int    157 libavfilter/af_resample.c     av_opt_set_int(s->avr, "out_sample_fmt",     outlink->format,         0);
av_opt_set_int    158 libavfilter/af_resample.c     av_opt_set_int(s->avr,  "in_sample_rate",    inlink ->sample_rate,    0);
av_opt_set_int    159 libavfilter/af_resample.c     av_opt_set_int(s->avr, "out_sample_rate",    outlink->sample_rate,    0);
av_opt_set_int    454 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "in_channel_layout",    outlink->channel_layout, 0);
av_opt_set_int    455 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "in_sample_rate",       outlink->sample_rate, 0);
av_opt_set_int    458 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "out_channel_layout",    outlink->channel_layout, 0);
av_opt_set_int    459 libavfilter/f_ebur128.c         av_opt_set_int(ebur128->swr_ctx, "out_sample_rate",       192000, 0);
av_opt_set_int    540 libavfilter/vf_scale.c             av_opt_set_int(*s, "srcw", inlink0 ->w, 0);
av_opt_set_int    541 libavfilter/vf_scale.c             av_opt_set_int(*s, "srch", inlink0 ->h >> !!i, 0);
av_opt_set_int    542 libavfilter/vf_scale.c             av_opt_set_int(*s, "src_format", inlink0->format, 0);
av_opt_set_int    543 libavfilter/vf_scale.c             av_opt_set_int(*s, "dstw", outlink->w, 0);
av_opt_set_int    544 libavfilter/vf_scale.c             av_opt_set_int(*s, "dsth", outlink->h >> !!i, 0);
av_opt_set_int    545 libavfilter/vf_scale.c             av_opt_set_int(*s, "dst_format", outfmt, 0);
av_opt_set_int    546 libavfilter/vf_scale.c             av_opt_set_int(*s, "sws_flags", scale->flags, 0);
av_opt_set_int    547 libavfilter/vf_scale.c             av_opt_set_int(*s, "param0", scale->param[0], 0);
av_opt_set_int    548 libavfilter/vf_scale.c             av_opt_set_int(*s, "param1", scale->param[1], 0);
av_opt_set_int    550 libavfilter/vf_scale.c                 av_opt_set_int(*s, "src_range",
av_opt_set_int    553 libavfilter/vf_scale.c                 av_opt_set_int(*s, "dst_range",
av_opt_set_int    574 libavfilter/vf_scale.c             av_opt_set_int(*s, "src_h_chr_pos", scale->in_h_chr_pos, 0);
av_opt_set_int    575 libavfilter/vf_scale.c             av_opt_set_int(*s, "src_v_chr_pos", in_v_chr_pos, 0);
av_opt_set_int    576 libavfilter/vf_scale.c             av_opt_set_int(*s, "dst_h_chr_pos", scale->out_h_chr_pos, 0);
av_opt_set_int    577 libavfilter/vf_scale.c             av_opt_set_int(*s, "dst_v_chr_pos", out_v_chr_pos, 0);
av_opt_set_int    341 libavfilter/vf_spp.c     av_opt_set_int(s->dct, "bits_per_sample", bps, 0);
av_opt_set_int    212 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "srcw", w, 0);
av_opt_set_int    213 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "srch", h, 0);
av_opt_set_int    214 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "src_format", in->format, 0);
av_opt_set_int    215 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "dstw", outlink->w, 0);
av_opt_set_int    216 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "dsth", outlink->h, 0);
av_opt_set_int    217 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "dst_format", outlink->format, 0);
av_opt_set_int    218 libavfilter/vf_zoompan.c     av_opt_set_int(s->sws, "sws_flags", SWS_BICUBIC, 0);
av_opt_set_int    294 libavresample/tests/avresample.c                             av_opt_set_int(s, "in_channel_layout",  in_ch_layout,  0);
av_opt_set_int    295 libavresample/tests/avresample.c                             av_opt_set_int(s, "in_sample_fmt",      in_fmt,        0);
av_opt_set_int    296 libavresample/tests/avresample.c                             av_opt_set_int(s, "in_sample_rate",     in_rate,       0);
av_opt_set_int    297 libavresample/tests/avresample.c                             av_opt_set_int(s, "out_channel_layout", out_ch_layout, 0);
av_opt_set_int    298 libavresample/tests/avresample.c                             av_opt_set_int(s, "out_sample_fmt",     out_fmt,       0);
av_opt_set_int    299 libavresample/tests/avresample.c                             av_opt_set_int(s, "out_sample_rate",    out_rate,      0);
av_opt_set_int    301 libavresample/tests/avresample.c                             av_opt_set_int(s, "internal_sample_fmt", AV_SAMPLE_FMT_FLTP, 0);
av_opt_set_int    687 libavutil/opt.h int av_opt_set_int     (void *obj, const char *name, int64_t     val, int search_flags);
av_opt_set_int     69 libswresample/swresample.c     if (av_opt_set_int(s, "ocl", out_ch_layout,   0) < 0)
av_opt_set_int     72 libswresample/swresample.c     if (av_opt_set_int(s, "osf", out_sample_fmt,  0) < 0)
av_opt_set_int     75 libswresample/swresample.c     if (av_opt_set_int(s, "osr", out_sample_rate, 0) < 0)
av_opt_set_int     78 libswresample/swresample.c     if (av_opt_set_int(s, "icl", in_ch_layout,    0) < 0)
av_opt_set_int     81 libswresample/swresample.c     if (av_opt_set_int(s, "isf", in_sample_fmt,   0) < 0)
av_opt_set_int     84 libswresample/swresample.c     if (av_opt_set_int(s, "isr", in_sample_rate,  0) < 0)
av_opt_set_int     87 libswresample/swresample.c     if (av_opt_set_int(s, "ich", av_get_channel_layout_nb_channels(s-> user_in_ch_layout), 0) < 0)
av_opt_set_int     90 libswresample/swresample.c     if (av_opt_set_int(s, "och", av_get_channel_layout_nb_channels(s->user_out_ch_layout), 0) < 0)
av_opt_set_int     93 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    319 libswresample/tests/swresample.c             av_opt_set_int(forw_ctx, "ich", 0, 0);
av_opt_set_int    321 libswresample/tests/swresample.c             av_opt_set_int(forw_ctx, "och", 0, 0);
av_opt_set_int   2427 libswscale/utils.c         av_opt_set_int(context, "src_h_chr_pos", src_h_chr_pos, 0);
av_opt_set_int   2428 libswscale/utils.c         av_opt_set_int(context, "src_v_chr_pos", src_v_chr_pos, 0);
av_opt_set_int   2429 libswscale/utils.c         av_opt_set_int(context, "dst_h_chr_pos", dst_h_chr_pos, 0);
av_opt_set_int   2430 libswscale/utils.c         av_opt_set_int(context, "dst_v_chr_pos", dst_v_chr_pos, 0);