Searched refs:check_conversion (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ccconverter.c | 310 check_conversion (const guint8 * in, guint in_len, const guint8 * out, in check_conversion() function 326 check_conversion (in, in_len, out, out_len, in_caps, out_caps, &tc, &tc); in check_conversion_tc_passthrough() 361 check_conversion (in, sizeof (in), out, sizeof (out), in GST_START_TEST() 415 check_conversion (in, sizeof (in), out, sizeof (out), in GST_START_TEST() 454 check_conversion (in, sizeof (in), out, sizeof (out), in GST_START_TEST()
|
/third_party/skia/tests/ |
D | SRGBReadWritePixelsTest.cpp | 41 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() function 101 return check_conversion<srgb_to_linear>(srgb, linear, error); in check_srgb_to_linear_conversion() 105 return check_conversion<linear_to_srgb>(linear, srgb, error); in check_linear_to_srgb_conversion()
|
/third_party/flutter/skia/tests/ |
D | SRGBReadWritePixelsTest.cpp | 40 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() function 100 return check_conversion<srgb_to_linear>(srgb, linear, error); in check_srgb_to_linear_conversion() 104 return check_conversion<linear_to_srgb>(linear, srgb, error); in check_linear_to_srgb_conversion()
|
/third_party/libsoup/tests/ |
D | date-test.c | 336 check_conversion (gconstpointer data) in check_conversion() function 404 g_test_add_data_func (path, &conversions[i], check_conversion); in main()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglcolorconvert.c | 125 check_conversion (TestFrame * frames, guint size) in check_conversion() function 246 check_conversion (test_rgba_reorder, size); in GST_START_TEST()
|