Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_openvino.h35 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out);
Ddnn_interface.c65 dnn_module->get_result = &ff_dnn_get_result_ov; in ff_get_dnn_module()
Ddnn_backend_openvino.c866 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_ov() function