Home | History | Annotate | Download | only in dtv

Lines Matching defs:dmxfilt

584 	dmx_filter_t *dmxfilt = &demux->dd_secfilt.params.filter;
646 if (dmxfilt->mask[0]) {
647 if ((p[0] & dmxfilt->mask[0]) != dmxfilt->filter[0])
651 if (dmxfilt->mask[1] && dmxfilt->mask[2]) {
658 if ((p[3] & dmxfilt->mask[1]) != dmxfilt->filter[1])
660 if ((p[4] & dmxfilt->mask[2]) != dmxfilt->filter[2])