Home
last modified time | relevance | path

Searched refs:RGB_FILL_CHECKER_C (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c830 #define RGB_FILL_CHECKER_C(name, bpp, r, g, b) \ macro
909 RGB_FILL_CHECKER_C (rgb, 3, 0, 1, 2);
917 RGB_FILL_CHECKER_C (xrgb, 4, 1, 2, 3);
924 RGB_FILL_CHECKER_C (rgbx, 4, 0, 1, 2);
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c715 #define RGB_FILL_CHECKER_C(name, bpp, r, g, b) \ macro
792 RGB_FILL_CHECKER_C (rgb, 3, 0, 1, 2);
800 RGB_FILL_CHECKER_C (xrgb, 4, 1, 2, 3);