Searched refs:DNNAsyncStatusType (Results 1 – 16 of 16) sorted by relevance
| /third_party/ffmpeg/libavfilter/ |
| D | dnn_interface.h | 50 } DNNAsyncStatusType; typedef 118 DNNAsyncStatusType (*get_result)(const DNNModel *model, AVFrame **in, AVFrame **out);
|
| D | dnn_filter_common.h | 60 DNNAsyncStatusType ff_dnn_get_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame);
|
| D | vf_derain.c | 61 DNNAsyncStatusType async_state = 0; in filter_frame()
|
| D | dnn_filter_common.c | 147 DNNAsyncStatusType ff_dnn_get_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame) in ff_dnn_get_result()
|
| D | vf_sr.c | 119 DNNAsyncStatusType async_state = 0; in filter_frame()
|
| D | vf_dnn_classify.c | 213 DNNAsyncStatusType async_state; in dnn_classify_flush_frame()
|
| D | vf_dnn_processing.c | 247 DNNAsyncStatusType async_state; in flush_frame()
|
| D | vf_dnn_detect.c | 356 DNNAsyncStatusType async_state; in dnn_detect_flush_frame()
|
| /third_party/ffmpeg/libavfilter/dnn/ |
| D | dnn_backend_tf.h | 35 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out);
|
| D | dnn_backend_openvino.h | 35 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out);
|
| D | dnn_backend_common.h | 136 DNNAsyncStatusType ff_dnn_get_result_common(Queue *task_queue, AVFrame **in, AVFrame **out);
|
| D | dnn_backend_native.h | 139 DNNAsyncStatusType ff_dnn_get_result_native(const DNNModel *model, AVFrame **in, AVFrame **out);
|
| D | dnn_backend_common.c | 142 DNNAsyncStatusType ff_dnn_get_result_common(Queue *task_queue, AVFrame **in, AVFrame **out) in ff_dnn_get_result_common()
|
| D | dnn_backend_native.c | 488 DNNAsyncStatusType ff_dnn_get_result_native(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_native()
|
| D | dnn_backend_openvino.c | 866 DNNAsyncStatusType ff_dnn_get_result_ov(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_ov()
|
| D | dnn_backend_tf.c | 1189 DNNAsyncStatusType ff_dnn_get_result_tf(const DNNModel *model, AVFrame **in, AVFrame **out) in ff_dnn_get_result_tf()
|