Searched refs:palette (Results 51 - 75 of 318) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmmvideo.c52 int palette[AVPALETTE_COUNT]; member in struct:MmContext
77 s->palette[i] = 0xFFU << 24 | bytestream2_get_be24(&s->gb);
78 s->palette[i+128] = s->palette[i]<<2;
217 memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE);
H A Daasc.c40 uint32_t palette[AVPALETTE_COUNT]; member in struct:AascContext
58 s->palette[i] = 0xFFU << 24 | AV_RL32(ptr);
133 memcpy(s->frame->data[1], s->palette, s->palette_size);
H A Danm.c33 int palette[AVPALETTE_COUNT]; member in struct:AnmContext
55 s->palette[i] = bytestream2_get_le32u(&s->gb);
173 memcpy(s->frame->data[1], s->palette, AVPALETTE_SIZE);
H A Drl2.c40 #define EXTRADATA1_SIZE (6 + 256 * 3) ///< video base, clr count, palette
48 uint32_t palette[AVPALETTE_COUNT]; member in struct:Rl2Context
156 /** initialize palette */
158 s->palette[i] = 0xFFU << 24 | AV_RB24(&avctx->extradata[6 + i * 3]);
191 /** make the palette available on the way out */
192 memcpy(frame->data[1], s->palette, AVPALETTE_SIZE);
H A Dbintext.c40 int palette[16]; member in struct:XbinContext
71 s->palette[i] = 0xFF000000 | (AV_RB24(p) << 2) | ((AV_RB24(p) >> 4) & 0x30303);
76 s->palette[i] = 0xFF000000 | ff_cga_palette[i];
151 memcpy(s->frame->data[1], s->palette, 16 * 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbitmap.h50 // create the mask from bitmap pixels with the given palette index
101 int type, const wxPalette *palette = NULL);
151 const wxPalette *palette = (wxPalette *)NULL) const = 0;
164 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 Drl2.c37 #define EXTRADATA1_SIZE (6 + 256 * 3) ///< video base, clr count, palette
46 unsigned int palette[AVPALETTE_COUNT]; member in struct:Rl2Context
152 /** initialize palette */
154 s->palette[i] = AV_RB24(&avctx->extradata[6 + i * 3]);
192 /** make the palette available on the way out */
193 memcpy(s->frame.data[1], s->palette, AVPALETTE_SIZE);
H A Dbethsoftvideo.c52 uint32_t *palette = (uint32_t *)ctx->frame.data[1]; local
59 palette[a] = bytestream2_get_be24u(&ctx->g) * 4;
H A Ddsicinav.c42 uint32_t palette[256]; member in struct:CinVideoContext
217 /* handle palette */
224 cin->palette[i] = bytestream_get_le24(&buf);
229 cin->palette[buf[0]] = AV_RL24(buf+1);
289 memcpy(cin->frame.data[1], cin->palette, sizeof(cin->palette));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dbitmap.h18 #include "wx/palette.h"
116 bool SaveFile( const wxString &name, wxBitmapType type, const wxPalette *palette = (wxPalette *) NULL ) const;
122 virtual void SetPalette(const wxPalette& palette);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmask.tex48 Constructs a mask from a bitmap and a palette index that indicates the background. Not
57 \docparam{index}{Index into a palette, specifying the transparency colour.}
77 Constructs a mask from a bitmap and a palette index that indicates the background. Not
86 \docparam{index}{Index into a palette, specifying the transparency colour.}
H A Dcolordlg.tex31 colours from colour data object will be be used in dialog's colour palette.
33 or replaced with white colour on platforms where custom colours palette has
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dbitmap.h87 const wxPalette *palette = (wxPalette *)NULL) const;
92 void SetPalette(const wxPalette& palette);
H A Ddc.h76 void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dbitmap.h17 #include "wx/palette.h"
101 const wxPalette *palette = (wxPalette *)NULL) const;
106 void SetPalette(const wxPalette& palette);
H A Ddc.h45 void SetColourMap( const wxPalette& palette ) { SetPalette(palette); };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Ds3c-fb.c80 * @palette: Address of palette memory, or 0 if none.
96 unsigned short palette[S3C_FB_MAX_WIN]; member in struct:s3c_fb_variant
107 * @palette_sz: Size of palette in entries.
108 * @palette_16bpp: Set if palette is 16bits wide.
136 * struct s3c_fb_palette - palette information
155 * @palette_buffer: Buffer/cache to hold palette entries.
158 * @palette: The bitfields for changing r/g/b into a hardware palette entry.
164 struct s3c_fb_palette palette; member in struct:s3c_fb_win
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l1-compat.c142 palette_to_pixelformat(unsigned int palette) argument
144 if (palette < ARRAY_SIZE(palette2pixelformat))
145 return palette2pixelformat[palette];
153 int palette = 0; local
156 palette = VIDEO_PALETTE_GREY;
159 palette = VIDEO_PALETTE_RGB555;
162 palette = VIDEO_PALETTE_RGB565;
165 palette = VIDEO_PALETTE_RGB24;
168 palette = VIDEO_PALETTE_RGB32;
172 palette
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dexample.c219 * for paletted images instead of supplying a palette index. Note that
274 /* Dither RGB files down to 8 bit palette or reduce palettes
280 png_colorp palette;
282 /* This reduces the image to the application supplied palette */
283 if (/* We have our own palette */)
291 /* This reduces the image to the palette supplied in the file */
292 else if (png_get_PLTE(png_ptr, info_ptr, &palette, &num_palette))
298 png_set_dither(png_ptr, palette, num_palette,
337 /* Optional call to gamma correct and add the background to the palette
339 * update the palette fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dexample.c211 * for paletted images instead of supplying a palette index. Note that
265 /* Dither RGB files down to 8 bit palette or reduce palettes
271 png_colorp palette;
273 /* This reduces the image to the application supplied palette */
274 if (/* we have our own palette */)
282 /* This reduces the image to the palette supplied in the file */
283 else if (png_get_PLTE(png_ptr, info_ptr, &palette, &num_palette))
289 png_set_dither(png_ptr, palette, num_palette,
328 /* Optional call to gamma correct and add the background to the palette
330 * update the palette fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Drivafb.h45 u32 pseudo_palette[16]; /* default palette */
46 u32 palette[16]; /* for Riva128 */ member in struct:riva_par
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dkyro.h18 u32 palette[16]; member in struct:kyrofb_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dpnghand.cpp33 #include "wx/palette.h"
494 SetPalette((int)info_ptr->num_palette, (rgb_color_struct*)info_ptr->palette);
532 if ( info_ptr->palette )
542 color = &info_ptr->palette[index] ;
555 color = &info_ptr->palette[index] ;
568 color = &info_ptr->palette[index] ;
589 color = &info_ptr->palette[index] ;
708 /* set the palette if there is one */
713 info_ptr->palette = new png_color[256];
716 GetPalette()->GetRGB(i, &info_ptr->palette[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dglcanvas.cpp63 wxGLContext::wxGLContext( bool WXUNUSED(isRGB), wxWindow *win, const wxPalette& WXUNUSED(palette) )
90 const wxPalette& WXUNUSED(palette),
182 void wxGLContext::SetupPalette( const wxPalette& WXUNUSED(palette) )
306 const wxPalette& palette )
308 Create( parent, NULL, NULL, id, pos, size, style, name, attribList, palette );
317 const wxPalette& palette )
319 Create( parent, shared, NULL, id, pos, size, style, name, attribList, palette );
328 const wxPalette& palette )
330 Create( parent, NULL, shared, id, pos, size, style, name, attribList, palette );
340 const wxPalette& palette)
333 Create( wxWindow *parent, const wxGLContext *shared, const wxGLCanvas *shared_context_of, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxString& name, int *attribList, const wxPalette& palette) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Didcin.c57 * color palette, apparently. Some creation tools specify red, green, and
58 * blue palette components in terms of 6-bit VGA color DAC values which
63 * - load the 768 palette bytes from disk
66 * - scan through all 768 palette bytes
263 uint32_t palette[256]; local
273 /* trigger a palette change */
281 /* scale the palette as necessary */
293 palette[i] = (0xFFU << 24) | (r << 16) | (g << 8) | (b);
295 palette[i] |= palette[
[all...]

Completed in 289 milliseconds

1234567891011>>