Searched refs:video (Results 51 - 75 of 366) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddevfsd.conf70 #REGISTER ^v4l/video0$ CFUNCTION GLOBAL mksymlink v4l/video0 video
71 #UNREGISTER ^v4l/video0$ CFUNCTION GLOBAL unlink video
75 REGISTER ^v4l/video0$ EXECUTE /bin/ln -sf v4l/video0 video
76 UNREGISTER ^v4l/video0$ EXECUTE /bin/rm -f video
117 REGISTER ^dvb/card[0-9]+/[^/]+$ PERMISSIONS root.video 0660
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvideo.mak46 FATE_BINK_VIDEO += fate-bink-video-b
47 fate-bink-video-b: CMD = framecrc -i $(TARGET_SAMPLES)/bink/RISE.BIK -frames 30
49 FATE_BINK_VIDEO += fate-bink-video-f
50 fate-bink-video-f: CMD = framecrc -i $(TARGET_SAMPLES)/bink/hol2br.bik
52 FATE_BINK_VIDEO += fate-bink-video-i
53 fate-bink-video-i: CMD = framecrc -i $(TARGET_SAMPLES)/bink/RazOnBull.bik -an
57 FATE_VIDEO-$(call DEMDEC, BMV, BMV_VIDEO) += fate-bmv-video
58 fate-bmv-video: CMD = framecrc -i $(TARGET_SAMPLES)/bmv/SURFING-partial.BMV -pix_fmt rgb24 -an
93 FATE_VIDEO-$(call DEMDEC, DSICIN, DSICINVIDEO) += fate-delphine-cin-video
94 fate-delphine-cin-video
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394-private.h279 struct video_card *video; member in struct:frame
301 bus address you must go through the video->user_dma mapping */
380 static struct frame* frame_new(unsigned int frame_num, struct video_card *video);
547 /* the isochronous channel to use, -1 if video card is inactive */
572 static int do_dv1394_init(struct video_card *video, struct dv1394_init *init);
573 static int do_dv1394_init_default(struct video_card *video);
574 static void do_dv1394_shutdown(struct video_card *video, int free_user_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddisplay.tex43 Changes the video mode of this display to the mode specified
47 the defined behaviour is that wxDisplay will reset the video
56 function that changed the video mode to the system
85 Returns the current video mode that this display is in.
138 Fills and returns an array with all the video modes that
139 are supported by this display, or video modes that are
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/
H A DMakefile12 obj-y += video/
37 obj-$(CONFIG_FB_I810) += video/i810/
38 obj-$(CONFIG_FB_INTEL) += video/intelfb/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_scale.c23 * scale video filter
248 outpicref->video->w = outlink->w;
249 outpicref->video->h = outlink->h;
253 av_reduce(&outpicref->video->pixel_aspect.num, &outpicref->video->pixel_aspect.den,
254 (int64_t)picref->video->pixel_aspect.num * outlink->h * link->w,
255 (int64_t)picref->video->pixel_aspect.den * outlink->w * link->h,
292 .description = NULL_IF_CONFIG_SMALL("Scale the input video to width:height size and/or convert the image format."),
H A Dvsrc_testsrc.c47 char *size; ///< video frame size
48 char *rate; ///< video frame rate
49 char *duration; ///< total duration of the generated video
61 { "size", "set video size", OFFSET(size), FF_OPT_TYPE_STRING, {.str = "320x240"}},
62 { "s", "set video size", OFFSET(size), FF_OPT_TYPE_STRING, {.str = "320x240"}},
63 { "rate", "set video rate", OFFSET(rate), FF_OPT_TYPE_STRING, {.str = "25"}, },
64 { "r", "set video rate", OFFSET(rate), FF_OPT_TYPE_STRING, {.str = "25"}, },
65 { "duration", "set video duration", OFFSET(duration), FF_OPT_TYPE_STRING, {.str = NULL}, },
66 { "sar", "set video sample aspect ratio", OFFSET(sar), FF_OPT_TYPE_RATIONAL, {1}, 0, INT_MAX },
137 picref->video
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidbase.tex30 wxMMedia2 (video) types
103 Return the video codec name
155 Attaches the video output to a window. The video will be shown in that window.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc.h129 void (*encode) (struct usb_request *req, struct uvc_video *video,
152 struct uvc_video video; member in struct:uvc_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpm2fb.c45 #include <video/permedia2.h>
46 #include <video/cvisionppc.h>
98 u32 video; /* video flags before blanking */ member in struct:pm2fb_par
121 * Default video mode. In case the modedb doesn't work.
519 static void set_video(struct pm2fb_par *p, u32 video) argument
522 u32 vsync = video;
524 DPRINTK("video = 0x%x\n", video);
541 if ((video
698 u32 video = 0; local
1005 u32 video = par->video; local
[all...]
H A Dpm3fb.c2 * linux/drivers/video/pm3fb.c -- 3DLabs Permedia3 frame buffer device
13 * Based on linux/drivers/video/skeletonfb.c:
15 * Based on linux/driver/video/pm2fb.c:
39 #include <video/pm3fb.h>
69 * you place this in a header file in linux/include/video. This file usually
76 u32 video; /* video flags before blanking */ member in struct:pm3_par
815 unsigned int video = par->video; local
817 video
1163 u32 video = par->video; local
[all...]
H A Dxen-fbfront.c7 * Based on linux/drivers/video/q40fb.c
61 static int video[KPARAM_CNT] = { 2, XENFB_WIDTH, XENFB_HEIGHT }; variable
62 module_param_array(video, int, NULL, 0);
63 MODULE_PARM_DESC(video,
286 if (var->xres == video[KPARAM_WIDTH] &&
287 var->yres == video[KPARAM_HEIGHT] &&
295 if (var->xres > video[KPARAM_WIDTH] || var->yres > video[KPARAM_HEIGHT])
378 if (val < video[KPARAM_MEM])
379 video[KPARAM_ME
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A DMakefile3 cx18-mailbox.o cx18-vbi.o cx18-audio.o cx18-video.o cx18-irq.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-video-v4l.c30 #include "pvrusb2-video-v4l.h"
49 /* In radio mode, we mute the video, but point at one
101 sd->ops->video->s_routing(sd, input, 0, 0);
H A Dpvrusb2-cx2584x-v4l.c30 #include "pvrusb2-video-v4l.h"
133 sd->ops->video->s_routing(sd, (u32)vid_input, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A DSTG4000Interface.h2 * linux/drivers/video/kyro/STG4000Interface.h
15 #include <video/kyro.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Drivafb.h5 #include <video/vga.h>
50 struct riva_regs initial_state; /* initial startup video mode */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A DMakefile30 setup-y += pm.o pmjump.o printf.o regs.o string.o tty.o video.o
31 setup-y += video-mode.o version.o
34 # The link order of the video-*.o modules can matter. In particular,
35 # video-vga.o *must* be listed first, followed by video-vesa.o.
37 # probed, and video-bios.o should typically be last.
38 setup-y += video-vga.o
39 setup-y += video-vesa.o
40 setup-y += video-bios.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sni/
H A Dsetup.c235 #include <video/vga.h>
236 #include <video/cirrus.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.h78 /* Buffer queue used in video-buf */
82 /* Used in video-buf */
108 /* Identifies video device for this channel */
128 /* video object */
129 struct video_obj video; member in struct:channel_obj
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-controls.c72 v4l2_subdev_call(itv->sd_video, video, s_mbus_fmt, &fmt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Djornada720_lcd.c23 #include <video/s1d13xxxfb.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dplotframes23 plotframes - Plot video frame sizes using ffprobe and gnuplot
32 collected video sizes with gnuplot.
145 set title "video frame sizes"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvideodsp_armv5te.S2 @ ARMv5te-optimized core video DSP functions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcdxl.c2 * CDXL video decoder
24 * Commodore CDXL video decoder
49 const uint8_t *video; member in struct:__anon3104
83 init_get_bits(&gb, c->video, c->video_size * 8);
98 init_get_bits(&gb, c->video, c->video_size * 8);
234 c->video = c->palette + c->palette_size;
299 .long_name = NULL_IF_CONFIG_SMALL("Commodore CDXL video"),

Completed in 385 milliseconds

1234567891011>>