Home
last modified time | relevance | path

Searched refs:bbox_size (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Ddetection_bbox.c29 const size_t bbox_size = sizeof(AVDetectionBBox); in av_detection_bbox_alloc() local
33 if (nb_bboxes > (SIZE_MAX - size) / bbox_size) in av_detection_bbox_alloc()
35 size += bbox_size * nb_bboxes; in av_detection_bbox_alloc()
42 header->bbox_size = bbox_size; in av_detection_bbox_alloc()
H A Ddetection_bbox.h77 size_t bbox_size; member
88 idx * header->bbox_size); in av_get_detection_bbox()

Completed in 1 milliseconds