Home
last modified time | relevance | path

Searched refs:get_input (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c241 static int get_input(AVFrame *frame, int frame_num) in get_input() function
314 err = get_input(frame, i); in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_convolve.c74 void (*get_input)(struct ConvolveContext *s, AVComplexFloat *fft_hdata, member
297 static void get_input(ConvolveContext *s, AVComplexFloat *fft_hdata, in get_input() function
633 s->get_input(s, s->fft_hdata_impulse_in[plane], impulsepic, w, h, n, plane, 1.f / total); in prepare_impulse()
656 s->get_input(s, s->fft_hdata_impulse_in[plane], secondary, in prepare_secondary()
705 s->get_input(s, s->fft_hdata_in[plane], mainpic, w, h, n, plane, 1.f); in do_convolve()
808 s->get_input = get_input; in init()
813 s->get_input = get_zeropadded_input; in init()
818 s->get_input = get_input; in init()
[all...]
H A Ddnn_interface.h95 int (*get_input)(void *model, DNNData *input, const char *input_name); member
H A Ddnn_filter_common.c111 return ctx->model->get_input(ctx->model->model, input, ctx->model_inputname); in ff_dnn_get_input()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native.c287 model->get_input = &get_input_native; in ff_dnn_load_model_native()
H A Ddnn_backend_openvino.c770 model->get_input = &get_input_ov; in ff_dnn_load_model_ov()
H A Ddnn_backend_tf.c935 model->get_input = &get_input_tf; in ff_dnn_load_model_tf()

Completed in 10 milliseconds