Home
last modified time | relevance | path

Searched refs:frame_post_proc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddnn_interface.h104 FramePrePostProc frame_post_proc; member
Ddnn_filter_common.c93 ctx->model->frame_post_proc = post_proc; in ff_dnn_set_frame_proc()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.c419 if (native_model->model->frame_post_proc != NULL) { in execute_model_native()
420 … native_model->model->frame_post_proc(task->out_frame, &output, native_model->model->filter_ctx); in execute_model_native()
Ddnn_backend_openvino.c260 if (ov_model->model->frame_post_proc != NULL) { in infer_completion_callback()
261 … ov_model->model->frame_post_proc(task->out_frame, &output, ov_model->model->filter_ctx); in infer_completion_callback()
Ddnn_backend_tf.c1067 if (tf_model->model->frame_post_proc != NULL) { in infer_completion_callback()
1068 … tf_model->model->frame_post_proc(task->out_frame, outputs, tf_model->model->filter_ctx); in infer_completion_callback()