Searched refs:palette (Results 276 - 300 of 318) sorted by relevance

<<111213

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dclasses.tex287 \input palette.tex
H A Dcolour.tex249 will display full rgb colour picker or only available palette indexer.
H A Ddc.tex1138 \func{void}{SetPalette}{\param{const wxPalette\& }{palette}}
1140 If this is a window DC or memory DC, assigns the given palette to the window
1142 palette is selected out of the device context, and the original palette
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/usbvideo/
H A Dusbvideo.c1014 dev_info(&uvd->dev->dev, "%s: No default palette!\n",
1306 * own settings (such as color depth, palette) that we
1398 /* Check if the palette is supported */
1417 uvd->frame[vm->frame].palette = vm->format;
1556 * to specify the requested palette (video format) on per-frame
1565 err("%s: No default palette; don't know what to do!", __func__);
1576 uvd->frame[frmx].palette = uvd->defaultPalette;
H A Dkonicawc.c751 uvd->vpic.palette = VIDEO_PALETTE_YUV420P;
H A Dultracam.c480 uvd->vpic.palette = VIDEO_PALETTE_RGB24;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsm501fb.c258 unsigned long palette)
265 writel(value, fbi->regs + palette + offset);
908 /* true-colour, use pseuo-palette */
1582 /* clear palette ram - undefined at power on */
1743 /* initialise and set the palette */
257 sm501fb_setup_gamma(struct sm501fb_info *fbi, unsigned long palette) argument
H A Dneofb.c1991 info->pseudo_palette = par->palette;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp374 void wxGCDC::SetPalette( const wxPalette& WXUNUSED(palette) )
H A Dimage.cpp27 #include "wx/palette.h"
1952 void wxImage::SetPalette(const wxPalette& palette) argument
1958 M_IMGDATA->m_palette = palette;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dmakefile155 ../../src/palmos/palette.cpp \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/sm7xx/
H A Dsmtcfb.c73 } palette[NR_RGB]; member in struct:smtcfb_info
250 * second display palette for dual head. Enable CRT RAM, 6-bit
255 /* primary display palette. Enable LCD RAM only, 6-bit RAM */
397 * 16/32 bit true-colour, use pseuo-palette for 16 base color
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_driver.c1215 par->palette[regno].red = red;
1216 par->palette[regno].green = green;
1217 par->palette[regno].blue = blue;
1218 par->palette[regno].transp = transp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h776 * Tell user application that palette has changed from previous frame.\
777 * - encoding: ??? (no palette-enabled encoder yet)\
1813 * palette control structure
1814 * - encoding: ??? (no palette-enabled encoder yet)
2482 * This structure defines a method for communicating palette changes
2485 * @deprecated Use AVPacket to send palette changes instead.
2492 /* Demuxer sets this to 1 to indicate the palette has changed;
2496 /* 4-byte ARGB palette entries, stored in native byte order; note that
2497 * the individual palette components should be on a 8-bit scale; if
2498 * the palette dat
2500 unsigned int palette[AVPALETTE_COUNT]; member in struct:AVPaletteControl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c1183 /* figure out the palette situation */
1190 /* for palette traversal */
1196 /* compute the greyscale palette */
1203 sc->palette[j] =
1211 /* if flag bit 3 is set, use the default palette */
1224 sc->palette[j] =
1228 /* load the palette from the file */
1246 sc->palette[j] =
2651 av_log(mov->fc, AV_LOG_ERROR, "Cannot append palette to packet\n");
2653 memcpy(pal, sc->palette, AVPALETTE_SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DMakefile.in1929 wx/mgl/palette.h \
1982 wx/x11/palette.h \
2224 wx/mac/palette.h \
2306 wx/mac/carbon/palette.h \
2393 wx/motif/palette.h \
2469 wx/msw/palette.h \
2579 wx/os2/palette.h \
2663 wx/msw/palette.h \
2968 wx/palette.h \
13612 monodll_motif_palette.o: $(srcdir)/src/motif/palette
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwrite.c149 png_write_PLTE(png_ptr, info_ptr->palette,
152 png_error(png_ptr, "Valid palette required for paletted images");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c1295 /* figure out the palette situation */
1298 /* Do not create a greyscale palette for cinepak */
1304 /* for palette traversal */
1310 /* compute the greyscale palette */
1317 sc->palette[j] = (0xFFU << 24) | (r << 16) | (g << 8) | (b);
1324 /* if flag bit 3 is set, use the default palette */
1337 sc->palette[j] = (0xFFU << 24) | (r << 16) | (g << 8) | (b);
1340 /* load the palette from the file */
1356 sc->palette[j] = (a << 24 ) | (r << 16) | (g << 8) | (b);
1495 av_strlcat(buf, "palette
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwrite.c134 png_write_PLTE(png_ptr, info_ptr->palette,
137 png_error(png_ptr, "Valid palette required for paletted images\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h28 #include "wx/palette.h"
406 virtual void SetPalette(const wxPalette& palette) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davcodec.h1184 * Tell user application that palette has changed from previous frame.
1185 * - encoding: ??? (no palette-enabled encoder yet)
2310 * palette control structure
2311 * - encoding: ??? (no palette-enabled encoder yet)
3377 * This structure defines a method for communicating palette changes
3380 * @deprecated Use AVPacket to send palette changes instead.
3385 /* Demuxer sets this to 1 to indicate the palette has changed;
3389 /* 4-byte ARGB palette entries, stored in native byte order; note that
3390 * the individual palette components should be on a 8-bit scale; if
3391 * the palette dat
3393 unsigned int palette[AVPALETTE_COUNT]; member in struct:AVPaletteControl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_v4l.c1881 cam->vp.palette = (u16) VIDEO_PALETTE_RGB24; /* Is this right? */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex627 \func{void}{SetPalette}{\param{const wxPalette\& }{palette}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp675 void wxDC::SetPalette( const wxPalette& palette )
H A Ddccg.cpp1491 void wxDC::SetPalette( const wxPalette& palette )

Completed in 493 milliseconds

<<111213