Home | History | Annotate | Download | only in x11vnc

Lines Matching full:palette

84 static char *v4l1_lu_palette(unsigned short palette);
86 static char *v4l2_lu_palette(unsigned int palette);
260 v4l1_picture.palette = fnew;
750 static char *v4l1_lu_palette(unsigned short palette) {
751 switch(palette) {
962 if (v) fprintf(stderr, " palette: %d %s\n", v4l1_picture.palette,
963 v4l1_lu_palette(v4l1_picture.palette));
1136 char *str = v4l1_lu_palette(v4l1_picture.palette);
1144 char *pal = v4l1_lu_palette(v4l1_picture.palette);
1145 fprintf(stderr, "palette: %s\n", pal);
1244 } else if (strstr(lb, "palette ") == lb) {