Searched refs:init_dict (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_aresample.c46 static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts) function
311 .init_dict = init_dict,
H A Daf_resample.c325 .init_dict = init,
H A Davfilter.h557 int (*init_dict)(AVFilterContext *ctx, AVDictionary **options); member in struct:AVFilter
H A Dvf_scale.c114 static av_cold int init_dict(AVFilterContext *ctx, AVDictionary **opts) function
600 .init_dict = init_dict,
H A Davfilter.c854 else if (ctx->filter->init_dict)
855 ret = ctx->filter->init_dict(ctx, options);

Completed in 104 milliseconds