Searched refs:box_source_string (Results 1 – 1 of 1) sorted by relevance
93 char *box_source_string; ///< string for box data source member220 static enum AVFrameSideDataType box_source_string_parse(const char *box_source_string) in box_source_string_parse() argument222 av_assert0(box_source_string); in box_source_string_parse()223 if (!strcmp(box_source_string, "side_data_detection_bboxes")) { in box_source_string_parse()235 if (s->box_source_string) { in init()236 s->box_source = box_source_string_parse(s->box_source_string); in init()238 av_log(ctx, AV_LOG_ERROR, "Error box source: %s\n",s->box_source_string); in init()458 …{ "box_source", "use datas from bounding box in side data", OFFSET(box_source_string), AV_OPT_T…