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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dladspa.h419 const LADSPA_PortRangeHint * PortRangeHints; member in struct:_LADSPA_Descriptor
H A Dpcm_ladspa.c510 hdesc = desc->PortRangeHints[port].HintDescriptor;
513 *val = desc->PortRangeHints[port].LowerBound;
517 *val = exp(log(desc->PortRangeHints[port].LowerBound)
519 + log(desc->PortRangeHints[port].UpperBound)
522 *val = (desc->PortRangeHints[port].LowerBound * 0.75) +
523 (desc->PortRangeHints[port].UpperBound * 0.25);
528 *val = sqrt(desc->PortRangeHints[port].LowerBound *
529 desc->PortRangeHints[port].UpperBound);
532 (desc->PortRangeHints[port].LowerBound +
533 desc->PortRangeHints[por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_ladspa.c92 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl];
221 const LADSPA_PortRangeHint *h = s->desc->PortRangeHints + map[ctl];
356 LADSPA_PortRangeHint *h = (LADSPA_PortRangeHint *)s->desc->PortRangeHints +
502 if (LADSPA_IS_HINT_HAS_DEFAULT(desc->PortRangeHints[i].HintDescriptor))

Completed in 47 milliseconds