Searched refs:frame (Results 226 - 250 of 556) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/hppa1.1/
H A Dudiv-qrnnd.S50 .callinfo frame=64,no_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-java/
H A DMakefile.am77 javadoc2/allclasses-frame.html \
88 javadoc2/gnu/gettext/package-frame.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibdiracenc.c46 /** frame being encoded */
49 /** frame size */
55 /** input frame buffer */
58 /** buffer to store encoder output before writing it to the frame queue */
223 /* initialize the encoded frame queue */
238 unsigned char *frame,
257 /* Allocate frame data to Dirac input buffer.
260 * So use avpicture_layout to copy the frame. */
266 /* load next frame */
280 p_dirac_params->p_encoder->enc_buf.buffer = frame;
237 libdirac_encode_frame(AVCodecContext *avccontext, unsigned char *frame, int buf_size, void *data) argument
[all...]
H A Dlibschroedingerenc.c48 /** Schroedinger frame format */
51 /** frame being encoded */
54 /** frame size */
60 /** buffer to store encoder output before writing it to the frame queue*/
218 /* Initialize the encoded frame queue. */
230 * to copy the frame. */
253 unsigned char *frame,
273 /* Allocate frame data to schro input buffer. */
276 /* Load next frame. */
297 /* All non-frame dat
252 libschroedinger_encode_frame(AVCodecContext *avccontext, unsigned char *frame, int buf_size, void *data) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Daztcd.h135 unsigned char frame; member in struct:msf
H A Dsjcd.h124 unsigned char frame; member in struct:msf
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dprocessor.h60 struct pt_regs *frame; /* [GR28] exception frame ptr for this thread */ member in struct:thread_struct
63 unsigned long fp; /* [GR2 ] kernel frame pointer */
70 struct pt_regs *frame0; /* top (user) stack frame */
96 * - need to discard the frame stacked by init() invoking the execve syscall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/
H A Dhead.S42 .frame $30,128,$26
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strncat.S30 .frame $30, 0, $26
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irlan/
H A Dirlan_provider.c228 __u8 *frame; local
247 frame = skb->data;
259 count = frame[1];
263 ptr = frame+2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpc8.c49 int frame; member in struct:__anon692
213 pkt->pts = c->frame;
231 c->frame = st->index_entries[index].timestamp;
H A Dswfdec.c75 get_le16(pb); /* frame count */
87 int tag, len, i, frame, v; local
134 frame = get_le16(pb);
136 pkt->pts = frame;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Ddecoders.cpp132 ::FLAC__StreamDecoderWriteStatus common_write_callback_(const ::FLAC__Frame *frame);
137 ::FLAC__StreamDecoderWriteStatus DecoderCommon::common_write_callback_(const ::FLAC__Frame *frame) argument
143 (frame->header.number_type == ::FLAC__FRAME_NUMBER_TYPE_FRAME_NUMBER && frame->header.number.frame_number == 0) ||
144 (frame->header.number_type == ::FLAC__FRAME_NUMBER_TYPE_SAMPLE_NUMBER && frame->header.number.sample_number == 0)
195 ::FLAC__StreamDecoderWriteStatus write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]);
287 ::FLAC__StreamDecoderWriteStatus StreamDecoder::write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]) argument
291 return common_write_callback_(frame);
351 ::FLAC__StreamDecoderWriteStatus write_callback(const ::FLAC__Frame *frame, cons
358 write_callback(const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dtraps.c89 asmlinkage void buserr_c(struct frame *fp)
99 die_if_kernel("bad frame format",&fp->ptregs,0);
158 void bad_super_trap(struct frame *fp)
173 asmlinkage void trap_c(struct frame *fp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.h39 /* Bit flags for frames (apply to the frame where they are specified) */
60 * constant (integer) value that may be used to tag a frame or
137 scan_Out, /* Not enough data for frame */
182 int curline; /* Line of frame we're working on */
184 long seqRead_Length; /* Raw data length of frame */
192 unsigned long frame_num; /* Sequential number of the frame */
196 unsigned long header_count; /* How many frame headers we found */
222 int max_frame_size; /* Bytes in one video frame */
237 struct usbvideo_frame frame[USBVIDEO_NUMFRAMES]; member in struct:uvd
317 struct usbvideo_frame *frame,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_device.c554 /* video stride, status, and frame grab register */
1155 int frame, i, max_stat_com; local
1164 frame = zr->jpg_pend[zr->jpg_dma_head & BUZ_MASK_FRAME];
1172 cpu_to_le32(zr->jpg_buffers.buffer[frame].frag_tab_bus);
1180 cpu_to_le32(zr->jpg_buffers.buffer[frame].frag_tab_bus);
1182 cpu_to_le32(zr->jpg_buffers.buffer[frame].frag_tab_bus);
1184 zr->jpg_buffers.buffer[frame].state = BUZ_STATE_DMA;
1203 int frame; local
1205 /* In motion decompress we don't have a hardware frame counter,
1224 frame
1299 long frame; local
1498 int frame = zr->v4l_pend[zr->v4l_pend_tail & local
[all...]
H A Darv.c84 /* frame size & type */
108 unsigned char *frame[MAX_AR_HEIGHT]; /* frame data */ member in struct:ar_device
310 printk("arv: interrupted while get frame data.\n");
336 ar_outl(virt_to_phys(ar->frame[l]), M32R_DMA0CDA_PORTL);
347 ar_outl(virt_to_phys(ar->frame[h]), M32R_DMA0CDA_PORTL);
374 p = ar->frame[h];
572 memcpy(ar->frame[0], ar->line_buff, ar->line_bytes);
580 memcpy(ar->frame[line_number], ar->line_buff, ar->line_bytes);
583 * if captured all line of a frame, disabl
[all...]
H A Dw9968cf.c184 "\nSpecify the maximum number of video frame buffers"
652 /* Free temporary frame buffer */
664 /* Free video frame buffers */
665 if (cam->frame[0].buffer) {
666 rvfree(cam->frame[0].buffer, cam->nbuffers*cam->frame[0].size);
667 cam->frame[0].buffer = NULL;
690 /* Calculate the max amount of raw data per frame from the device */
712 /* Allocate memory for the temporary frame buffer */
715 "video frame buffe
[all...]
H A Dzoran_driver.c27 * bttv - Bt848 frame grabber driver
368 "%s: v4l_fbuffer_alloc() - V4L frame %d mem 0x%lx (bus: 0x%lx)\n",
397 "%s: Bigphysarea frame %d mem 0x%x (bus: 0x%x)\n",
712 "%s: v4l_set_format() - wrong frame size (%dx%d)\n",
733 "%s: v4l_set_format() - wrong frame alingment\n",
869 /* queue the frame in the pending queue */
870 if ((res = zoran_v4l_queue_frame(file, mp->frame))) {
875 /* put the 36057 into frame grabbing mode */
890 int frame)
904 /* check passed-in frame numbe
889 v4l_sync(struct file *file, int frame) argument
1058 jpg_qbuf(struct file *file, int frame, enum zoran_codec_mode mode) argument
1111 int frame; local
2295 int *frame = arg, res; local
2564 int *frame = arg, res; local
2579 int *frame = arg, res; local
4265 int res = 0, frame; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dlibdc1394.c54 dc1394video_frame_t *frame;
205 /* discard stale frame */
208 av_log(c, AV_LOG_ERROR, "failed to release %d frame\n", dc1394->current_frame);
318 /* discard stale frame */
320 if (dc1394_capture_enqueue(dc1394->camera, dc1394->frame) != DC1394_SUCCESS)
321 av_log(c, AV_LOG_ERROR, "failed to release %d frame\n", dc1394->current_frame);
324 res = dc1394_capture_dequeue(dc1394->camera, DC1394_CAPTURE_POLICY_WAIT, &dc1394->frame);
326 dc1394->packet.data = (uint8_t *)(dc1394->frame->image);
328 res = dc1394->frame->image_bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_snan.S90 cmpib #VER_40,(%a7) |test for orig unimp frame
101 moveb VER_TMP(%a6),(%a7) |format a busy frame
112 | Exit snan handler by expanding the unimp frame into a busy frame
118 cmpib #VER_40,(%a7) |test for orig unimp frame
129 moveb VER_TMP(%a6),(%a7) |format a busy frame
144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S294 set LOCAL_SIZE, 192 # stack frame size(bytes)
302 set EXC_FP, 0x0 # frame pointer
586 # fix_skewed_ops() - adjust src operand in fsave frame #
599 # - The system stack contains the FP Ovfl exception stack frame #
600 # - The fsave frame contains the source operand #
605 # - The fsave frame contains the adjusted src op for opclass 0,2 #
608 # - The "exception present" flag in the fsave frame is cleared #
620 # exceptional operand and plave it in the fsave state frame, and store #
640 link.w %a6,&-LOCAL_SIZE # init stack frame
642 fsave FP_SRC(%a6) # grab the "busy" frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c206 dev->frame[i].state = F_UNUSED;
207 dev->frame[i].buf.bytesused = 0;
490 f = list_entry(dev->outqueue.prev, struct em28xx_frame_t, frame);
493 list_for_each_entry(i, &dev->outqueue, frame)
612 size != PAGE_ALIGN(dev->frame[0].buf.length)) {
618 if ((dev->frame[i].buf.m.offset >> PAGE_SHIFT) == vma->vm_pgoff)
631 pos = dev->frame[i].bufmem;
644 vma->vm_private_data = &dev->frame[i];
904 if (dev->frame[i].vma_use_count) {
1334 if (dev->frame[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoecmd.c44 static struct frame *
47 struct frame *f, *e;
60 * This driver reserves tag -1 to mean "unused frame."
100 aoecmd_ata_rw(struct aoedev *d, struct frame *f)
120 /* initialize the headers & frame */
234 static struct frame *
237 struct frame *f, *e;
262 struct frame *f;
289 rexmit(struct aoedev *d, struct frame *f)
358 struct frame *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S183 * * Always make room for the cpu status record in the frame, in order to
221 * * New frame type used when an SBFS frame needs to be popped without
227 * Added detection of frame-type in Rexit, so that mmu_bus_fault can
369 ;; stack-frame similar to the irq heads, which is reversed in ret_from_sys_call
370 move $brp,[$sp=$sp-16]; instruction pointer and room for a fake SBFS frame
380 move.d $r0, [$sp+PT_r10] ; put the default return value in r10 in the frame
443 ;; now we have a 4-word SBFS frame which we do not want to restore
446 ;; the frame.
449 move [$sp=$sp+16], $p8; pop the SBFS frame fro
[all...]

Completed in 162 milliseconds

1234567891011>>