27 #ifndef AVFILTER_DNN_DNN_IO_PROC_H
28 #define AVFILTER_DNN_DNN_IO_PROC_H
30 #include "../dnn_interface.h"
DNNReturnType ff_proc_from_dnn_to_frame(AVFrame *frame, DNNData *output, void *log_ctx)
DNNReturnType ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, DNNFunctionType func_type, void *log_ctx)
reference-counted frame API
This structure describes decoded (raw) audio or video data.