Searched refs:frame_post_proc (Results 1 – 5 of 5) sorted by relevance
104 FramePrePostProc frame_post_proc; member
93 ctx->model->frame_post_proc = post_proc; in ff_dnn_set_frame_proc()
419 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()
260 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()
1067 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()