Searched refs:VIDEO_WIDTH (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | overlaycomposition.c | 29 #define VIDEO_WIDTH 320 macro 69 buffer = gst_buffer_new_and_alloc (VIDEO_WIDTH * VIDEO_HEIGHT * 4); in create_video_frame() 71 VIDEO_WIDTH, VIDEO_HEIGHT); in create_video_frame() 88 buffer = gst_buffer_new_and_alloc (VIDEO_WIDTH * VIDEO_HEIGHT * 4); in create_overlay_frame() 90 VIDEO_WIDTH, VIDEO_HEIGHT); in create_overlay_frame() 156 s.expected_window_width = VIDEO_WIDTH; in GST_START_TEST() 164 fail_unless_equals_int (map.size, VIDEO_WIDTH * VIDEO_HEIGHT * 4); in GST_START_TEST() 167 for (x = 0; x < VIDEO_WIDTH; x++) { in GST_START_TEST() 169 GST_READ_UINT32_NATIVE (map.data + y * VIDEO_WIDTH * 4 + x * 4); in GST_START_TEST() 225 s.expected_window_width = VIDEO_WIDTH; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/icles/ |
D | gdkpixbufoverlay-test.c | 31 #define VIDEO_WIDTH 720 macro 173 guint w = VIDEO_WIDTH + logo_w; in calculate_position() 252 "width", G_TYPE_INT, VIDEO_WIDTH, in main()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-overlay-blending.c | 30 #define VIDEO_WIDTH 720 macro 169 guint w = VIDEO_WIDTH + logo_w; in calculate_position() 263 "width", G_TYPE_INT, VIDEO_WIDTH, in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/ |
D | overlaycomposition.c | 32 #define VIDEO_WIDTH 720 macro 215 guint w = VIDEO_WIDTH + logo_w; in calculate_position() 307 "width", G_TYPE_INT, VIDEO_WIDTH, in main()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 2965 #define VIDEO_WIDTH 320 macro 2980 if (x + width < 0 || y + height < 0 || x >= VIDEO_WIDTH || y >= VIDEO_HEIGHT) in test_overlay_blend_rect_verify() 2984 else if (x > 0 && (x + width) <= VIDEO_WIDTH) in test_overlay_blend_rect_verify() 2987 temp_width = VIDEO_WIDTH - x; in test_overlay_blend_rect_verify() 2998 i = (((x <= 0) ? 0 : x) + (((y <= 0) ? 0 : y) * VIDEO_WIDTH)) * 4; in test_overlay_blend_rect_verify() 3016 1) * VIDEO_WIDTH) + ((x > in test_overlay_blend_rect_verify() 3020 i += ((VIDEO_WIDTH - (temp_width)) * 4); in test_overlay_blend_rect_verify() 3038 gst_buffer_new_and_alloc (VIDEO_WIDTH * VIDEO_HEIGHT * sizeof (guint32)); in test_overlay_blend_rect() 3042 GST_VIDEO_OVERLAY_COMPOSITION_FORMAT_RGB, VIDEO_WIDTH, VIDEO_HEIGHT)); in test_overlay_blend_rect()
|