section           204 fftools/ffprobe.c static struct section sections[] = {
section           458 fftools/ffprobe.c     const struct section *sections; ///< array containing all sections
section           467 fftools/ffprobe.c     const struct section *section[SECTION_MAX_NB_LEVELS];
section           545 fftools/ffprobe.c                        const struct section *sections, int nb_sections)
section           638 fftools/ffprobe.c         (wctx->section[wctx->level-1])->id : SECTION_ID_NONE;
section           641 fftools/ffprobe.c     wctx->section[wctx->level] = &wctx->sections[section_id];
section           657 fftools/ffprobe.c     int section_id = wctx->section[wctx->level]->id;
section           659 fftools/ffprobe.c         wctx->section[wctx->level-1]->id : SECTION_ID_NONE;
section           675 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section           677 fftools/ffprobe.c     if (section->show_all_entries || av_dict_get(section->entries_to_show, key, NULL, 0)) {
section           744 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section           751 fftools/ffprobe.c     if (section->show_all_entries || av_dict_get(section->entries_to_show, key, NULL, 0)) {
section           763 fftools/ffprobe.c                        key, val, section->unique_name);
section           957 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section           958 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section           959 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section           968 fftools/ffprobe.c                                  av_x_if_null(section->element_name, section->name)));
section           974 fftools/ffprobe.c     if (!(section->flags & (SECTION_FLAG_IS_WRAPPER|SECTION_FLAG_IS_ARRAY)))
section           975 fftools/ffprobe.c         printf("[%s]\n", upcase_string(buf, sizeof(buf), section->name));
section           981 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section           987 fftools/ffprobe.c     if (!(section->flags & (SECTION_FLAG_IS_WRAPPER|SECTION_FLAG_IS_ARRAY)))
section           988 fftools/ffprobe.c         printf("[/%s]\n", upcase_string(buf, sizeof(buf), section->name));
section          1126 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1127 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1128 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1133 fftools/ffprobe.c     if (!(section->flags & SECTION_FLAG_IS_ARRAY) && parent_section &&
section          1139 fftools/ffprobe.c                    (char *)av_x_if_null(section->element_name, section->name));
section          1143 fftools/ffprobe.c             (section->flags & SECTION_FLAG_IS_ARRAY)) {
section          1148 fftools/ffprobe.c             !(section->flags & (SECTION_FLAG_IS_WRAPPER|SECTION_FLAG_IS_ARRAY)))
section          1149 fftools/ffprobe.c             printf("%s%c", section->name, compact->item_sep);
section          1159 fftools/ffprobe.c         !(wctx->section[wctx->level]->flags & (SECTION_FLAG_IS_WRAPPER|SECTION_FLAG_IS_ARRAY)))
section          1302 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1303 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1304 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1313 fftools/ffprobe.c         !(section->flags & (SECTION_FLAG_IS_ARRAY|SECTION_FLAG_IS_WRAPPER))) {
section          1314 fftools/ffprobe.c         av_bprintf(buf, "%s%s", wctx->section[wctx->level]->name, flat->sep_str);
section          1402 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1403 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1404 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1417 fftools/ffprobe.c         !(section->flags & (SECTION_FLAG_IS_ARRAY|SECTION_FLAG_IS_WRAPPER))) {
section          1418 fftools/ffprobe.c         av_bprintf(buf, "%s%s", buf->str[0] ? "." : "", wctx->section[wctx->level]->name);
section          1427 fftools/ffprobe.c     if (!(section->flags & (SECTION_FLAG_IS_ARRAY|SECTION_FLAG_IS_WRAPPER)))
section          1513 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1514 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1515 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1520 fftools/ffprobe.c     if (section->flags & SECTION_FLAG_IS_WRAPPER) {
section          1525 fftools/ffprobe.c         json_escape_str(&buf, section->name, wctx);
section          1529 fftools/ffprobe.c         if (section->flags & SECTION_FLAG_IS_ARRAY) {
section          1540 fftools/ffprobe.c                 printf("\"type\": \"%s\"", section->name);
section          1550 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1555 fftools/ffprobe.c     } else if (section->flags & SECTION_FLAG_IS_ARRAY) {
section          1584 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1585 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1597 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1598 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1697 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1698 fftools/ffprobe.c     const struct section *parent_section = wctx->level ?
section          1699 fftools/ffprobe.c         wctx->section[wctx->level-1] : NULL;
section          1717 fftools/ffprobe.c     if (section->flags & SECTION_FLAG_HAS_VARIABLE_FIELDS) {
section          1725 fftools/ffprobe.c         if (section->flags & SECTION_FLAG_IS_ARRAY) {
section          1726 fftools/ffprobe.c             XML_INDENT(); printf("<%s>\n", section->name);
section          1728 fftools/ffprobe.c             XML_INDENT(); printf("<%s ", section->name);
section          1737 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1745 fftools/ffprobe.c     } else if (section->flags & SECTION_FLAG_HAS_VARIABLE_FIELDS) {
section          1748 fftools/ffprobe.c         XML_INDENT(); printf("</%s>\n", section->name);
section          1757 fftools/ffprobe.c     const struct section *section = wctx->section[wctx->level];
section          1761 fftools/ffprobe.c     if (section->flags & SECTION_FLAG_HAS_VARIABLE_FIELDS) {
section          1764 fftools/ffprobe.c                section->element_name, xml_escape_str(&buf, key, wctx));
section          3193 fftools/ffprobe.c     struct section *section = &sections[section_id];
section          3195 fftools/ffprobe.c     section->show_all_entries = show_all_entries;
section          3198 fftools/ffprobe.c         for (id = section->children_ids; *id != -1; id++)
section          3201 fftools/ffprobe.c         av_dict_copy(&section->entries_to_show, entries, 0);
section          3211 fftools/ffprobe.c         const struct section *section = &sections[i];
section          3212 fftools/ffprobe.c         if (!strcmp(section_name, section->name) ||
section          3213 fftools/ffprobe.c             (section->unique_name && !strcmp(section_name, section->unique_name))) {
section          3216 fftools/ffprobe.c                    (char *)av_x_if_null(section->unique_name, section->name));
section          3218 fftools/ffprobe.c             mark_section_show_entries(section->id, show_all_entries, entries);
section          3478 fftools/ffprobe.c     const struct section *section = &sections[id];
section          3480 fftools/ffprobe.c            section->flags & SECTION_FLAG_IS_WRAPPER           ? 'W' : '.',
section          3481 fftools/ffprobe.c            section->flags & SECTION_FLAG_IS_ARRAY             ? 'A' : '.',
section          3482 fftools/ffprobe.c            section->flags & SECTION_FLAG_HAS_VARIABLE_FIELDS  ? 'V' : '.');
section          3483 fftools/ffprobe.c     printf("%*c  %s", level * 4, ' ', section->name);
section          3484 fftools/ffprobe.c     if (section->unique_name)
section          3485 fftools/ffprobe.c         printf("/%s", section->unique_name);
section          3488 fftools/ffprobe.c     for (pid = section->children_ids; *pid != -1; pid++)
section          3511 fftools/ffprobe.c #define DEFINE_OPT_SHOW_SECTION(section, target_section_id)             \
section          3512 fftools/ffprobe.c     static int opt_show_##section(void *optctx, const char *opt, const char *arg) \
section          3582 fftools/ffprobe.c     struct section *section = &sections[section_id];
section          3585 fftools/ffprobe.c     for (id = section->children_ids; *id != -1; id++)
section            41 libavcodec/ass_split.c     const char *section;
section            51 libavcodec/ass_split.c     { .section       = "Script Info",
section            61 libavcodec/ass_split.c     { .section       = "V4+ Styles",
section            93 libavcodec/ass_split.c     { .section       = "V4 Styles",
section           120 libavcodec/ass_split.c     { .section       = "Events",
section           207 libavcodec/ass_split.c     const ASSSection *section = &ass_sections[ctx->current_section];
section           208 libavcodec/ass_split.c     int *count = (int *)((uint8_t *)&ctx->ass + section->offset_count);
section           209 libavcodec/ass_split.c     void **section_ptr = (void **)((uint8_t *)&ctx->ass + section->offset);
section           210 libavcodec/ass_split.c     uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size);
section           214 libavcodec/ass_split.c     tmp += *count * section->size;
section           215 libavcodec/ass_split.c     memset(tmp, 0, section->size);
section           232 libavcodec/ass_split.c static int *get_default_field_orders(const ASSSection *section, int *number)
section           235 libavcodec/ass_split.c     int *order = av_malloc_array(FF_ARRAY_ELEMS(section->fields), sizeof(*order));
section           239 libavcodec/ass_split.c     for (i = 0; section->fields[i].name; i++)
section           242 libavcodec/ass_split.c     while (i < FF_ARRAY_ELEMS(section->fields))
section           249 libavcodec/ass_split.c     const ASSSection *section = &ass_sections[ctx->current_section];
section           264 libavcodec/ass_split.c             (!section->fields_header || strncmp(buf, section->fields_header, len))) {
section           269 libavcodec/ass_split.c                     section = &ass_sections[ctx->current_section];
section           276 libavcodec/ass_split.c         if (section->format_header && !order) {
section           277 libavcodec/ass_split.c             len = strlen(section->format_header);
section           278 libavcodec/ass_split.c             if (!strncmp(buf, section->format_header, len) && buf[len] == ':') {
section           287 libavcodec/ass_split.c                     for (i=0; section->fields[i].name; i++)
section           288 libavcodec/ass_split.c                         if (!strncmp(buf, section->fields[i].name, len)) {
section           299 libavcodec/ass_split.c         if (section->fields_header) {
section           300 libavcodec/ass_split.c             len = strlen(section->fields_header);
section           301 libavcodec/ass_split.c             if (!strncmp(buf, section->fields_header, len) && buf[len] == ':') {
section           307 libavcodec/ass_split.c                     order = get_default_field_orders(section, number);
section           319 libavcodec/ass_split.c                         ASSFieldType type = section->fields[order[i]].type;
section           320 libavcodec/ass_split.c                         ptr = struct_ptr + section->fields[order[i]].offset;
section           331 libavcodec/ass_split.c                 for (i=0; section->fields[i].name; i++)
section           332 libavcodec/ass_split.c                     if (!strncmp(buf, section->fields[i].name, len)) {
section           333 libavcodec/ass_split.c                         ASSFieldType type = section->fields[i].type;
section           334 libavcodec/ass_split.c                         uint8_t *ptr = (uint8_t *)&ctx->ass + section->offset;
section           335 libavcodec/ass_split.c                         ptr += section->fields[i].offset;
section           351 libavcodec/ass_split.c     char c, section[16];
section           358 libavcodec/ass_split.c         if (sscanf(buf, "[%15[0-9A-Za-z+ ]]%c", section, &c) == 2) {
section           362 libavcodec/ass_split.c                 if (!strcmp(section, ass_sections[i].section)) {
section           389 libavcodec/ass_split.c static void free_section(ASSSplitContext *ctx, const ASSSection *section)
section           391 libavcodec/ass_split.c     uint8_t *ptr = (uint8_t *)&ctx->ass + section->offset;
section           394 libavcodec/ass_split.c     if (section->format_header) {
section           396 libavcodec/ass_split.c         count = (int *)((uint8_t *)&ctx->ass + section->offset_count);
section           401 libavcodec/ass_split.c         for (i=0; i<*count; i++, ptr += section->size)
section           402 libavcodec/ass_split.c             for (j=0; section->fields[j].name; j++) {
section           403 libavcodec/ass_split.c                 const ASSFields *field = &section->fields[j];
section           409 libavcodec/ass_split.c     if (section->format_header)
section           410 libavcodec/ass_split.c         av_freep((uint8_t *)&ctx->ass + section->offset);
section           420 libavcodec/ass_split.c             if (!strcmp(ass_sections[i].section, "Events")) {
section            57 libavfilter/af_anequalizer.c     FoSection section[2];
section           134 libavfilter/af_anequalizer.c                     FoSection *S = &s->filters[n].section[i];
section           324 libavfilter/af_anequalizer.c         f->section[0].a0 = 1;
section           325 libavfilter/af_anequalizer.c         f->section[0].b0 = 1;
section           326 libavfilter/af_anequalizer.c         f->section[1].a0 = 1;
section           327 libavfilter/af_anequalizer.c         f->section[1].b0 = 1;
section           346 libavfilter/af_anequalizer.c         butterworth_fo_section(&f->section[i - 1], beta, si, g, g0, Di, c0);
section           393 libavfilter/af_anequalizer.c         f->section[0].a0 = 1;
section           394 libavfilter/af_anequalizer.c         f->section[0].b0 = 1;
section           395 libavfilter/af_anequalizer.c         f->section[1].a0 = 1;
section           396 libavfilter/af_anequalizer.c         f->section[1].b0 = 1;
section           419 libavfilter/af_anequalizer.c         chebyshev1_fo_section(&f->section[i - 1], a, ci, tetta_b, g0, si, b, Di, c0);
section           466 libavfilter/af_anequalizer.c         f->section[0].a0 = 1;
section           467 libavfilter/af_anequalizer.c         f->section[0].b0 = 1;
section           468 libavfilter/af_anequalizer.c         f->section[1].a0 = 1;
section           469 libavfilter/af_anequalizer.c         f->section[1].b0 = 1;
section           492 libavfilter/af_anequalizer.c         chebyshev2_fo_section(&f->section[i - 1], a, ci, tetta_b, g, si, b, Di, c0);
section           730 libavfilter/af_anequalizer.c             sample  = process_sample(f->section, sample);
section          1666 libavformat/mpegts.c static void m4sl_cb(MpegTSFilter *filter, const uint8_t *section,
section          1679 libavformat/mpegts.c     p_end = section + section_len - 4;
section          1680 libavformat/mpegts.c     p = section;
section          1729 libavformat/mpegts.c static void scte_data_cb(MpegTSFilter *filter, const uint8_t *section,
section          1746 libavformat/mpegts.c     new_data_packet(section, section_len, ts->pkt);
section          2274 libavformat/mpegts.c static void pmt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
section          2292 libavformat/mpegts.c     hex_dump_debug(ts->stream, section, section_len);
section          2294 libavformat/mpegts.c     p_end = section + section_len - 4;
section          2295 libavformat/mpegts.c     p = section;
section          2484 libavformat/mpegts.c static void pat_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
section          2494 libavformat/mpegts.c     hex_dump_debug(ts->stream, section, section_len);
section          2496 libavformat/mpegts.c     p_end = section + section_len - 4;
section          2497 libavformat/mpegts.c     p     = section;
section          2559 libavformat/mpegts.c static void eit_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
section          2582 libavformat/mpegts.c     p_end = section + section_len - 4;
section          2583 libavformat/mpegts.c     p     = section;
section          2608 libavformat/mpegts.c     new_data_packet(section, section_len, ts->pkt);
section          2613 libavformat/mpegts.c static void sdt_cb(MpegTSFilter *filter, const uint8_t *section, int section_len)
section          2623 libavformat/mpegts.c     hex_dump_debug(ts->stream, section, section_len);
section          2625 libavformat/mpegts.c     p_end = section + section_len - 4;
section          2626 libavformat/mpegts.c     p     = section;
section           193 libavformat/mpegtsenc.c     uint8_t section[1024], *q;
section           203 libavformat/mpegtsenc.c     q    = section;
section           212 libavformat/mpegtsenc.c     mpegts_write_section(s, section, tot_len);