Home
last modified time | relevance | path

Searched refs:tot_len (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DTsMuxer.c223 MFE_U32 tot_len, first, b, len1, left, crc; in mpegts_write_section() local
228 tot_len = 8 + len + 4; // 4: CRC bytes in mpegts_write_section()
229 assert(tot_len<=1024); in mpegts_write_section()
241 crc = getCRC(section, tot_len - 4); in mpegts_write_section()
242 buf_ptr = &section[tot_len-4]; in mpegts_write_section()
247 while (tot_len > 0) { in mpegts_write_section()
261 if (len1 > tot_len) in mpegts_write_section()
262 len1 = tot_len; in mpegts_write_section()
288 tot_len -= len1; in mpegts_write_section()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dip.h96 __be16 tot_len; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Dip.h57 u_int16_t tot_len; member