Searched refs:w_val (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videocrop.c | 575 const GValue *w_val; in GST_START_TEST() local 624 w_val = in GST_START_TEST() 626 fail_unless (w_val != NULL); in GST_START_TEST() 627 fail_unless (G_VALUE_HOLDS_INT (w_val)); in GST_START_TEST() 628 fail_unless_equals_int (g_value_get_int (w_val), 200 + (1 + 3)); in GST_START_TEST() 640 w_val = in GST_START_TEST() 642 fail_unless (w_val != NULL); in GST_START_TEST() 643 fail_unless (G_VALUE_HOLDS_INT (w_val)); in GST_START_TEST() 644 fail_unless_equals_int (g_value_get_int (w_val), 200 - (1 + 3)); in GST_START_TEST() 662 w_val = in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.c | 703 GValue w_val = G_VALUE_INIT, h_val = G_VALUE_INIT; in gst_video_crop_transform_caps() local 710 if (!gst_video_crop_transform_dimension_value (v, dx, &w_val, direction, in gst_video_crop_transform_caps() 720 g_value_unset (&w_val); in gst_video_crop_transform_caps() 727 gst_structure_set_value (new_structure, "width", &w_val); in gst_video_crop_transform_caps() 729 g_value_unset (&w_val); in gst_video_crop_transform_caps()
|
/third_party/python/Python/ |
D | hamt.c | 2416 PyObject *w_val; in _PyHamt_Eq() local 2423 find_res = hamt_find(w, v_key, &w_val); in _PyHamt_Eq() 2432 int cmp = PyObject_RichCompareBool(v_val, w_val, Py_EQ); in _PyHamt_Eq()
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 2814 GValue w_val = { 0, }; in gst_video_box_transform_caps() local 2835 if (!gst_video_box_transform_dimension_value (v, dw, &w_val)) { in gst_video_box_transform_caps() 2841 gst_structure_set_value (structure, "width", &w_val); in gst_video_box_transform_caps() 2845 g_value_unset (&w_val); in gst_video_box_transform_caps() 2852 g_value_unset (&w_val); in gst_video_box_transform_caps()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 5632 const GLuint w_val = w_vals[w]; in InvalidAlignmentTest() local 5635 … const GLenum res = ((valid_h == h_val) && (valid_w == w_val) && (0 == x_val) && (0 == y_val)) ? in InvalidAlignmentTest() 5639 testCase dst_test_case = { h_val, w_val, 0, 0, x_val, y_val, res }; in InvalidAlignmentTest() 5641 testCase src_test_case = { h_val, w_val, x_val, y_val, 0, 0, res }; in InvalidAlignmentTest()
|