Searched refs:pulse (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_common.h25 #include <pulse/pulseaudio.h>
H A Dalldevices.c64 REGISTER_INOUTDEV(PULSE, pulse);
H A Dpulse_audio_dec.c24 #include <pulse/rtclock.h>
25 #include <pulse/error.h>
361 .name = "pulse",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-jvc-decoder.c39 * ir_jvc_decode() - Decode one JVC pulse or space
41 * @duration: the struct ir_raw_event descriptor of the pulse/space
43 * This function returns -EINVAL if the pulse violates the state machine
62 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
68 if (!ev.pulse)
81 if (ev.pulse)
91 if (!ev.pulse)
101 if (ev.pulse)
121 if (!ev.pulse)
131 if (ev.pulse)
[all...]
H A Dir-nec-decoder.c41 * ir_nec_decode() - Decode one NEC pulse or space
43 * @duration: the struct ir_raw_event descriptor of the pulse/space
45 * This function returns -EINVAL if the pulse violates the state machine
63 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
68 if (!ev.pulse)
84 if (ev.pulse)
100 if (!ev.pulse)
110 if (ev.pulse)
139 if (!ev.pulse)
149 if (ev.pulse)
[all...]
H A Dir-sony-decoder.c35 * ir_sony_decode() - Decode one Sony pulse or space
37 * @ev: the struct ir_raw_event descriptor of the pulse/space
39 * This function returns -EINVAL if the pulse violates the state machine
60 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
65 if (!ev.pulse)
76 if (ev.pulse)
86 if (!ev.pulse)
100 if (ev.pulse)
117 if (ev.pulse)
153 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
[all...]
H A Dir-rc5-decoder.c42 * ir_rc5_decode() - Decode one RC-5 pulse or space
44 * @ev: the struct ir_raw_event descriptor of the pulse/space
46 * This function returns -EINVAL if the pulse violates the state machine
68 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
76 if (!ev.pulse)
91 if (!ev.pulse)
112 if (!ev.pulse && geq_margin(ev.duration, RC5X_SPACE, RC5_UNIT / 2)) {
124 if (ev.pulse)
160 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
H A Dir-rc6-decoder.c72 * ir_rc6_decode() - Decode one RC6 pulse or space
74 * @ev: the struct ir_raw_event descriptor of the pulse/space
76 * This function returns -EINVAL if the pulse violates the state machine
98 data->state, TO_US(ev.duration), TO_STR(ev.pulse));
106 if (!ev.pulse)
109 /* Note: larger margin on first pulse since each RC6_UNIT
120 if (ev.pulse)
134 if (ev.pulse)
156 data->toggle = ev.pulse;
182 if ((!ev.pulse
[all...]
H A Dir-raw-event.c21 /* Define the max number of pulse/space transitions to buffer */
64 * ir_raw_event_store() - pass a pulse/space duration to the raw ir decoders
66 * @ev: the struct ir_raw_event descriptor of the pulse/space
69 * pulse/space duration for the raw ir decoding state machines. Pulses are
81 TO_US(ev->duration), TO_STR(ev->pulse));
91 * ir_raw_event_store_edge() - notify raw ir decoders of the start of a pulse/space
96 * store the beginning of an ir pulse or space (or the start/end of ir
128 ev.pulse = false;
131 ev.pulse = true;
143 * ir_raw_event_store_with_filter() - pass next pulse/spac
[all...]
H A Dir-core-priv.h36 struct kfifo kfifo; /* fifo for the pulse/space durations */
99 return x->pulse != y->pulse;
111 #define TO_STR(is_pulse) ((is_pulse) ? "pulse" : "space")
H A Dstreamzap.c173 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
218 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
236 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
269 sz->rawir.pulse = false;
288 sz->rawir.pulse = true;
307 sz->rawir.pulse = false;
H A Dmceusb.c65 #define MCE_MAX_PULSE_LENGTH 0x7F /* Longest transmittable pulse symbol */
408 dev_info(dev, "Received pulse count is %d\n",
657 struct ir_raw_event rawir = { .pulse = false, .duration = 0 };
686 rawir.pulse = ((ir->buf_in[i] & MCE_PULSE_BIT) != 0);
691 if (ir->rawir.pulse == rawir.pulse)
695 ir->rawir.pulse = rawir.pulse;
701 ir->rawir.pulse = rawir.pulse;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dat91_ide.c70 const u16 setup, const u16 pulse,
91 at91_sys_write(AT91_SMC_PULSE(chipselect), AT91_SMC_NWEPULSE_(pulse) |
93 AT91_SMC_NRDPULSE_(pulse) |
113 unsigned int cycle, setup, pulse, data_float; local
134 pulse = calc_mck_cycles(t2, mck_hz);
137 pdbg("cycle=%u setup=%u pulse=%u data_float=%u\n",
138 cycle, setup, pulse, data_float);
140 set_smc_timings(chipselect, cycle, setup, pulse, data_float, use_iordy);
69 set_smc_timings(const u8 chipselect, const u16 cycle, const u16 setup, const u16 pulse, const u16 data_float, int use_iordy) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dpulse.c28 #include <pulse/simple.h>
29 #include <pulse/rtclock.h>
30 #include <pulse/error.h>
165 { "server", "pulse server name", OFFSET(server), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, D },
183 .name = "pulse",
H A DMakefile19 OBJS-$(CONFIG_PULSE_INDEV) += pulse.o
H A Dalldevices.c48 REGISTER_INDEV (PULSE, pulse);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dhsmc.c141 u32 setup, pulse, cycle, mode; local
152 pulse = (HSMC_BF(NWE_PULSE, config->nwe_pulse)
203 pr_debug("smc cs%d: setup/%08x pulse/%08x cycle/%08x mode/%08x\n",
204 cs, setup, pulse, cycle, mode);
208 hsmc_writel(hsmc, PULSE0 + offset, pulse);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dir-core.h31 RC_DRIVER_IR_RAW, /* Needs a Infra-Red pulse/space decoder */
95 struct ir_raw_event_ctrl *raw; /* for raw pulse/space events */
165 unsigned pulse:1; member in struct:ir_raw_event
180 struct ir_raw_event ev = { .pulse = false, .duration = 0 };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmsir.c46 ev.pulse = (samples[i] > 0) ? false : true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacenc.c29 * add sane pulse detection
324 cpe->ch[ch].pulse.num_pulse = 0;
408 * Encode pulse data.
410 static void encode_pulses(AACEncContext *s, Pulse *pulse) argument
414 put_bits(&s->pb, 1, !!pulse->num_pulse);
415 if (!pulse->num_pulse)
418 put_bits(&s->pb, 2, pulse->num_pulse - 1);
419 put_bits(&s->pb, 6, pulse->start);
420 for (i = 0; i < pulse->num_pulse; i++) {
421 put_bits(&s->pb, 5, pulse
[all...]
H A Daac.h222 Pulse pulse; member in struct:__anon1831
H A Daacdec.c906 * Decode pulse data; reference: table 4.7.
908 static int decode_pulses(Pulse *pulse, GetBitContext *gb, argument
912 pulse->num_pulse = get_bits(gb, 2) + 1;
916 pulse->pos[0] = swb_offset[pulse_swb];
917 pulse->pos[0] += get_bits(gb, 5);
918 if (pulse->pos[0] > 1023)
920 pulse->amp[0] = get_bits(gb, 4);
921 for (i = 1; i < pulse->num_pulse; i++) {
922 pulse->pos[i] = get_bits(gb, 5) + pulse
1069 decode_spectrum_and_dequant(AACContext *ac, float coef[1024], GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) argument
1374 Pulse pulse; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacenc.c29 * add sane pulse detection
313 cpe->ch[ch].pulse.num_pulse = 0;
396 * Encode pulse data.
398 static void encode_pulses(AACEncContext *s, Pulse *pulse) argument
402 put_bits(&s->pb, 1, !!pulse->num_pulse);
403 if (!pulse->num_pulse)
406 put_bits(&s->pb, 2, pulse->num_pulse - 1);
407 put_bits(&s->pb, 6, pulse->start);
408 for (i = 0; i < pulse->num_pulse; i++) {
409 put_bits(&s->pb, 5, pulse
[all...]
H A Daac.h230 Pulse pulse; member in struct:SingleChannelElement
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_serial.c4 * lirc_serial - Device driver that records pulse- and pause-lengths
36 * - For other system, non-integer-microsecond pulse/space lengths,
42 * tuning the pulse lengths down - the send_pulse routine ignored
43 * this overhead as it timed the overall pulse length - so the
44 * pulse frequency was right but overall pulse length was too
45 * long. Fixed by accounting for latency on each pulse/space
226 * A long pulse code from a remote might take up to 300 bytes. The
360 * pulse and space widths as clock cycles. As this is CPU speed
391 /* Derive pulse an
595 static int pulse, space; local
[all...]

Completed in 219 milliseconds

12