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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-lirc-codec.c28 * @duration: the struct ir_raw_event descriptor of the pulse/space
47 TO_US(ev.duration), TO_STR(ev.pulse));
50 if (ev.pulse)
H A Dene_ir.c357 ene_dbg("TX: pulse distance = %d * 500 ns", tx_period_in500ns);
358 ene_dbg("TX: pulse width = %d * 500 ns",
429 "pulse" : "space");
528 int pulse; local
570 pulse = hw_value & ENE_FAN_SMPL_PULS_MSK;
577 pulse = !(hw_value & ENE_SAMPLE_SPC_MASK);
590 ene_dbg("RX: %d (%s)", hw_sample, pulse ? "pulse" : "space");
594 ev.pulse = pulse;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-input.c1080 The first pulse (start) has 9 + 4.5 ms
1098 int count, pulse, oldpulse, gap; local
1115 pulse = oldpulse;
1121 Unfortunately, using IRQ to decode pulse didn't work, since it uses
1122 a pulse train of 38KHz. This means one pulse on each 52 us
1125 /* Wait until the end of pulse/space or 5 ms */
1131 pulse = saa_readl(SAA7134_GPIO_GPSTATUS0 >> 2)
1133 if (pulse != oldpulse)
1141 if (!pulse) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c1417 * Decode pulse data; reference: table 4.7.
1419 static int decode_pulses(Pulse *pulse, GetBitContext *gb, argument
1423 pulse->num_pulse = get_bits(gb, 2) + 1;
1427 pulse->pos[0] = swb_offset[pulse_swb];
1428 pulse->pos[0] += get_bits(gb, 5);
1429 if (pulse->pos[0] >= swb_offset[num_swb])
1431 pulse->amp[0] = get_bits(gb, 4);
1432 for (i = 1; i < pulse->num_pulse; i++) {
1433 pulse->pos[i] = get_bits(gb, 5) + pulse
1583 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
1895 Pulse pulse; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dpulse_audio_enc.c22 #include <pulse/pulseaudio.h>
23 #include <pulse/error.h>
782 .name = "pulse",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sn/
H A Dioc3.c35 static inline unsigned mcr_pack(unsigned pulse, unsigned sample) argument
37 return (pulse << 10) | (sample << 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dioc3-eth.c227 static inline u32 mcr_pack(u32 pulse, u32 sample) argument
229 return (pulse << 10) | (sample << 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23888-ir.c268 * FIFO register pulse width count compuations
274 * of the pulse width counter as read from the FIFO. The two lsb's are
287 * The 2 lsb's of the pulse width timer count are not readable, hence
303 * The 2 lsb's of the pulse width timer count are not readable, hence
316 * The total pulse clock count is an 18 bit pulse width timer count as the most
318 * When the Rx clock divider ticks down to 0, it increments the 18 bit pulse
707 p->ir_core_data.pulse = u;
989 v4l2_info(sd, "\tFIFO data on pulse timer overflow: %s\n",
1025 v4l2_info(sd, "\tMax measurable pulse widt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c226 * FIFO register pulse width count compuations
232 * of the pulse width counter as read from the FIFO. The two lsb's are
245 * The 2 lsb's of the pulse width timer count are not readable, hence
261 * The 2 lsb's of the pulse width timer count are not readable, hence
274 * The total pulse clock count is an 18 bit pulse width timer count as the most
276 * When the Rx clock divider ticks down to 0, it increments the 18 bit pulse
683 p->ir_core_data.pulse = u;
1008 v4l2_info(sd, "\tFIFO data on pulse timer overflow: %s\n",
1044 v4l2_info(sd, "\tMax measurable pulse widt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure2950 enabled libpulse && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4751 enabled libpulse && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new

Completed in 157 milliseconds

12