Home
last modified time | relevance | path

Searched refs:getPixelRGB_ (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters.c254 getPixelRGB_ (Uint * buffer, Uint x, Color * c, guint32 resolx, guint32 resoly) in getPixelRGB_() function
481 getPixelRGB_ (pix1, pos10[position], &col1, goomdata->resolx, in zoomFilterFastRGB()
483 getPixelRGB_ (pix1, pos10[position] + 1, &col2, goomdata->resolx, in zoomFilterFastRGB()
485 getPixelRGB_ (pix1, pos10[position] + prevX, &col3, goomdata->resolx, in zoomFilterFastRGB()
487 getPixelRGB_ (pix1, pos10[position] + prevX + 1, &col4, goomdata->resolx, in zoomFilterFastRGB()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dfilters.c77 getPixelRGB_ (Pixel * buffer, Uint x, Color * c) in getPixelRGB_() function
482 getPixelRGB_ (expix1, pos, &col1); in c_zoom()
483 getPixelRGB_ (expix1, pos + 1, &col2); in c_zoom()
484 getPixelRGB_ (expix1, pos + bufwidth, &col3); in c_zoom()
485 getPixelRGB_ (expix1, pos + bufwidth + 1, &col4); in c_zoom()
/third_party/gstreamer/gstplugins_good/
DChangeLog153485 (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),