Searched refs:video (Results 1 - 25 of 662) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Duvc_video.c30 uvc_video_encode_header(struct uvc_video *video, struct uvc_buffer *buf, argument
34 data[1] = UVC_STREAM_EOH | video->fid;
36 if (buf->buf.bytesused - video->queue.buf_used <= len - 2)
43 uvc_video_encode_data(struct uvc_video *video, struct uvc_buffer *buf, argument
46 struct uvc_video_queue *queue = &video->queue;
50 /* Copy video data to the USB buffer. */
61 uvc_video_encode_bulk(struct usb_request *req, struct uvc_video *video, argument
65 int len = video->req_size;
69 if (video->payload_size == 0) {
70 ret = uvc_video_encode_header(video, bu
101 uvc_video_encode_isoc(struct usb_request *req, struct uvc_video *video, struct uvc_buffer *buf) argument
164 struct uvc_video *video = req->context; local
209 uvc_video_free_requests(struct uvc_video *video) argument
231 uvc_video_alloc_requests(struct uvc_video *video) argument
275 uvc_video_pump(struct uvc_video *video) argument
329 uvc_video_enable(struct uvc_video *video, int enable) argument
368 uvc_video_init(struct uvc_video *video) argument
[all...]
H A Duvc_v4l2.c69 uvc_v4l2_get_format(struct uvc_video *video, struct v4l2_format *fmt) argument
71 fmt->fmt.pix.pixelformat = video->fcc;
72 fmt->fmt.pix.width = video->width;
73 fmt->fmt.pix.height = video->height;
75 fmt->fmt.pix.bytesperline = video->bpp * video->width / 8;
76 fmt->fmt.pix.sizeimage = video->imagesize;
84 uvc_v4l2_set_format(struct uvc_video *video, struct v4l2_format *fmt) argument
106 video->fcc = format->fcc;
107 video
164 struct uvc_video *video = handle->device; local
189 struct uvc_video *video = &uvc->video; local
[all...]
H A Df_uvc.h18 #include <linux/usb/video.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Duvc_video.c30 uvc_video_encode_header(struct uvc_video *video, struct uvc_buffer *buf, argument
34 data[1] = UVC_STREAM_EOH | video->fid;
36 if (buf->buf.bytesused - video->queue.buf_used <= len - 2)
43 uvc_video_encode_data(struct uvc_video *video, struct uvc_buffer *buf, argument
46 struct uvc_video_queue *queue = &video->queue;
50 /* Copy video data to the USB buffer. */
61 uvc_video_encode_bulk(struct usb_request *req, struct uvc_video *video, argument
65 int len = video->req_size;
69 if (video->payload_size == 0) {
70 ret = uvc_video_encode_header(video, bu
101 uvc_video_encode_isoc(struct usb_request *req, struct uvc_video *video, struct uvc_buffer *buf) argument
164 struct uvc_video *video = req->context; local
209 uvc_video_free_requests(struct uvc_video *video) argument
231 uvc_video_alloc_requests(struct uvc_video *video) argument
275 uvc_video_pump(struct uvc_video *video) argument
329 uvc_video_enable(struct uvc_video *video, int enable) argument
368 uvc_video_init(struct uvc_video *video) argument
[all...]
H A Duvc_v4l2.c69 uvc_v4l2_get_format(struct uvc_video *video, struct v4l2_format *fmt) argument
71 fmt->fmt.pix.pixelformat = video->fcc;
72 fmt->fmt.pix.width = video->width;
73 fmt->fmt.pix.height = video->height;
75 fmt->fmt.pix.bytesperline = video->bpp * video->width / 8;
76 fmt->fmt.pix.sizeimage = video->imagesize;
84 uvc_v4l2_set_format(struct uvc_video *video, struct v4l2_format *fmt) argument
106 video->fcc = format->fcc;
107 video
164 struct uvc_video *video = handle->device; local
189 struct uvc_video *video = &uvc->video; local
[all...]
H A Df_uvc.h18 #include <linux/usb/video.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c7 * video1394.c - video driver for OHCI 1394 boards
155 static struct frame* frame_new(unsigned int frame_num, struct video_card *video) argument
161 f->video = video;
164 f->header_pool = pci_alloc_consistent(f->video->ohci->dev, PAGE_SIZE, &f->header_pool_dma);
178 f->descriptor_pool = pci_alloc_consistent(f->video->ohci->dev,
182 pci_free_consistent(f->video->ohci->dev, PAGE_SIZE, f->header_pool, f->header_pool_dma);
198 pci_free_consistent(f->video->ohci->dev, PAGE_SIZE, f->header_pool, f->header_pool_dma);
199 pci_free_consistent(f->video->ohci->dev, f->descriptor_pool_size, f->descriptor_pool, f->descriptor_pool_dma);
209 Frame_prepare() must be called OUTSIDE the video
214 frame_prepare(struct video_card *video, unsigned int this_frame) argument
732 start_dma_receive(struct video_card *video) argument
798 receive_packets(struct video_card *video) argument
852 do_dv1394_init(struct video_card *video, struct dv1394_init *init) argument
1045 do_dv1394_init_default(struct video_card *video) argument
1061 stop_dma(struct video_card *video) argument
1120 do_dv1394_shutdown(struct video_card *video, int free_dv_buf) argument
1223 struct video_card *video = file_to_video_card(file); local
1252 struct video_card *video = file_to_video_card(file); local
1279 struct video_card *video = file_to_video_card(file); local
1286 struct video_card *video = file_to_video_card(file); local
1383 struct video_card *video = file_to_video_card(file); local
1493 struct video_card *video = file_to_video_card(file); local
1737 struct video_card *video = NULL; local
1786 struct video_card *video = file_to_video_card(file); local
1803 struct video_card *video = (struct video_card*) data; local
1948 struct video_card *video = (struct video_card*) data; local
2145 struct video_card *video; local
2213 struct video_card *video, *tmp_video; local
2271 struct video_card *video = NULL, *tmp_vid; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394.c7 * video1394.c - video driver for OHCI 1394 boards
155 static struct frame* frame_new(unsigned int frame_num, struct video_card *video) argument
161 f->video = video;
164 f->header_pool = pci_alloc_consistent(f->video->ohci->dev, PAGE_SIZE, &f->header_pool_dma);
178 f->descriptor_pool = pci_alloc_consistent(f->video->ohci->dev,
182 pci_free_consistent(f->video->ohci->dev, PAGE_SIZE, f->header_pool, f->header_pool_dma);
198 pci_free_consistent(f->video->ohci->dev, PAGE_SIZE, f->header_pool, f->header_pool_dma);
199 pci_free_consistent(f->video->ohci->dev, f->descriptor_pool_size, f->descriptor_pool, f->descriptor_pool_dma);
209 Frame_prepare() must be called OUTSIDE the video
214 frame_prepare(struct video_card *video, unsigned int this_frame) argument
732 start_dma_receive(struct video_card *video) argument
798 receive_packets(struct video_card *video) argument
852 do_dv1394_init(struct video_card *video, struct dv1394_init *init) argument
1045 do_dv1394_init_default(struct video_card *video) argument
1061 stop_dma(struct video_card *video) argument
1120 do_dv1394_shutdown(struct video_card *video, int free_dv_buf) argument
1223 struct video_card *video = file_to_video_card(file); local
1252 struct video_card *video = file_to_video_card(file); local
1279 struct video_card *video = file_to_video_card(file); local
1286 struct video_card *video = file_to_video_card(file); local
1383 struct video_card *video = file_to_video_card(file); local
1493 struct video_card *video = file_to_video_card(file); local
1737 struct video_card *video = NULL; local
1786 struct video_card *video = file_to_video_card(file); local
1803 struct video_card *video = (struct video_card*) data; local
1948 struct video_card *video = (struct video_card*) data; local
2145 struct video_card *video; local
2213 struct video_card *video, *tmp_video; local
2271 struct video_card *video = NULL, *tmp_vid; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/
H A DMakefile5 obj-y += common/ IR/ video/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/hdpvr/
H A DMakefile1 hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o
7 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/usbvision/
H A DMakefile1 usbvision-objs := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o
5 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/hdpvr/
H A DMakefile1 hdpvr-objs := hdpvr-control.o hdpvr-core.o hdpvr-video.o
7 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/usbvision/
H A DMakefile1 usbvision-objs := usbvision-core.o usbvision-video.o usbvision-i2c.o usbvision-cards.o
5 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/
H A DMakefile5 obj-y += common/ IR/ video/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/cx25821/
H A DMakefile2 cx25821-gpio.o cx25821-medusa-video.o \
3 cx25821-video.o cx25821-video-upstream.o \
4 cx25821-video-upstream-ch2.o \
10 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/cx25821/
H A DMakefile2 cx25821-gpio.o cx25821-medusa-video.o \
3 cx25821-video.o cx25821-video-upstream.o \
4 cx25821-video-upstream-ch2.o \
10 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx18/
H A Dcx18-video.c2 * cx18 video interface functions
23 #include "cx18-video.h"
30 v4l2_subdev_call(cx->sd_av, video, s_routing,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/mach-migor/mach/
H A Dmigor.h10 #include <video/sh_mobile_lcdc.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-video.c2 * cx18 video interface functions
23 #include "cx18-video.h"
30 v4l2_subdev_call(cx->sd_av, video, s_routing,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/mach-migor/mach/
H A Dmigor.h10 #include <video/sh_mobile_lcdc.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/tlg2300/
H A DMakefile1 poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o
5 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/tlg2300/
H A DMakefile1 poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o
5 EXTRA_CFLAGS += -Idrivers/media/video
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dc93.c62 AVStream *video; local
82 video = av_new_stream(s, 0);
83 if (!video)
86 video->codec->codec_type = AVMEDIA_TYPE_VIDEO;
87 video->codec->codec_id = CODEC_ID_C93;
88 video->codec->width = 320;
89 video->codec->height = 192;
91 video->sample_aspect_ratio = (AVRational) { 5, 6 };
92 video->time_base = (AVRational) { 2, 25 };
93 video
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dc93.c62 AVStream *video; local
82 video = av_new_stream(s, 0);
83 if (!video)
86 video->codec->codec_type = AVMEDIA_TYPE_VIDEO;
87 video->codec->codec_id = CODEC_ID_C93;
88 video->codec->width = 320;
89 video->codec->height = 192;
91 video->sample_aspect_ratio = (AVRational) { 5, 6 };
92 video->time_base = (AVRational) { 2, 25 };
93 video
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dc93.c62 AVStream *video; local
82 video = av_new_stream(s, 0);
83 if (!video)
86 video->codec->codec_type = AVMEDIA_TYPE_VIDEO;
87 video->codec->codec_id = CODEC_ID_C93;
88 video->codec->width = 320;
89 video->codec->height = 192;
91 video->sample_aspect_ratio = (AVRational) { 5, 6 };
92 video->time_base = (AVRational) { 2, 25 };
93 video
[all...]

Completed in 135 milliseconds

1234567891011>>