Searched refs:av_opt_set_dict (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h211 * AVDictionary and call av_opt_set_dict() on it. A specific case of this
421 int av_opt_set_dict(void *obj, struct AVDictionary **options);
H A Dopt.c726 int av_opt_set_dict(void *obj, AVDictionary **options) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.c276 (ret = av_opt_set_dict((*puc)->priv_data, options)) < 0)
278 if ((ret = av_opt_set_dict(*puc, options)) < 0)
H A Dmux.c230 if ((ret = av_opt_set_dict(s, &tmp)) < 0)
H A Dutils.c561 if ((ret = av_opt_set_dict(s, &tmp)) < 0)
589 if ((ret = av_opt_set_dict(s->priv_data, &tmp)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Davdevice.c152 if (((ret = av_opt_set_dict(s->priv_data, device_options)) < 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h213 * AVDictionary and call av_opt_set_dict() on it. A specific case of this
542 int av_opt_set_dict(void *obj, struct AVDictionary **options);
H A Dopt.c1442 int av_opt_set_dict(void *obj, AVDictionary **options) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_resample.c141 av_opt_set_dict(s->avr, &s->options);
H A Davfilter.c827 ret = av_opt_set_dict(ctx, options);
843 ret = av_opt_set_dict(ctx->priv, options);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davio.c300 (ret = av_opt_set_dict((*puc)->priv_data, options)) < 0)
H A Dutils.c622 if ((ret = av_opt_set_dict(s, &tmp)) < 0)
648 if ((ret = av_opt_set_dict(s->priv_data, &tmp)) < 0)
2945 if ((ret = av_opt_set_dict(s, &tmp)) < 0)
3021 if ((ret = av_opt_set_dict(s->priv_data, &tmp)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c692 if (codec->priv_class && (ret = av_opt_set_dict(avctx->priv_data, &tmp)) < 0)
697 if ((ret = av_opt_set_dict(avctx, &tmp)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutils.c1351 if (codec->priv_class && (ret = av_opt_set_dict(avctx->priv_data, &tmp)) < 0)
1356 if ((ret = av_opt_set_dict(avctx, &tmp)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2859 if (av_opt_set_dict(ost->enc_ctx, &ost->encoder_opts) < 0) {

Completed in 138 milliseconds