Lines Matching refs:duration
53 data->state, ev.duration, TO_STR(ev.pulse));
61 if (eq_margin(ev.duration, NEC_HEADER_PULSE, NEC_UNIT * 2)) {
64 } else if (eq_margin(ev.duration, NECX_HEADER_PULSE, NEC_UNIT / 2))
77 if (eq_margin(ev.duration, NEC_HEADER_SPACE, NEC_UNIT)) {
80 } else if (eq_margin(ev.duration, NEC_REPEAT_SPACE, NEC_UNIT / 2)) {
91 if (!eq_margin(ev.duration, NEC_BIT_PULSE, NEC_UNIT / 2))
102 geq_margin(ev.duration, NEC_TRAILER_SPACE, NEC_UNIT / 2)) {
111 if (eq_margin(ev.duration, NEC_BIT_1_SPACE, NEC_UNIT / 2))
113 else if (!eq_margin(ev.duration, NEC_BIT_0_SPACE, NEC_UNIT / 2))
128 if (!eq_margin(ev.duration, NEC_TRAILER_PULSE, NEC_UNIT / 2))
138 if (!geq_margin(ev.duration, NEC_TRAILER_SPACE, NEC_UNIT / 2))
166 data->count, data->state, ev.duration, TO_STR(ev.pulse));