Searched refs:RGB_FILL_CHECKER_C (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 830 #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/ |
D | blend.c | 715 #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);
|