Searched refs:frames (Results 1 - 25 of 48) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/slider/
H A Dlibcrossbrowser.js109 frames[exdiv.id].scrollTo(x,frames[exdiv.id].scrollY);return;}
111 frames(exdiv.id+'_if').scrollTo(x,frames(exdiv.id+'_if').document.body.scrollTop);return;}
117 frames[exdiv.id].scrollTo(frames[exdiv.id].scrollX,y);return;}
119 frames(exdiv.id+'_if').scrollTo(frames(exdiv.id+'_if').document.body.scrollLeft,y);return;}
154 return _mac?frames(exdiv.id+'_if').document.body.offsetWidth
155 :frames(exdi
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/slider/
H A Dlibcrossbrowser.js109 frames[exdiv.id].scrollTo(x,frames[exdiv.id].scrollY);return;}
111 frames(exdiv.id+'_if').scrollTo(x,frames(exdiv.id+'_if').document.body.scrollTop);return;}
117 frames[exdiv.id].scrollTo(frames[exdiv.id].scrollX,y);return;}
119 frames(exdiv.id+'_if').scrollTo(frames(exdiv.id+'_if').document.body.scrollLeft,y);return;}
154 return _mac?frames(exdiv.id+'_if').document.body.offsetWidth
155 :frames(exdi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-ctrl.c221 static inline int set_video_mode_Nala(struct pwc_device *pdev, int size, int frames) argument
246 if (size < 0 || size > PSZ_CIF || frames < 4 || frames > 25)
248 frames = frames2frames[frames];
249 fps = frames2table[frames];
267 pdev->vframes = frames;
288 static inline int set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
294 if (size >= PSZ_MAX || frames < 5 || frames > 3
346 set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
416 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) argument
[all...]
H A Dpwc.h70 /* Ignore errors in the first N frames, to allow for startup delays */
132 int vframes, vsize; /* frames-per-second & size (see PSZ_*) */
133 int vframe_count; /* received frames */
134 int vframes_dumped; /* counter for dumped frames */
135 int vframes_error; /* frames received in error */
160 struct pwc_frame_buf *fbuf; /* all frames */
161 struct pwc_frame_buf *empty_frames, *empty_frames_tail; /* all empty frames */
162 struct pwc_frame_buf *full_frames, *full_frames_tail; /* all filled frames */
235 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Ddv1394.c31 1. accepts contiguous frames of DV data from user-space, via write()
41 2. re-assembles the DV data payloads into contiguous frames,
265 struct frame *f = video->frames[this_frame];
597 if(video->frames[last_frame]->frame_end_branch) {
601 *(video->frames[last_frame]->frame_end_branch) = cpu_to_le32(f->descriptor_pool_dma | f->first_n_descriptors);
603 /* this write MUST precede the next one, or we could silently drop frames */
607 temp = le32_to_cpu(*(video->frames[last_frame]->frame_end_branch - 2));
609 *(video->frames[last_frame]->frame_end_branch - 2) = cpu_to_le32(temp);
639 video->frames[video->active_frame]->descriptor_pool_dma |
689 * my DV deck drops the first few frames befor
[all...]
H A Ddv1394-private.h280 /* index of this frame in video_card->frames[] */
518 struct frame *frames[DV1394_MAX_FRAMES]; member in struct:video_card
551 if it's READY, that means the ringbuffer is full with READY frames;
552 if it's CLEAR, that means one or more ringbuffer frames are CLEAR */
/asus-wl-520gu-7.0.1.45/src/router/ov51x/test/
H A Dgetjpeg.c48 " -n <num> number of frames to grab\n"
113 //printf("VMBUF: size=%d, frames=%d, offset[0]=%d, offset[1]=%d\n",
114 // vmbuf.size, vmbuf.frames, vmbuf.offsets[0], vmbuf.offsets[1]);
135 vmmap.frame = (vmmap.frame + 1) % vmbuf.frames;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disdn_ppp.h154 long frames; /* number of frames in the frame list */ member in struct:__anon11220
H A Dvideodev.h237 int frames; /* Frames */ member in struct:video_mbuf
269 __u32 frame_count; /* frames output since decode/encode began */
313 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disdn_ppp.h154 long frames; /* number of frames in the frame list */ member in struct:__anon6806
H A Dvideodev.h237 int frames; /* Frames */ member in struct:video_mbuf
269 __u32 frame_count; /* frames output since decode/encode began */
313 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dlp486e.c313 0x40, /* default: don't save bad frames (apricot.c had 0x80) */
554 struct i596_rfd *rfd, int *frames) {
561 (*frames)++;
604 int frames = 0; local
616 if (i596_rx_one(dev, lp, rfd, &frames))
624 return frames;
1102 printk("receive frame reported, but no frames\n");
553 i596_rx_one(struct net_device *dev, volatile struct i596_private *lp, struct i596_rfd *rfd, int *frames) argument
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/rp-pppoe/
H A Dpppoe.h43 #error Unknown method for accessing raw Ethernet frames
190 /* States for scanning PPP frames */
253 int discoverySocket; /* Raw socket for discovery frames */
254 int sessionSocket; /* Raw socket for session frames */
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/rp-pppoe/
H A Dpppoe.h43 #error Unknown method for accessing raw Ethernet frames
190 /* States for scanning PPP frames */
253 int discoverySocket; /* Raw socket for discovery frames */
254 int sessionSocket; /* Raw socket for session frames */
/asus-wl-520gu-7.0.1.45/src/router/pppoe-relay/
H A Dpppoe.h41 #error Unknown method for accessing raw Ethernet frames
200 /* States for scanning PPP frames */
263 int discoverySocket; /* Raw socket for discovery frames */
264 int sessionSocket; /* Raw socket for session frames */
/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dpppoe.h39 #error Unknown method for accessing raw Ethernet frames
183 /* States for scanning PPP frames */
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Did3tag.h53 struct id3_frame **frames; member in struct:id3_tag
59 /* ID3v1 field frames */
69 /* special frames */
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Did3tag.h53 struct id3_frame **frames; member in struct:id3_tag
59 /* ID3v1 field frames */
69 /* special frames */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dwanpipe_multppp.c1813 unsigned int frames, len; local
1982 for (frames=0; frames < chdlc_priv_area->number_trace_elements; frames++){
2009 /* indicate there are more frames on board & exit */
2068 if (frames == chdlc_priv_area->number_trace_elements){
2071 chdlc_udp_pkt->trace_info.num_frames = frames;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_ppp.c1411 lp->netdev->pb->frames = 0;
1454 if( ++mp->frames > stats->max_queue_len )
1455 stats->max_queue_len = mp->frames;
1622 * discard all the frames below low watermark
1639 if (mp->frames > MP_MAX_QUEUE_LEN) {
1641 while (mp->frames > MP_MAX_QUEUE_LEN) {
1727 mp->frames--;
1736 printk(KERN_DEBUG"isdn_mppp: reassembling frames %d "
1762 mp->frames--;
2639 /* I believe the CCP handling as-is is done wrong. Compressed frames
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Doverlib.js1151 var tFrm = getFrameRef(top.frames, o3_frame);
1152 var sFrm = getFrameRef(top.frames, ol_frame);
1171 fnRef = p + 'frames' + sFrm + '.';
H A Doverlib_520.js749 var tFrm = getFrameRef(top.frames, o3_frame);
750 var sFrm = getFrameRef(top.frames, ol_frame);
769 fnRef = p + 'frames' + sFrm + '.';
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/
H A Doverlib.js702 var tFrm = getFrameRef(top.frames, o3_frame);
703 var sFrm = getFrameRef(top.frames, ol_frame);
718 fnRef = p + 'frames' + sFrm + '.';
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/js/
H A Dex_overlib.js1151 var tFrm = getFrameRef(top.frames, o3_frame);
1152 var sFrm = getFrameRef(top.frames, ol_frame);
1171 fnRef = p + 'frames' + sFrm + '.';
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/js/
H A Dex_overlib.js1151 var tFrm = getFrameRef(top.frames, o3_frame);
1152 var sFrm = getFrameRef(top.frames, ol_frame);
1171 fnRef = p + 'frames' + sFrm + '.';

Completed in 219 milliseconds

12