Searched refs:envelope (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/dom/
H A Ddom2calc.cpp52 soap_dom_element envelope(soap, namespaces[0].ns, "Envelope");
60 envelope.add(body);
70 std::cout << "** Request message: " << std::endl << envelope << std::endl;
77 || soap_put_xsd__anyType(soap, &envelope, NULL, NULL)
106 {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/dom/
H A Ddom2calc.cpp52 soap_dom_element envelope(soap, namespaces[0].ns, "Envelope");
60 envelope.add(body);
70 std::cout << "** Request message: " << std::endl << envelope << std::endl;
77 || soap_put_xsd__anyType(soap, &envelope, NULL, NULL)
106 {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope"},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-ff.c102 * Uploads the part of an effect setting the envelope of the force
242 * Analyse the changes in an effect, and tell if we need to send an envelope
250 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length
251 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level
252 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length
253 || old->u.constant.envelope.fade_level != effect->u.constant.envelope
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dff-memless.c77 return &effect->u.periodic.envelope;
79 return &effect->u.constant.envelope;
86 * Check for the next time envelope requires an update on memoryless devices
90 const struct ff_envelope *envelope = get_envelope(state->effect); local
93 if (envelope->attack_length) {
95 msecs_to_jiffies(envelope->attack_length);
102 if (envelope->fade_length) {
105 msecs_to_jiffies(envelope->fade_length);
161 * Apply an envelope to a value
164 struct ff_envelope *envelope)
163 apply_envelope(struct ml_effect_state *state, int value, struct ff_envelope *envelope) argument
[all...]
H A Dinput-compat.h46 struct ff_envelope envelope; member in struct:ff_periodic_effect_compat
H A Dff-core.c87 effect->u.periodic.envelope.attack_length = 0;
88 effect->u.periodic.envelope.attack_level = 0;
89 effect->u.periodic.envelope.fade_length = 0;
90 effect->u.periodic.envelope.fade_level = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plusdsp.c118 * @param[in] envelope envelope data for all waves in a group
120 * @param[in] reg_offset region offset for trimming envelope data
125 Atrac3pWaveEnvelope *envelope,
150 if (envelope->has_start_point) {
151 pos = (envelope->start_pos << 2) - reg_offset;
154 if (!envelope->has_stop_point ||
155 envelope->start_pos != envelope->stop_pos) {
165 if (envelope
123 waves_synth(Atrac3pWaveSynthParams *synth_param, Atrac3pWavesData *waves_info, Atrac3pWaveEnvelope *envelope, int phase_shift, int reg_offset, float *out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dhid-pidff.c242 * Send envelope report to the device
245 struct ff_envelope *envelope)
251 pidff_rescale(envelope->attack_level >
252 0x7fff ? 0x7fff : envelope->attack_level, 0x7fff,
255 pidff_rescale(envelope->fade_level >
256 0x7fff ? 0x7fff : envelope->fade_level, 0x7fff,
259 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length;
260 pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->fade_length;
262 debug("attack %u => %d", envelope->attack_level,
270 * Test if the new envelope differ
244 pidff_set_envelope_report(struct pidff_device *pidff, struct ff_envelope *envelope) argument
272 pidff_needs_set_envelope(struct ff_envelope *envelope, struct ff_envelope *old) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A DMakefile.am9 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
14 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
H A DMakefile.in59 am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
270 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
275 envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dcms-examples.pl169 if ( $tlist =~ /envelope/ ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dcms-examples.pl169 if ( $tlist =~ /envelope/ ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h865 * struct ff_envelope - generic force-feedback effect envelope
872 * envelope force-feedback core will convert to positive/negative
886 * @envelope: envelope data
890 struct ff_envelope envelope; member in struct:ff_constant_effect
897 * @envelope: envelope data
902 struct ff_envelope envelope; member in struct:ff_ramp_effect
933 * @envelope: envelope dat
951 struct ff_envelope envelope; member in struct:ff_periodic_effect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex10 smooth spectral envelope curve as the frequency response of the LSP
H A D07-floor1.tex9 encode a spectral envelope curve. The representation plots this curve

Completed in 140 milliseconds