Searched refs:av_opt_set_int (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dresampling_audio.c123 av_opt_set_int(swr_ctx, "in_channel_layout", src_ch_layout, 0);
124 av_opt_set_int(swr_ctx, "in_sample_rate", src_rate, 0);
127 av_opt_set_int(swr_ctx, "out_channel_layout", dst_ch_layout, 0);
128 av_opt_set_int(swr_ctx, "out_sample_rate", dst_rate, 0);
H A Dmuxing.c216 av_opt_set_int (swr_ctx, "in_channel_count", c->channels, 0);
217 av_opt_set_int (swr_ctx, "in_sample_rate", c->sample_rate, 0);
219 av_opt_set_int (swr_ctx, "out_channel_count", c->channels, 0);
220 av_opt_set_int (swr_ctx, "out_sample_rate", c->sample_rate, 0);
H A Dfilter_audio.c106 av_opt_set_int(abuffer_ctx, "sample_rate", INPUT_SAMPLERATE, AV_OPT_SEARCH_CHILDREN);
H A Dfiltering_audio.c74 av_opt_set_int(dec_ctx, "refcounted_frames", 1, 0);
H A Dfiltering_video.c74 av_opt_set_int(dec_ctx, "refcounted_frames", 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_asyncts.c98 av_opt_set_int(s->avr, "in_channel_layout", link->channel_layout, 0);
99 av_opt_set_int(s->avr, "out_channel_layout", link->channel_layout, 0);
100 av_opt_set_int(s->avr, "in_sample_fmt", link->format, 0);
101 av_opt_set_int(s->avr, "out_sample_fmt", link->format, 0);
102 av_opt_set_int(s->avr, "in_sample_rate", link->sample_rate, 0);
103 av_opt_set_int(s->avr, "out_sample_rate", link->sample_rate, 0);
106 av_opt_set_int(s->avr, "force_resampling", 1, 0);
H A Dvf_zoompan.c216 av_opt_set_int(s->sws, "srcw", w, 0);
217 av_opt_set_int(s->sws, "srch", h, 0);
218 av_opt_set_int(s->sws, "src_format", in->format, 0);
219 av_opt_set_int(s->sws, "dstw", outlink->w, 0);
220 av_opt_set_int(s->sws, "dsth", outlink->h, 0);
221 av_opt_set_int(s->sws, "dst_format", outlink->format, 0);
222 av_opt_set_int(s->sws, "sws_flags", SWS_BICUBIC, 0);
H A Daf_resample.c144 av_opt_set_int(s->avr, "in_channel_layout", inlink ->channel_layout, 0);
145 av_opt_set_int(s->avr, "out_channel_layout", outlink->channel_layout, 0);
146 av_opt_set_int(s->avr, "in_sample_fmt", inlink ->format, 0);
147 av_opt_set_int(s->avr, "out_sample_fmt", outlink->format, 0);
148 av_opt_set_int(s->avr, "in_sample_rate", inlink ->sample_rate, 0);
149 av_opt_set_int(s->avr, "out_sample_rate", outlink->sample_rate, 0);
H A Daf_pan.c290 av_opt_set_int(pan->swr, "ich", link->channels, 0);
292 av_opt_set_int(pan->swr, "och", pan->nb_output_channels, 0);
309 av_opt_set_int(pan->swr, "icl", pan->out_channel_layout, 0);
310 av_opt_set_int(pan->swr, "uch", pan->nb_output_channels, 0);
330 av_opt_set_int(pan->swr, "icl", link->channel_layout, 0);
331 av_opt_set_int(pan->swr, "ocl", pan->out_channel_layout, 0);
H A Dvf_scale.c368 av_opt_set_int(*s, "srcw", inlink ->w, 0);
369 av_opt_set_int(*s, "srch", inlink ->h >> !!i, 0);
370 av_opt_set_int(*s, "src_format", inlink->format, 0);
371 av_opt_set_int(*s, "dstw", outlink->w, 0);
372 av_opt_set_int(*s, "dsth", outlink->h >> !!i, 0);
373 av_opt_set_int(*s, "dst_format", outfmt, 0);
374 av_opt_set_int(*s, "sws_flags", scale->flags, 0);
376 av_opt_set_int(*s, "src_h_chr_pos", scale->in_h_chr_pos, 0);
377 av_opt_set_int(*s, "src_v_chr_pos", scale->in_v_chr_pos, 0);
378 av_opt_set_int(*
[all...]
H A Daf_aresample.c68 av_opt_set_int(aresample->swr, "osr", aresample->sample_rate_arg, 0);
144 av_opt_set_int(aresample->swr, "ich", inlink->channels, 0);
146 av_opt_set_int(aresample->swr, "och", outlink->channels, 0);
H A Df_ebur128.c423 av_opt_set_int(ebur128->swr_ctx, "in_channel_layout", outlink->channel_layout, 0);
424 av_opt_set_int(ebur128->swr_ctx, "in_sample_rate", outlink->sample_rate, 0);
427 av_opt_set_int(ebur128->swr_ctx, "out_channel_layout", outlink->channel_layout, 0);
428 av_opt_set_int(ebur128->swr_ctx, "out_sample_rate", 192000, 0);
H A Dbuffersink.c431 (ret = av_opt_set_int(buf, "all_channel_counts", params->all_channel_counts, 0)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Davresample-test.c293 av_opt_set_int(s, "in_channel_layout", in_ch_layout, 0);
294 av_opt_set_int(s, "in_sample_fmt", in_fmt, 0);
295 av_opt_set_int(s, "in_sample_rate", in_rate, 0);
296 av_opt_set_int(s, "out_channel_layout", out_ch_layout, 0);
297 av_opt_set_int(s, "out_sample_fmt", out_fmt, 0);
298 av_opt_set_int(s, "out_sample_rate", out_rate, 0);
300 av_opt_set_int(s, "internal_sample_fmt", AV_SAMPLE_FMT_FLTP, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopusdec.c162 av_opt_set_int(s->swr, "in_sample_rate", s->silk_samplerate, 0);
634 av_opt_set_int(s->swr, "in_sample_fmt", avctx->sample_fmt, 0);
635 av_opt_set_int(s->swr, "out_sample_fmt", avctx->sample_fmt, 0);
636 av_opt_set_int(s->swr, "in_channel_layout", layout, 0);
637 av_opt_set_int(s->swr, "out_channel_layout", layout, 0);
638 av_opt_set_int(s->swr, "out_sample_rate", avctx->sample_rate, 0);
639 av_opt_set_int(s->swr, "filter_size", 16, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample.c65 av_opt_set_int(s, "ocl", out_ch_layout, 0);
66 av_opt_set_int(s, "osf", out_sample_fmt, 0);
67 av_opt_set_int(s, "osr", out_sample_rate, 0);
68 av_opt_set_int(s, "icl", in_ch_layout, 0);
69 av_opt_set_int(s, "isf", in_sample_fmt, 0);
70 av_opt_set_int(s, "isr", in_sample_rate, 0);
71 av_opt_set_int(s, "tsf", AV_SAMPLE_FMT_NONE, 0);
72 av_opt_set_int(s, "ich", av_get_channel_layout_nb_channels(s-> in_ch_layout), 0);
73 av_opt_set_int(s, "och", av_get_channel_layout_nb_channels(s->out_ch_layout), 0);
74 av_opt_set_int(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h560 int av_opt_set_int (void *obj, const char *name, int64_t val, int search_flags);
H A Dopt.c306 int av_opt_set_int(void *obj, const char *name, int64_t val, int search_flags) function
621 av_opt_set_int(s, opt->name, val, 0);
627 av_opt_set_int(s, opt->name, opt->default_val.dbl, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h739 int av_opt_set_int (void *obj, const char *name, int64_t val, int search_flags);
H A Dopt.c491 int av_opt_set_int(void *obj, const char *name, int64_t val, int search_flags) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_filter.c317 ret = av_opt_set_int(ctx, "durationi", duration,
321 ret = av_opt_set_int(ctx, "starti", start_time,
450 if ((ret = av_opt_set_int(ofilter->filter, "all_channel_counts", 1, AV_OPT_SEARCH_CHILDREN)) < 0)
H A Dffplay.c1915 if ((ret = av_opt_set_int(filt_asink, "all_channel_counts", 1, AV_OPT_SEARCH_CHILDREN)) < 0)
1922 if ((ret = av_opt_set_int(filt_asink, "all_channel_counts", 0, AV_OPT_SEARCH_CHILDREN)) < 0)
H A Dffmpeg.c2277 av_opt_set_int(ist->dec_ctx, "refcounted_frames", 1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dlavfi.c251 ret = av_opt_set_int(sink, "all_channel_counts", 1,

Completed in 211 milliseconds