Searched refs:get_input (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
H A D | filter_audio.c | 241 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 D | vf_convolve.c | 74 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 D | dnn_interface.h | 95 int (*get_input)(void *model, DNNData *input, const char *input_name); member
|
H A D | dnn_filter_common.c | 111 return ctx->model->get_input(ctx->model->model, input, ctx->model_inputname); in ff_dnn_get_input()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native.c | 287 model->get_input = &get_input_native; in ff_dnn_load_model_native()
|
H A D | dnn_backend_openvino.c | 770 model->get_input = &get_input_ov; in ff_dnn_load_model_ov()
|
H A D | dnn_backend_tf.c | 935 model->get_input = &get_input_tf; in ff_dnn_load_model_tf()
|
Completed in 10 milliseconds