Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideotestsrc.c122 right_shift_colour (guint32 mask, guint32 pixel) in right_shift_colour() function
178 red = right_shift_colour (r_mask, pixel); in check_rgb_buf()
179 green = right_shift_colour (g_mask, pixel); in check_rgb_buf()
180 blue = right_shift_colour (b_mask, pixel); in check_rgb_buf()
181 alpha = right_shift_colour (a_mask, pixel); in check_rgb_buf()
265 fail_unless (right_shift_colour (0x00ff0000, 0x11223344) == 0x22); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/
DChangeLog146600 (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
147085 * tests/check/elements/videotestsrc.c: (right_shift_colour),