HomeSort by: relevance | last modified time | path
    Searched defs:section_length (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/dtv/
dtv_demux.c 586 uint16_t section_length; local in function:dtv_demux_process
643 section_length = ((p[1] & 0xf) << 8) | p[2];
656 if (section_length < 2 || (p[1] & 0x80) == 0)
664 sec->sec_length = section_length + 3;
dtv_demux.c 586 uint16_t section_length; local in function:dtv_demux_process
643 section_length = ((p[1] & 0xf) << 8) | p[2];
656 if (section_length < 2 || (p[1] & 0x80) == 0)
664 sec->sec_length = section_length + 3;

Completed in 54 milliseconds