Searched refs:avfilter_formats_ref (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_fieldorder.c83 avfilter_formats_ref(formats, &ctx->inputs[0]->out_formats);
84 avfilter_formats_ref(formats, &ctx->outputs[0]->in_formats);
H A Dformats.c139 void avfilter_formats_ref(AVFilterFormats *f, AVFilterFormats **ref) function
H A Ddefaults.c240 avfilter_formats_ref(formats, &ctx->inputs[i]->out_formats);
246 avfilter_formats_ref(formats, &ctx->outputs[i]->in_formats);
H A Dvf_scale.c121 avfilter_formats_ref(formats, &ctx->inputs[0]->out_formats);
131 avfilter_formats_ref(formats, &ctx->outputs[0]->in_formats);
H A Dvf_overlay.c100 avfilter_formats_ref(inout_formats, &ctx->inputs [MAIN ]->out_formats);
101 avfilter_formats_ref(blend_formats, &ctx->inputs [OVERLAY]->out_formats);
102 avfilter_formats_ref(inout_formats, &ctx->outputs[MAIN ]->in_formats );
H A Davfilter.h274 void avfilter_formats_ref(AVFilterFormats *formats, AVFilterFormats **ref);

Completed in 48 milliseconds