Home
last modified time | relevance | path

Searched refs:VIDEO_PALETTE_YUV422 (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/Documentation/video4linux/
Dw9966.txt24 is called VIDEO_PALETTE_YUV422 (16 bpp).
DREADME.cpia105 VIDEO_PALETTE_UYVY, VIDEO_PALETTE_YUV422
/linux-2.4.37.9/drivers/usb/
Dw9968cf.h85 { VIDEO_PALETTE_YUV422, 16, 0 }, /* software conversion */
Dw9968cf.c227 "|" __MODULE_STRING(VIDEO_PALETTE_YUV422)
553 { VIDEO_PALETTE_YUV422, "YUV422" },
1975 case VIDEO_PALETTE_YUV422: in w9968cf_set_picture()
Dov511.c282 { 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/
Dvideodev.h167 #define VIDEO_PALETTE_YUV422 7 /* YUV422 capture */ macro
/linux-2.4.37.9/drivers/media/video/
Dmeye.c1004 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()
Dw9966.c971 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()
Dvino.c253 case VIDEO_PALETTE_YUV422: in bytes_per_pixel()
896 case VIDEO_PALETTE_YUV422: in vino_do_ioctl()
Dcpia.c1362 (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()
Dzr36120.c1130 case 8: p.palette=VIDEO_PALETTE_YUV422; in zoran_ioctl()
1955 ztv->readinfo[0].format = VIDEO_PALETTE_YUV422; in init_zoran()
Dzr36067.c681 case VIDEO_PALETTE_YUV422: in format2bpp()
836 case VIDEO_PALETTE_YUV422: in zr36057_set_vfe()
Dbttv-driver.c1289 if (btv->picture.palette > 0 && btv->picture.palette <= VIDEO_PALETTE_YUV422) { in bt848_set_winsize()
/linux-2.4.37.9/Documentation/usb/
Dov511.txt239 7 VIDEO_PALETTE_YUV422 (YUV422 capture)