Home
last modified time | relevance | path

Searched refs:output_pads (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
H A Dfiltfmts.c75 print_formats_internal(filter_ctx->outputs, filter_ctx->output_pads, in print_formats()
142 link->type = avfilter_pad_get_type(filter_ctx->output_pads, i); in main()
/third_party/ffmpeg/libavfilter/
H A Davfilter.c131 return append_pad(&f->nb_outputs, &f->output_pads, &f->outputs, p); in ff_append_outpad()
153 if (src->output_pads[srcpad].type != dst->input_pads[dstpad].type) { in avfilter_link()
156 src->name, srcpad, (char *)av_x_if_null(av_get_media_type_string(src->output_pads[srcpad].type), "?"), in avfilter_link()
169 link->srcpad = &src->output_pads[srcpad]; in avfilter_link()
171 link->type = src->output_pads[srcpad].type; in avfilter_link()
691 ret->output_pads = av_memdup(filter->outputs, ret->nb_outputs * sizeof(*filter->outputs)); in ff_filter_alloc()
692 if (!ret->output_pads) in ff_filter_alloc()
708 av_freep(&ret->output_pads); in ff_filter_alloc()
722 link->src->outputs[link->srcpad - link->src->output_pads] = NULL; in free_link()
757 if (filter->output_pads[ in avfilter_free()
[all...]
H A Dqsvvpp.h33 #define FF_OUTLINK_IDX(link) ((int)((link)->srcpad - (link)->src->output_pads))
H A Dinternal.h334 #define FF_OUTLINK_IDX(link) ((int)((link)->srcpad - (link)->src->output_pads))
H A Dvf_lut2.c456 ctx->output_pads[0].name, s->nb_planes); in lut2_config_output()
485 ctx->output_pads[0].name, s->width[1], s->height[1]); in lut2_config_output()
494 ctx->output_pads[0].name, s->width[2], s->height[2]); in lut2_config_output()
H A Davfilter.h419 AVFilterPad *output_pads; ///< array of output pads member
H A Dvf_extractplanes.c258 const int output = outlink->srcpad - ctx->output_pads; in config_output()
H A Dvf_mergeplanes.c223 ctx->output_pads[0].name, in config_output()
H A Davfiltergraph.c228 pad = &filt->output_pads[j]; in graph_check_validity()
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c214 AVFilterPad *pads = in ? ctx->input_pads : ctx->output_pads; in describe_filter_link()
340 ofilter->type = avfilter_pad_get_type(cur->filter_ctx->output_pads, in init_complex_filtergraph()
360 enum AVMediaType type = avfilter_pad_get_type((*last_filter)->output_pads, *pad_idx); in insert_trim()
638 switch (avfilter_pad_get_type(out->filter_ctx->output_pads, out->pad_idx)) { in configure_output_filter()
/third_party/ffmpeg/tools/
H A Duncoded_frame.c20 enum AVMediaType type = avfilter_pad_get_type(f->output_pads, idx); in create_sink()
/third_party/ffmpeg/libavdevice/
H A Dlavfi.c255 type = avfilter_pad_get_type(inout->filter_ctx->output_pads, inout->pad_idx); in lavfi_read_header()

Completed in 13 milliseconds