FFmpeg
Data Fields
TaskItem Struct Reference

Data Fields

OVModelov_model
 
const char * input_name
 
AVFramein_frame
 
const char * output_name
 
AVFrameout_frame
 
int do_ioproc
 
int async
 
int done
 

Detailed Description

Definition at line 62 of file dnn_backend_openvino.c.

Field Documentation

◆ ov_model

OVModel* TaskItem::ov_model

◆ input_name

const char* TaskItem::input_name

◆ in_frame

AVFrame* TaskItem::in_frame

◆ output_name

const char* TaskItem::output_name

◆ out_frame

AVFrame* TaskItem::out_frame

◆ do_ioproc

int TaskItem::do_ioproc

◆ async

int TaskItem::async

◆ done

int TaskItem::done

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