Searched refs:gain (Results 26 - 50 of 62) sorted by relevance

123

/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_wwv.c71 * the monitor gain is set to a default value.
114 #define DGAIN 5. /* subcarrier gain */
503 int gain; /* audio gain */ member in struct:chan
528 int gain; /* codec gain */ member in struct:wwvunit
529 int mongain; /* codec monitor gain */
856 * Set the input port and monitor gain for the next buffer.
1244 * not in minute sync, fiddle the codec gain. Note the SNR is
1360 up->status, up->gain, s
[all...]
H A Drefclock_chu.c147 * the audio driver is compiled, the current gain (0-255) and relative
149 * should be set so that the gain is somewhere near the middle of the
166 * agc audio gain (0 - 255)
182 * monitoring of the input signal. For this purpose, the monitor gain is
231 #define AGAIN 6. /* baseband gain */
356 int gain; /* codec gain (modem only) */ member in struct:chuunit
373 int mongain; /* codec monitor gain */
543 up->gain = 127;
680 * increase the gain
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioBufferSourceNode.h88 AudioParam* gain() { return m_gain.get(); } function in class:WebCore::AudioBufferSourceNode
120 // Used for the "gain" and "playbackRate" attributes.
144 // m_lastGain provides continuity when we dynamically adjust the gain.
H A DAudioBufferSourceNode.cpp73 m_gain = AudioParam::create(context, "gain", 1.0, 0.0, 1.0);
135 // Apply the gain (in-place) to the output bus.
136 float totalGain = gain()->value() * m_buffer->gain();
336 m_lastGain = gain()->value();
H A DPannerNode.cpp121 // Get the distance and cone gain.
124 // Snap to desired gain at the beginning.
128 // Apply gain in-place with de-zippering.
138 m_lastGain = -1.0; // force to snap to initial gain
378 double distanceGain = m_distanceEffect.gain(listenerDistance);
383 double coneGain = m_coneEffect.gain(m_position, m_orientation, listenerPosition);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DjkAudIO_alsa.c324 ASetRecGain(int gain) argument
326 int g = min(max(gain, 0), 100);
340 ASetPlayGain(int gain) argument
342 int g = min(max(gain, 0), 100);
H A DjkAudIO_hp.c143 gainEntry[n].gain = AUnityGain;
149 gainEntry[n].gain = AUnityGain;
155 gainEntry[n].gain = AUnityGain;
172 gainEntry[n].gain = AUnityGain;
178 gainEntry[n].gain = AUnityGain;
184 gainEntry[n].gain = AUnityGain;
190 gainEntry[n].gain = AUnityGain;
396 ASetRecGain(int gain) argument
398 int g = min(max(gain, 0), 100);
409 ASetPlayGain(int gain) argument
[all...]
H A DjkAudIO_sun.c352 ASetRecGain(int gain) argument
354 int g = min(max(gain, 0), 100);
359 info.record.gain = (int) (g * AUDIO_MAX_GAIN / 100.0 + 0.5);
364 ASetPlayGain(int gain) argument
366 int g = min(max(gain, 0), 100);
371 info.play.gain = (int) (g * AUDIO_MAX_GAIN / 100.0 + 0.5);
382 g = (int) (info.record.gain * 100.0 / AUDIO_MAX_GAIN + 0.5);
394 g = (int) (info.play.gain * 100.0 / AUDIO_MAX_GAIN + 0.5);
H A DjkAudIO_osx.c393 ASetRecGain(int gain) argument
395 int g = min(max(gain, 0), 100);
399 ASetPlayGain(int gain) argument
401 int g = min(max(gain, 0), 100);
H A DjkAudIO_oss.c83 Tcl_AppendResult(interp, "Could not gain access to ", device, " for writing.",NULL);
489 ASetRecGain(int gain) argument
491 int g = min(max(gain, 0), 100);
504 ASetPlayGain(int gain) argument
506 int g = min(max(gain, 0), 100);
H A Dsnack.tcl58 pack [scale .snackGainBox.s2 -label {Record gain} \
780 set icon(gain) R0lGODlhFAATAOMAAAAAAFpaWjMzZjMAmZlmmapV/729vY+Pj5mZ/+/v78zM/wAAAAAAAAAAAAAAAAAAACH5BAEAAAUALAAAAAAUABMAAARnsMhJqwU4a32T/6AHdF8WjhUAAoa6kqwhtyW8uUlG4Tl2DqoJjzUcIAIeyZAmAiBwyhUNADQCAsHCUoVBKBTERLQ0RRiftLGoPGgDk1qpC+N2qXPM5lscL/lAAj5CIYQ5gShaN4oVEQA7
806 image create photo snackGain -data $icon(gain)
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIPointing.cpp167 IOFixed64 gain[4]; member in struct:IOHIPointing__PAParameters
1950 outParams.gain[0] = OSObjectToIOFixed64(parameters->getObject(kHIDAccelGainLinearKey));
1951 outParams.gain[1] = OSObjectToIOFixed64(parameters->getObject(kHIDAccelGainParabolicKey));
1952 outParams.gain[2] = OSObjectToIOFixed64(parameters->getObject(kHIDAccelGainCubicKey));
1953 outParams.gain[3] = OSObjectToIOFixed64(parameters->getObject(kHIDAccelGainQuarticKey));
1960 return ((outParams.gain[0] != 0LL) ||
1961 (outParams.gain[1] != 0LL) ||
1962 (outParams.gain[2] != 0LL) ||
1963 (outParams.gain[3] != 0LL));
2027 primaryParams.gain[inde
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkAudIO.h243 extern void ASetRecGain(int gain);
244 extern void ASetPlayGain(int gain);
H A Dsigproc.c248 * The prediction error energy (gain) is left in *ex.
310 * by the signal autocorrelation (r) and its residual (gain) and
316 float xitakura ( p, b, c, r, gain )
317 register float *b, *c, *r, *gain;
325 return (s/ *gain);
H A Dsigproc2.c291 * ex = The normalized prediction residual or "gain."
796 double itakura ( p, b, c, r, gain )
797 register double *b, *c, *r, *gain;
800 * by the signal autocorrelation (r) and its residual (gain) and
812 return (s/ *gain);
/macosx-10.9.5/ntp-88/util/
H A Dtg.c336 info.play.gain = level;
341 printf("port %d gain %d rate %d chan %d prec %d encode %d\n",
342 info.play.port, info.play.gain, info.play.sample_rate,
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dplaylist.tcl79 set gain [snack::audio play_gain]
81 -len 70 -var gain] -side left
H A Dsnamp.tcl79 set gain [snack::audio play_gain]
81 -len 70 -var gain] -side left
H A DtomAmp.tcl101 set tomAmp(gain) [snack::audio play_gain]
103 -len 85 -var tomAmp(gain) -from 130. -to 0. -sliderlength 15 \
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py374 def play_gain(self, gain=None):
375 """Returns/sets the current play gain. Valid values are integers
377 if gain is not None:
378 return _cast(self.tk.call('snack::audio', 'play_gain', gain))
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/python/
H A DtkSnack.py374 def play_gain(self, gain=None):
375 """Returns/sets the current play gain. Valid values are integers
377 if gain is not None:
378 return _cast(self.tk.call('snack::audio', 'play_gain', gain))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_sqmap.tcl204 method {scan dragto} {x y {gain 1}} {
206 $hull scan dragto $x $y $gain
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/win/
H A DjkAudIO_win.c1426 /* Get or Set the recording gain using the mixer API.
1491 /* Convert recording gain range from [0,100] to [0,65536] */
1516 /* Convert recording gain range from [0,65536] to [1,100] */
1528 /* Query or Set the current recording gain. This is simmilar to the output
1533 ASetRecGain(int gain) argument
1535 unsigned int g = min(max(gain, 0), 100);
1549 ASetPlayGain(int gain) argument
1551 int g = min(max(gain, 0), 100);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dcanvas.rb584 def scan_dragto(x, y, gain=None)
585 tk_send_without_enc('scan', 'dragto', x, y, gain)
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex36 compress $A$ before sending it, but that will usually only gain a
196 gain a considerable latency advantage by pipelining the process.

Completed in 335 milliseconds

123