FFmpeg
Data Fields
DNNModule Struct Reference

#include <dnn_interface.h>

Data Fields

DNNModel *(* load_model )(const char *model_filename, DNNFunctionType func_type, const char *options, AVFilterContext *filter_ctx)
 
int(* execute_model )(const DNNModel *model, DNNExecBaseParams *exec_params)
 
DNNAsyncStatusType(* get_result )(const DNNModel *model, AVFrame **in, AVFrame **out)
 
int(* flush )(const DNNModel *model)
 
void(* free_model )(DNNModel **model)
 

Detailed Description

Definition at line 121 of file dnn_interface.h.

Field Documentation

◆ load_model

DNNModel*(* DNNModule::load_model) (const char *model_filename, DNNFunctionType func_type, const char *options, AVFilterContext *filter_ctx)

Definition at line 123 of file dnn_interface.h.

Referenced by get_output_ov().

◆ execute_model

int(* DNNModule::execute_model) (const DNNModel *model, DNNExecBaseParams *exec_params)

Definition at line 125 of file dnn_interface.h.

◆ get_result

DNNAsyncStatusType(* DNNModule::get_result) (const DNNModel *model, AVFrame **in, AVFrame **out)

Definition at line 127 of file dnn_interface.h.

◆ flush

int(* DNNModule::flush) (const DNNModel *model)

Definition at line 129 of file dnn_interface.h.

◆ free_model

void(* DNNModule::free_model) (DNNModel **model)

Definition at line 131 of file dnn_interface.h.


The documentation for this struct was generated from the following file: