Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DMuxCommon.c153 int len, size, i, allsize; in outbuf_put() local
168 allsize = size = pinfo->size1+pinfo->size2; in outbuf_put()
170 allsize += 4; // plus 4-byte timecode in outbuf_put()
174 s->total_size += allsize; in outbuf_put()
177 check_conservative(s, allsize); in outbuf_put()