Searched refs:VIDEO_PALETTE_YUV422 (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/Documentation/video4linux/ |
D | w9966.txt | 24 is called VIDEO_PALETTE_YUV422 (16 bpp).
|
D | README.cpia | 105 VIDEO_PALETTE_UYVY, VIDEO_PALETTE_YUV422
|
/linux-2.4.37.9/drivers/usb/ |
D | w9968cf.h | 85 { VIDEO_PALETTE_YUV422, 16, 0 }, /* software conversion */
|
D | w9968cf.c | 227 "|" __MODULE_STRING(VIDEO_PALETTE_YUV422) 553 { VIDEO_PALETTE_YUV422, "YUV422" }, 1975 case VIDEO_PALETTE_YUV422: in w9968cf_set_picture()
|
D | ov511.c | 282 { VIDEO_PALETTE_YUV422, "YUV422" }, 2390 case VIDEO_PALETTE_YUV422: return 16; in get_depth() 3739 case VIDEO_PALETTE_YUV422: in ov51x_postprocess_yuv420() 3787 case VIDEO_PALETTE_YUV422: in ov51x_postprocess()
|
/linux-2.4.37.9/include/linux/ |
D | videodev.h | 167 #define VIDEO_PALETTE_YUV422 7 /* YUV422 capture */ macro
|
/linux-2.4.37.9/drivers/media/video/ |
D | meye.c | 1004 if (p->palette != VIDEO_PALETTE_YUV422) in meye_do_ioctl() 1047 if (vm->format != VIDEO_PALETTE_YUV422) in meye_do_ioctl() 1405 meye.picture.palette = VIDEO_PALETTE_YUV422; in meye_probe()
|
D | w9966.c | 971 16, VIDEO_PALETTE_YUV422// bpp, palette format in w9966_v4l_ioctl() 985 if (vpic.depth != 16 || vpic.palette != VIDEO_PALETTE_YUV422) in w9966_v4l_ioctl()
|
D | vino.c | 253 case VIDEO_PALETTE_YUV422: in bytes_per_pixel() 896 case VIDEO_PALETTE_YUV422: in vino_do_ioctl()
|
D | cpia.c | 1362 (palette == VIDEO_PALETTE_YUV422 && depth == 16) || in valid_mode() 1854 case VIDEO_PALETTE_YUV422: in yuvconvert() 1880 case VIDEO_PALETTE_YUV422: in skipcount() 2909 case VIDEO_PALETTE_YUV422: in cpia_do_ioctl()
|
D | zr36120.c | 1130 case 8: p.palette=VIDEO_PALETTE_YUV422; in zoran_ioctl() 1955 ztv->readinfo[0].format = VIDEO_PALETTE_YUV422; in init_zoran()
|
D | zr36067.c | 681 case VIDEO_PALETTE_YUV422: in format2bpp() 836 case VIDEO_PALETTE_YUV422: in zr36057_set_vfe()
|
D | bttv-driver.c | 1289 if (btv->picture.palette > 0 && btv->picture.palette <= VIDEO_PALETTE_YUV422) { in bt848_set_winsize()
|
/linux-2.4.37.9/Documentation/usb/ |
D | ov511.txt | 239 7 VIDEO_PALETTE_YUV422 (YUV422 capture)
|