Home
last modified time | relevance | path

Searched refs:OVContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.c47 typedef struct OVContext { struct
50 } OVContext; typedef
53 OVContext ctx;
75 #define OFFSET(x) offsetof(OVContext, x)
120 OVContext *ctx = &ov_model->ctx; in fill_model_input_ov()
210 OVContext *ctx = &ov_model->ctx; in infer_completion_callback()
307 OVContext *ctx = &ov_model->ctx; in init_model_ov()
449 OVContext *ctx; in execute_model_ov()
506 OVContext *ctx = &ov_model->ctx; in get_input_ov()
661 OVContext *ctx = &ov_model->ctx; in get_output_ov()
[all …]