Searched refs:NB_TYPES (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_adenorm.c | 31 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 D | af_asoftclip.c | 40 NB_TYPES, enumerator 72 { "type", "set softclip type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=0}, -1, NB_TYPES-1, A, "types" },
|
H A D | af_anequalizer.c | 37 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