Home
last modified time | relevance | path

Searched refs:NB_TYPES (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_adenorm.c31 NB_TYPES, enumerator
42 void (*filter[NB_TYPES])(AVFilterContext *ctx, void *dst,
255 { "type", "set type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=DC_TYPE}, 0, NB_TYPES-1, FLAGS, "type" },
H A Daf_asoftclip.c40 NB_TYPES, enumerator
72 { "type", "set softclip type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=0}, -1, NB_TYPES-1, A, "types" },
H A Daf_anequalizer.c37 NB_TYPES enumerator
616 s->filters[s->nb_filters].type = av_clip(s->filters[s->nb_filters].type, 0, NB_TYPES - 1); in config_input()

Completed in 4 milliseconds