Searched refs:CREATE_ARGB_FUNCTIONS (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 763 #define CREATE_ARGB_FUNCTIONS(depth, name, shift, a, r, g, b) \ macro 829 CREATE_ARGB_FUNCTIONS (16, argb, 0, 0, 1, 2, 3); 830 CREATE_ARGB_FUNCTIONS (8, argb, 8, 0, 1, 2, 3); 832 CREATE_ARGB_FUNCTIONS (16, bgra, 0, 3, 2, 1, 0); 833 CREATE_ARGB_FUNCTIONS (8, bgra, 8, 3, 2, 1, 0);
|