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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-fileops.c325 int stuffing, i; local
362 /* Get the count of stuffing bytes & verify them */
363 stuffing = q[13] & 7;
364 /* all stuffing bytes must be 0xff */
365 for (i = 0; i < stuffing; i++)
368 if (i == stuffing && /* right number of stuffing bytes*/
371 q[14 + stuffing] == 0 && /* PES Pack or Sys Hdr */
372 q[15 + stuffing] == 0 &&
373 q[16 + stuffing]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-fileops.c307 int stuffing, i; local
326 stuffing = q[13] & 7;
327 /* all stuffing bytes must be 0xff */
328 for (i = 0; i < stuffing; i++)
331 if (i == stuffing && (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 &&
332 q[14 + stuffing] == 0 && q[15 + stuffing] == 0 &&
333 q[16 + stuffing] == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dratecontrol.c287 int stuffing= ceil((rcc->buffer_index - buffer_size)/8); local
289 if(stuffing < 4 && s->codec_id == CODEC_ID_MPEG4)
290 stuffing=4;
291 rcc->buffer_index -= 8*stuffing;
294 av_log(s->avctx, AV_LOG_DEBUG, "stuffing %d bytes\n", stuffing);
296 return stuffing;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dratecontrol.c342 int stuffing = ceil((rcc->buffer_index - buffer_size) / 8); local
344 if (stuffing < 4 && s->codec_id == AV_CODEC_ID_MPEG4)
345 stuffing = 4;
346 rcc->buffer_index -= 8 * stuffing;
349 av_log(s->avctx, AV_LOG_DEBUG, "stuffing %d bytes\n", stuffing);
351 return stuffing;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 220 milliseconds