Searched refs:setPixelRGB (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom2k1/ |
D | filters.c | 216 setPixelRGB (Uint * buffer, Uint x, Uint y, Color c, in setPixelRGB() function 525 setPixelRGB (pix1, x + 1, y, c, goomdata->resolx, goomdata->resoly); in pointFilter() 526 setPixelRGB (pix1, x, y + 1, c, goomdata->resolx, goomdata->resoly); in pointFilter() 527 setPixelRGB (pix1, x + 1, y + 1, WHITE, goomdata->resolx, goomdata->resoly); in pointFilter() 528 setPixelRGB (pix1, x + 2, y + 1, c, goomdata->resolx, goomdata->resoly); in pointFilter() 529 setPixelRGB (pix1, x + 1, y + 2, c, goomdata->resolx, goomdata->resoly); in pointFilter()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | filters.c | 58 setPixelRGB (PluginInfo * goomInfo, Pixel * buffer, Uint x, Uint y, Color c) in setPixelRGB() function 855 setPixelRGB (goomInfo, pix1, x + 1, y, c); in pointFilter() 856 setPixelRGB (goomInfo, pix1, x, y + 1, c); in pointFilter() 857 setPixelRGB (goomInfo, pix1, x + 1, y + 1, WHITE); in pointFilter() 858 setPixelRGB (goomInfo, pix1, x + 2, y + 1, c); in pointFilter() 859 setPixelRGB (goomInfo, pix1, x + 1, y + 2, c); in pointFilter()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 153485 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
|