Home
last modified time | relevance | path

Searched refs:newpal (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/flx/
Dflx_color.c82 guchar * newpal, gint scale) in flx_set_palette_vector() argument
96 flxpal->palvec[start++] = newpal[i++] << scale; in flx_set_palette_vector()
97 flxpal->palvec[start++] = newpal[i++] << scale; in flx_set_palette_vector()
98 flxpal->palvec[start++] = newpal[i++] << scale; in flx_set_palette_vector()
102 memcpy (&flxpal->palvec[start * 3], newpal, grab * 3); in flx_set_palette_vector()
Dflx_color.h46 guchar *newpal, gint scale);
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngcp.c1833 png_color newpal[256]; in read_png() local
1836 newpal[i] = palette[i]; in read_png()
1841 newpal[i].red = 0xbe; in read_png()
1842 newpal[i].green = 0xad; in read_png()
1843 newpal[i].blue = 0xed; in read_png()
1846 png_set_PLTE(dp->read_pp, dp->ip, newpal, i); in read_png()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c1710 colormap *newpal; in add_fixed_colors_to_palette() local
1717 newpal = in add_fixed_colors_to_palette()
1725 newpal->palette[i] = palette->palette[i]; in add_fixed_colors_to_palette()
1729 newpal->palette[i++] = (colormap_item) { in add_fixed_colors_to_palette()
1734 return newpal; in add_fixed_colors_to_palette()