Searched refs:post_proc (Results 1 – 2 of 2) sorted by relevance
90 int ff_dnn_set_frame_proc(DnnContext *ctx, FramePrePostProc pre_proc, FramePrePostProc post_proc) in ff_dnn_set_frame_proc() argument93 ctx->model->frame_post_proc = post_proc; in ff_dnn_set_frame_proc()97 int ff_dnn_set_detect_post_proc(DnnContext *ctx, DetectPostProc post_proc) in ff_dnn_set_detect_post_proc() argument99 ctx->model->detect_post_proc = post_proc; in ff_dnn_set_detect_post_proc()103 int ff_dnn_set_classify_post_proc(DnnContext *ctx, ClassifyPostProc post_proc) in ff_dnn_set_classify_post_proc() argument105 ctx->model->classify_post_proc = post_proc; in ff_dnn_set_classify_post_proc()
53 int ff_dnn_set_frame_proc(DnnContext *ctx, FramePrePostProc pre_proc, FramePrePostProc post_proc);54 int ff_dnn_set_detect_post_proc(DnnContext *ctx, DetectPostProc post_proc);55 int ff_dnn_set_classify_post_proc(DnnContext *ctx, ClassifyPostProc post_proc);