Home
last modified time | relevance | path

Searched refs:nb_synth (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsbgdec.c115 int nb_synth; member
718 &p->scs.nb_synth, &p->nb_synth_max); in parse_synth_channel()
734 p->scs.nb_synth--; in parse_synth_channel()
743 synth = p->scs.nb_synth; in parse_synth_def()
752 if (synth == p->scs.nb_synth) in parse_synth_def()
758 def->nb_elements = p->scs.nb_synth - synth; in parse_synth_def()
1332 for (i = 0; i < s->nb_synth; i++) in generate_intervals()