Lines Matching defs:sections
160 #define SECTION_FLAG_IS_WRAPPER 1 ///< the section only contains other sections, but has no data at its own level
163 /// For these sections the element_name field is mandatory.
224 static struct section sections[] = {
379 for (i = 0; i < FF_ARRAY_ELEMS(sections); i++)
380 av_dict_free(&(sections[i].entries_to_show));
489 const struct section *sections; ///< array containing all sections
490 int nb_sections; ///< number of sections
619 const struct section *sections, int nb_sections, const char *output)
636 (*wctx)->sections = sections;
730 wctx->section[wctx->level] = &wctx->sections[section_id];
3618 struct section *section = §ions[section_id];
3635 for (i = 0; i < FF_ARRAY_ELEMS(sections); i++) {
3636 const struct section *section = §ions[i];
3906 const struct section *section = §ions[id];
3923 "W.. = Section is a wrapper (contains other sections, no local entries)\n"
3972 { "sections", OPT_EXIT, {.func_arg = opt_sections}, "print sections structure and section information, and exit" },
4009 struct section *section = §ions[section_id];
4010 if (sections[section_id].show_all_entries || sections[section_id].entries_to_show)
4127 sections, FF_ARRAY_ELEMS(sections), output_filename)) >= 0) {
4169 for (i = 0; i < FF_ARRAY_ELEMS(sections); i++)
4170 av_dict_free(&(sections[i].entries_to_show));