/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideosink.h | 66 typedef struct _GstVideoRectangle GstVideoRectangle; typedef 140 void gst_video_sink_center_rect (GstVideoRectangle src, GstVideoRectangle dst, 141 GstVideoRectangle *result, gboolean scaling); 144 void gst_video_center_rect (const GstVideoRectangle * src, 145 const GstVideoRectangle * dst, 146 GstVideoRectangle * result,
|
D | gstvideosink.c | 102 gst_video_sink_center_rect (GstVideoRectangle src, GstVideoRectangle dst, in gst_video_sink_center_rect() 103 GstVideoRectangle * result, gboolean scaling) in gst_video_sink_center_rect() 122 gst_video_center_rect (const GstVideoRectangle * src, in gst_video_center_rect() 123 const GstVideoRectangle * dst, GstVideoRectangle * result, gboolean scaling) in gst_video_center_rect()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimageallocator.h | 50 const GstVideoRectangle *crop, 60 GstVideoRectangle *crop); 63 GstVideoRectangle *src_crop, 65 GstVideoRectangle *dst_crop,
|
D | xvimageallocator.c | 59 GstVideoRectangle crop; 114 gst_xvimage_memory_get_crop (GstXvImageMemory * xvmem, GstVideoRectangle * crop) in gst_xvimage_memory_get_crop() 347 const GstVideoRectangle * crop, GError ** error) in gst_xvimage_allocator_alloc() 586 gst_xwindow_draw_borders (GstXWindow * window, GstVideoRectangle * rect) in gst_xwindow_draw_borders() 630 gst_xvimage_memory_render (GstXvImageMemory * mem, GstVideoRectangle * src_crop, in gst_xvimage_memory_render() 631 GstXWindow * window, GstVideoRectangle * dst_crop, gboolean draw_border) in gst_xvimage_memory_render()
|
D | xvimagesink.c | 242 GstVideoRectangle result; in gst_xv_image_sink_xvimage_put() 244 GstVideoRectangle src = { 0, }; in gst_xv_image_sink_xvimage_put() 245 GstVideoRectangle dst = { 0, }; in gst_xv_image_sink_xvimage_put() 246 GstVideoRectangle mem_crop; in gst_xv_image_sink_xvimage_put() 303 GstVideoRectangle s; in gst_xv_image_sink_xvimage_put() 317 memcpy (&result, &xwindow->render_rect, sizeof (GstVideoRectangle)); in gst_xv_image_sink_xvimage_put() 1156 GstVideoRectangle src = { 0, }; in gst_xv_image_sink_navigation_send_event() 1157 GstVideoRectangle dst = { 0, }; in gst_xv_image_sink_navigation_send_event() 1158 GstVideoRectangle result; in gst_xv_image_sink_navigation_send_event() 1183 memcpy (&result, &xwindow->render_rect, sizeof (GstVideoRectangle)); in gst_xv_image_sink_navigation_send_event()
|
D | xvimagepool.h | 46 GstVideoRectangle crop;
|
D | xvimagesink.h | 126 GstVideoRectangle render_rect;
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkswapper.h | 111 GstVideoRectangle *input_image, 112 … GstVideoRectangle *surface_location, 113 GstVideoRectangle *display_rect);
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/viv-fb/ |
D | gstglwindow_viv_fb_egl.h | 48 GstVideoRectangle render_rectangle; 49 GstVideoRectangle viewport;
|
D | gstglwindow_viv_fb_egl.c | 220 GstVideoRectangle rect; 235 GstVideoRectangle * req, GstVideoRectangle * result) in _calculate_viewport_coordinates()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11window.h | 113 GstVideoRectangle rect; 172 const GstVideoRectangle * rect); 183 const GstVideoRectangle * rect);
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.h | 91 GstVideoRectangle render_rect; 94 GstVideoRectangle pending_rect;
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dvideosink.h | 59 GstVideoRectangle crop_rect; 60 GstVideoRectangle render_rect;
|
D | gstd3d9overlay.c | 93 GstVideoRectangle src; in gst_d3d9_overlay_calc_dest_rect() 94 GstVideoRectangle dst; in gst_d3d9_overlay_calc_dest_rect() 95 GstVideoRectangle result; in gst_d3d9_overlay_calc_dest_rect()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlwindow.h | 63 GstVideoRectangle render_rectangle; 66 GstVideoRectangle video_rectangle;
|
D | wlwindow.c | 395 GstVideoRectangle src = { 0, }; in gst_wl_window_resize_video_surface() 396 GstVideoRectangle dst = { 0, }; in gst_wl_window_resize_video_surface() 397 GstVideoRectangle res; in gst_wl_window_resize_video_surface()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-videooverlay.c | 47 GstVideoRectangle rect; 57 GstVideoRectangle *r = &anim_state.rect; in animate_render_rect() 99 GstVideoRectangle *r = &anim_state.rect; in handle_draw_cb()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/dispmanx/ |
D | gstglwindow_dispmanx_egl.c | 233 GstVideoRectangle src, res; in window_resize() 246 GstVideoRectangle dst; in window_resize() 292 GstVideoRectangle rect;
|
D | gstglwindow_dispmanx_egl.h | 71 GstVideoRectangle render_rect;
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstwidget.c | 69 GstVideoRectangle result; in gtk_gst_widget_draw() 84 GstVideoRectangle src, dst; in gtk_gst_widget_draw()
|
D | gtkgstbasewidget.c | 309 GtkAllocation * allocation, GstVideoRectangle * result) in _fit_stream_to_allocated_size() 312 GstVideoRectangle src, dst; in _fit_stream_to_allocated_size() 339 GstVideoRectangle result; in gtk_gst_base_widget_display_size_to_stream_size()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 380 GstVideoRectangle src_rect, dst_rect, rst_rect; in _mixer_pad_get_output_size() 427 is_rectangle_contained (const GstVideoRectangle rect1, in is_rectangle_contained() 428 const GstVideoRectangle rect2) in is_rectangle_contained() 437 static GstVideoRectangle 443 GstVideoRectangle clamped; in clamp_rectangle() 460 const GstVideoRectangle rect) in _pad_obscures_rectangle() 462 GstVideoRectangle pad_rect; in _pad_obscures_rectangle() 524 GstVideoRectangle frame_rect; in gst_compositor_pad_prepare_frame_start() 1223 GstVideoRectangle bg_rect; in _should_draw_background()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | struct_ppc32.h | 75 {"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
D | struct_i386_osx.h | 75 {"GstVideoRectangle", sizeof (GstVideoRectangle), 16},
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtitem.cc | 281 GstVideoRectangle src, dst, result; in updatePaintNode() 366 QtGLVideoItem::fitStreamToAllocatedSize(GstVideoRectangle * result) in fitStreamToAllocatedSize() 369 GstVideoRectangle src, dst; in fitStreamToAllocatedSize() 395 GstVideoRectangle result; in mapPointToStreamSize()
|