Home
last modified time | relevance | path

Searched refs:AVDetectionBBoxHeader (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Ddetection_bbox.h56 typedef struct AVDetectionBBoxHeader { struct
78 } AVDetectionBBoxHeader; typedef
84 av_get_detection_bbox(const AVDetectionBBoxHeader *header, unsigned int idx) in av_get_detection_bbox()
92 * Allocates memory for AVDetectionBBoxHeader, plus an array of {@code nb_bboxes}
99 AVDetectionBBoxHeader *av_detection_bbox_alloc(uint32_t nb_bboxes, size_t *out_size);
102 * Allocates memory for AVDetectionBBoxHeader, plus an array of {@code nb_bboxes}
106 AVDetectionBBoxHeader *av_detection_bbox_create_side_data(AVFrame *frame, uint32_t nb_bboxes);
H A Ddetection_bbox.c21 AVDetectionBBoxHeader *av_detection_bbox_alloc(uint32_t nb_bboxes, size_t *out_size) in av_detection_bbox_alloc()
25 AVDetectionBBoxHeader header; in av_detection_bbox_alloc()
30 AVDetectionBBoxHeader *header; in av_detection_bbox_alloc()
51 AVDetectionBBoxHeader *av_detection_bbox_create_side_data(AVFrame *frame, uint32_t nb_bboxes) in av_detection_bbox_create_side_data()
54 AVDetectionBBoxHeader *header; in av_detection_bbox_create_side_data()
/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_classify.c68 AVDetectionBBoxHeader *header; in dnn_classify_post_proc()
84 header = (AVDetectionBBoxHeader *)sd->data; in dnn_classify_post_proc()
H A Dvf_dnn_detect.c75 AVDetectionBBoxHeader *header; in dnn_detect_post_proc_ov()
151 AVDetectionBBoxHeader *header; in dnn_detect_post_proc_tf()
H A Dvf_drawbox.c376 const AVDetectionBBoxHeader *header = NULL; in filter_frame()
384 header = (AVDetectionBBoxHeader *)sd->data; in filter_frame()
H A Dvf_showinfo.c164 const AVDetectionBBoxHeader *header; in dump_detection_bbox()
167 header = (const AVDetectionBBoxHeader *)sd->data; in dump_detection_bbox()
H A Dvf_drawtext.c1616 const AVDetectionBBoxHeader *header = NULL; in filter_frame()
1624 header = (AVDetectionBBoxHeader *)sd->data; in filter_frame()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_io_proc.c203 const AVDetectionBBoxHeader *header; in ff_frame_to_dnn_classify()
208 header = (const AVDetectionBBoxHeader *)sd->data; in ff_frame_to_dnn_classify()
H A Ddnn_backend_openvino.c556 const AVDetectionBBoxHeader *header; in contain_valid_detection_bbox()
568 header = (const AVDetectionBBoxHeader *)sd->data; in contain_valid_detection_bbox()
611 const AVDetectionBBoxHeader *header; in extract_lltask_from_task()
624 header = (const AVDetectionBBoxHeader *)sd->data; in extract_lltask_from_task()

Completed in 9 milliseconds