Searched refs:frame (Results 151 - 175 of 556) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c51 * frame. Fix brightness reset when changing size
682 stv680->frame[i].data = stv680->fbuf + i * stv680->maxframesize;
683 stv680->frame[i].curpix = 0;
836 struct stv680_frame *frame = &stv680->frame[stv680->curframe]; local
837 unsigned char *output = frame->data;
838 unsigned char *temp = frame->data;
841 if (frame->curpix == 0) {
842 if (frame->grabstate == FRAME_READY) {
843 frame
1252 int *frame = arg; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c99 "\n<n[,...]> Timeout for a video frame in seconds."
146 cam->frame[i].bufmem = buff + i*PAGE_ALIGN(imagesize);
147 cam->frame[i].buf.index = i;
148 cam->frame[i].buf.m.offset = i*PAGE_ALIGN(imagesize);
149 cam->frame[i].buf.length = imagesize;
150 cam->frame[i].buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
151 cam->frame[i].buf.sequence = 0;
152 cam->frame[i].buf.field = V4L2_FIELD_NONE;
153 cam->frame[i].buf.memory = V4L2_MEMORY_MMAP;
154 cam->frame[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dibmcam.c240 struct usbvideo_frame *frame; local
244 err("ibmcam_find_header: Illegal frame %d.", uvd->curframe);
249 frame = &uvd->frame[uvd->curframe];
260 frame->header = RING_QUEUE_PEEK(&uvd->dp, 3);
261 if ((frame->header == HDRSIG_MODEL1_128x96) ||
262 (frame->header == HDRSIG_MODEL1_176x144) ||
263 (frame->header == HDRSIG_MODEL1_352x288))
293 frame->header = HDRSIG_MODEL1_176x144;
303 * Headers: (one precedes every frame)
374 ibmcam_parse_lines( struct uvd *uvd, struct usbvideo_frame *frame, long *pcopylen) argument
639 ibmcam_model2_320x240_parse_lines( struct uvd *uvd, struct usbvideo_frame *frame, long *pcopylen) argument
793 ibmcam_model3_parse_lines( struct uvd *uvd, struct usbvideo_frame *frame, long *pcopylen) argument
938 ibmcam_model4_128x96_parse_lines( struct uvd *uvd, struct usbvideo_frame *frame, long *pcopylen) argument
1026 ibmcam_ProcessIsocData(struct uvd *uvd, struct usbvideo_frame *frame) argument
[all...]
H A Dkonicawc.c116 int cur_frame_size; /* number of bytes in current frame size */
117 int maxline; /* number of lines per frame */
312 /* sts: 0x80-0xff: frame start with frame number (ie 0-7f)
336 if(sts == 0x01) { /* drop frame */
347 DEBUG(2, "dropping frame looking for image start");
352 if(sts & 0x80) { /* frame start */
404 DEBUG(3, "got frame %d len = %d buflen =%d", urb->start_frame, urb->actual_length, urb->transfer_buffer_length);
456 /* Alternate interface 1 is is the biggest frame size */
547 static void konicawc_process_isoc(struct uvd *uvd, struct usbvideo_frame *frame) argument
[all...]
H A Dquickcam_messenger.c725 static void qcm_process_isoc(struct uvd *uvd, struct usbvideo_frame *frame) argument
734 assert(frame != NULL);
746 if (frame->scanstate == ScanState_Scanning) {
753 frame->curline = 0;
754 frame->scanstate = ScanState_Lines;
755 frame->frameState = FrameState_Grabbing;
770 if (frame->scanstate == ScanState_Scanning)
778 while ( frame->curline < cam->height &&
785 /* frame->curline is the rgb y line */
787 ( frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlmp_frame.c5 * Description: IrLMP frame implementation
61 __u8 *frame; local
69 frame = skb->data;
71 frame[0] = dlsap | CONTROL_BIT;
72 frame[1] = slsap;
74 frame[2] = opcode;
77 frame[3] = 0x01; /* Service user request */
79 frame[3] = 0x00; /* rsvd */
108 * destination LSAP of received frame is source LSAP in our view
137 IRDA_DEBUG(2, "IrLMP, Sorry, no LSAP for received frame!\
[all...]
H A Dirttp.c266 "%s(), frame len=%d, rx_sdu_size=%d, rx_max_sdu_size=%d\n",
287 * Fragments a frame and queues all the fragments for transmission
294 __u8 *frame; local
303 * Split frame into a number of segments
321 frame = skb_push(frag, TTP_HEADER);
322 frame[0] = TTP_MORE;
333 frame = skb_push(skb, TTP_HEADER);
334 frame[0] = 0x00; /* Clear more bit */
574 * Queue frame for transmission. If SAR is enabled, fragement the frame
579 __u8 *frame; local
1081 __u8 *frame; local
1334 __u8 *frame; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsjcd.c200 return (bcd2bin(mp->frame) + bcd2bin(mp->sec) * 75
210 msf->frame = hsg % 75;
213 msf->frame = bin2bcd(msf->frame);
276 outb(pms->start.frame, SJCDPORT(0));
279 outb(pms->end.frame, SJCDPORT(0));
601 sjcd_disk_length.frame = info.un.track_msf.frame;
608 sjcd_disk_length.sec, sjcd_disk_length.frame);
658 msf.end.min = msf.end.sec = msf.end.frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_seeking/
H A Dmain.c187 static FLAC__StreamDecoderWriteStatus write_callback_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[], void *client_data) argument
201 FLAC__ASSERT(frame->header.number_type == FLAC__FRAME_NUMBER_TYPE_SAMPLE_NUMBER); /* decoder guarantees this */
204 printf("frame@%I64u(%u)... ", frame->header.number.sample_number, frame->header.blocksize);
206 printf("frame@%llu(%u)... ", (unsigned long long)frame->header.number.sample_number, frame->header.blocksize);
213 for (c = 0; c < frame->header.channels; c++)
214 for (i = (unsigned)frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h269 /* struct frame contains all data associated with one frame in the
272 transmitting the frame. */
276 struct frame { struct
278 /* points to the struct video_card that owns this frame */
281 /* index of this frame in video_card->frames[] */
294 /* whether this frame has been DMA'ed already; used only from
295 the IRQ handler to determine whether the frame can be reset */
299 /* kernel virtual pointer to the start of this frame's data in
304 /* Max # of packets per frame */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_fline.S45 | ;between six word frame (unimp) and
46 | ;four word frame
54 | ;a6 can point correctly to the stack frame
68 cmpib #VER_40,(%a7) |test for orig unimp frame
76 cmpib #VER_41,(%a7) |test for rev unimp frame
H A Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
13 | These equates are used to access the exception frame, the fsave
14 | frame and any local variables needed by the FPSP package.
44 | Positive offsets from A6 refer to the exception frame. Negative
46 | The fsave frame is also accessible from the top via A7.
66 | a second fsave frame can be pushed onto the stack and the
67 | handler exit code will reload the new frame and discard the old.
125 | words of a busy frame are the same as the unimplemented frame.
213 .set EXC_SR,4 | exception frame statu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_v4l.c57 MODULE_PARM_DESC(buffer_size, "Size for each frame buffer in bytes (default 68k)");
61 MODULE_PARM_DESC(num_buffers, "Number of frame buffers (1-"
515 struct framebuf *frame = &cam->buffers[frame_nr]; local
518 if (frame->status == FRAME_READY)
522 frame->status = FRAME_READY;
523 frame->length = 0;
530 frame->status == FRAME_READY);
549 int frame, err; local
580 for (frame = 0; frame < ca
660 int frame; local
888 int err, frame; local
1534 int frame; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtruemotion1.c44 AVFrame frame; member in struct:TrueMotion1Context
374 av_log(s->avctx, AV_LOG_INFO, "SPRITE frame found, please report the sample to the developers\n");
476 s->frame.data[0] = NULL;
602 unsigned char *current_line = s->frame.data[0];
716 current_line += s->frame.linesize[0];
728 unsigned char *current_line = s->frame.data[0];
842 current_line += s->frame.linesize[0];
859 s->frame.reference = 1;
860 s->frame.buffer_hints = FF_BUFFER_HINTS_VALID |
862 if (avctx->reget_buffer(avctx, &s->frame) <
[all...]
H A Dadxenc.c139 uint8_t *frame, int buf_size, void *data)
143 unsigned char *dst = frame;
183 return dst-frame;
138 adx_encode_frame(AVCodecContext *avctx, uint8_t *frame, int buf_size, void *data) argument
H A Dlibxvidff.c56 AVFrame encoded_picture; /** Encoded frame information */
73 int xvid_strip_vol_header(AVCodecContext *avctx, unsigned char *frame, unsigned int header_len, unsigned int frame_len);
190 /* Store the desired frame size */
362 * Encodes a single frame.
365 * @param frame Pointer to encoded frame buffer
366 * @param buf_size Size of encoded frame buffer
367 * @param data Pointer to AVFrame of unencoded frame
371 unsigned char *frame, int buf_size, void *data) {
381 /* Start setting up the frame */
370 ff_xvid_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) argument
512 xvid_strip_vol_header(AVCodecContext *avctx, unsigned char *frame, unsigned int header_len, unsigned int frame_len) argument
[all...]
H A Dvb.c45 uint8_t *frame, *prev_frame; member in struct:VBDecContext
97 cur = c->frame;
220 srcptr = c->frame;
228 FFSWAP(uint8_t*, c->frame, c->prev_frame);
254 c->frame = av_malloc( avctx->width * avctx->height);
264 av_freep(&c->frame);
H A Dlibfaac.c123 unsigned char *frame, int buf_size, void *data)
131 frame,
122 Faac_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.c95 * Calculate the link pointer DMA value for the first Skeleton QH in a frame.
97 static __le32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame) argument
104 * to occur in every frame. But we can schedule period-2 interrupts
106 * to 2 (mod 4), and so on. This way each frame only has two
116 skelnum = 8 - (int) __ffs(frame | UHCI_NUMFRAMES);
160 /* The current frame may already be partway finished */
180 /* Set the frame length to the default: 1 ms exactly */
183 /* Store the frame list base address */
186 /* Set the current frame number */
300 * we will give the controller one frame t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial.h23 __u32 frame, parity, overrun, brk; member in struct:async_icount
172 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa/
H A Dmpih-rshift.S38 .callinfo frame=64,no_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c800 unsigned char *frame; local
818 frame = space;
821 frame = mpi_is_secure (value)? gcry_malloc_secure (n) : gcry_malloc (n);
822 if (!frame)
829 memset (frame, 0, noff);
832 frame+noff, nframe-noff, NULL, value));
835 gcry_free (frame);
840 *r_frame = frame;
874 unsigned char *frame = NULL; local
882 /* Can't encode a VALUELEN value in a NFRAME bytes frame
973 unsigned char *frame = NULL; local
1067 byte *frame = NULL; local
1214 unsigned char *frame = NULL; local
1348 unsigned char *frame = NULL; /* Encoded messages (EM). */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-core.c90 dev->frame[i].bufmem = buff + i * imagesize;
91 dev->frame[i].buf.index = i;
92 dev->frame[i].buf.m.offset = i * imagesize;
93 dev->frame[i].buf.length = dev->frame_size;
94 dev->frame[i].buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
95 dev->frame[i].buf.sequence = 0;
96 dev->frame[i].buf.field = V4L2_FIELD_NONE;
97 dev->frame[i].buf.memory = V4L2_MEMORY_MMAP;
98 dev->frame[i].buf.flags = 0;
113 if (dev->frame[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex90 as it would be with MPEG audio layers, to embed a simple frame type
91 flag in each audio packet, or begin decode at any frame in the stream
154 Each Vorbis frame is coded according to a master 'mode'. A bitstream
157 The mode mechanism is used to encode a frame according to one of
159 suited to that frame. Different modes are, e.g. how frame size
160 is changed from frame to frame. The mode number of a frame serves as a
161 top level configuration switch for all other specific aspects of frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/alpha/
H A Ddiv.pl20 .frame $30,48,$26,0

Completed in 228 milliseconds

1234567891011>>