Searched refs:stuffing (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c299 int stuffing, i; local
318 stuffing = q[13] & 7;
319 /* all stuffing bytes must be 0xff */
320 for (i = 0; i < stuffing; i++)
323 if (i == stuffing && (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 &&
324 q[14 + stuffing] == 0 && q[15 + stuffing] == 0 &&
325 q[16 + stuffing] == 1) {
/linux-master/drivers/media/pci/cx18/
H A Dcx18-fileops.c293 int stuffing, i; local
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]
[all...]
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h248 s32 stuffing; member in struct:mcu_msg_encode_frame_response
H A Dallegro-mail.c427 msg->stuffing = src[i++];
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2296 # if we're stuffing a source operand back into an fsave frame then we
H A Dfpsp.S2297 # if we're stuffing a source operand back into an fsave frame then we

Completed in 277 milliseconds