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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-fileops.c309 int stuffing, i; local
328 stuffing = q[13] & 7;
329 /* all stuffing bytes must be 0xff */
330 for (i = 0; i < stuffing; i++)
333 if (i == stuffing && (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 &&
334 q[14 + stuffing] == 0 && q[15 + stuffing] == 0 &&
335 q[16 + stuffing] == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dratecontrol.c290 int stuffing= ceil((rcc->buffer_index - buffer_size)/8); local
292 if(stuffing < 4 && s->codec_id == CODEC_ID_MPEG4)
293 stuffing=4;
294 rcc->buffer_index -= 8*stuffing;
297 av_log(s->avctx, AV_LOG_DEBUG, "stuffing %d bytes\n", stuffing);
299 return stuffing;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 163 milliseconds