Home
last modified time | relevance | path

Searched refs:post_proc (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddnn_filter_common.c90 int ff_dnn_set_frame_proc(DnnContext *ctx, FramePrePostProc pre_proc, FramePrePostProc post_proc) in ff_dnn_set_frame_proc() argument
93 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() argument
99 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() argument
105 ctx->model->classify_post_proc = post_proc; in ff_dnn_set_classify_post_proc()
Ddnn_filter_common.h53 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);