Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Ddnn_interface.h50 } DNNAsyncStatusType; typedef
118 DNNAsyncStatusType (*get_result)(const DNNModel *model, AVFrame **in, AVFrame **out);
Ddnn_filter_common.h60 DNNAsyncStatusType ff_dnn_get_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame);
Dvf_derain.c61 DNNAsyncStatusType async_state = 0; in filter_frame()
Ddnn_filter_common.c147 DNNAsyncStatusType ff_dnn_get_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame) in ff_dnn_get_result()
Dvf_sr.c119 DNNAsyncStatusType async_state = 0; in filter_frame()
Dvf_dnn_classify.c213 DNNAsyncStatusType async_state; in dnn_classify_flush_frame()
Dvf_dnn_processing.c247 DNNAsyncStatusType async_state; in flush_frame()
Dvf_dnn_detect.c356 DNNAsyncStatusType async_state; in dnn_detect_flush_frame()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_tf.h35 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out);
Ddnn_backend_openvino.h35 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out);
Ddnn_backend_common.h136 DNNAsyncStatusType ff_dnn_get_result_common(Queue *task_queue, AVFrame **in, AVFrame **out);
Ddnn_backend_native.h139 DNNAsyncStatusType ff_dnn_get_result_native(const DNNModel *model, AVFrame **in, AVFrame **out);
Ddnn_backend_common.c142 DNNAsyncStatusType ff_dnn_get_result_common(Queue *task_queue, AVFrame **in, AVFrame **out) in ff_dnn_get_result_common()
Ddnn_backend_native.c488 DNNAsyncStatusType ff_dnn_get_result_native(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_native()
Ddnn_backend_openvino.c866 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_ov()
Ddnn_backend_tf.c1189 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_tf()