Searched refs:UpperBound (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.h195 LowerBound and UpperBound information.
210 /* Hint LADSPA_HINT_BOUNDED_ABOVE indicates that the UpperBound field
214 specified then the value of UpperBound should be multiplied by the
230 with LowerBound = 0 and UpperBound = 0.5. Hosts that support bounds
350 LADSPA_Data UpperBound; member in struct:_LADSPA_PortRangeHint
H A Dpcm_ladspa.c519 + log(desc->PortRangeHints[port].UpperBound)
523 (desc->PortRangeHints[port].UpperBound * 0.25);
529 desc->PortRangeHints[port].UpperBound);
533 desc->PortRangeHints[port].UpperBound);
540 + log(desc->PortRangeHints[port].UpperBound)
544 (desc->PortRangeHints[port].UpperBound * 0.75);
548 *val = desc->PortRangeHints[port].UpperBound;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_ladspa.c109 av_log(ctx, level, ", max: %i", (int)h->UpperBound);
122 av_log(ctx, level, ", max: %f", h->UpperBound);
223 const LADSPA_Data upper = h->UpperBound;
374 value > h->UpperBound) {
377 label, port, h->UpperBound);

Completed in 71 milliseconds