Lines Matching defs:stuffing
293 int stuffing, i;
330 /* Get the count of stuffing bytes & verify them */
331 stuffing = q[13] & 7;
332 /* all stuffing bytes must be 0xff */
333 for (i = 0; i < stuffing; i++)
336 if (i == stuffing && /* right number of stuffing bytes*/
339 q[14 + stuffing] == 0 && /* PES Pack or Sys Hdr */
340 q[15 + stuffing] == 0 &&
341 q[16 + stuffing] == 1) {