Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dalpha.c105 guint32 rgba_col; in create_buffer_rgba32() local
109 rgba_col = RGB (0, 255, 0); /* GREEN */ in create_buffer_rgba32()
111 rgba_col = RGB (0, 0, 255); /* BLUE */ in create_buffer_rgba32()
114 rgba32[i] = rgba_col; in create_buffer_rgba32()