Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_PAL8 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-ioctl.c1383 V4L2_PIX_FMT_PAL8, /* Uses a 256-entry RGB colormap */ in ivtv_g_fbuf()
1391 V4L2_PIX_FMT_PAL8, /* Uses a 256-entry YUV colormap */ in ivtv_g_fbuf()
1420 if (fb->fmt.pixelformat != V4L2_PIX_FMT_PAL8) in ivtv_g_fbuf()
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h412 #define V4L2_PIX_FMT_PAL8 v4l2_fourcc('P', 'A', 'L', '8') /* 8 8-bit palette */ macro