Searched refs:A32_COLOR (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 169 #define A32_COLOR(name, RGB, A, C1, C2, C3) \ macro 196 A32_COLOR (argb, TRUE, 24, 16, 8, 0); 197 A32_COLOR (bgra, TRUE, 0, 8, 16, 24); 198 A32_COLOR (abgr, TRUE, 24, 0, 8, 16); 199 A32_COLOR (rgba, TRUE, 0, 24, 16, 8); 200 A32_COLOR (ayuv, FALSE, 24, 16, 8, 0);
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 226 #define A32_COLOR(name, RGB, A, C1, C2, C3) \ macro 253 A32_COLOR (argb, TRUE, 24, 16, 8, 0); 254 A32_COLOR (bgra, TRUE, 0, 8, 16, 24); 255 A32_COLOR (abgr, TRUE, 24, 0, 8, 16); 256 A32_COLOR (rgba, TRUE, 0, 24, 16, 8); 257 A32_COLOR (ayuv, FALSE, 24, 16, 8, 0); 258 A32_COLOR (vuya, FALSE, 0, 8, 16, 24);
|