Home
last modified time | relevance | path

Searched refs:input_rect (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.cpp580 window->input_rect.left = 0; in gst_d3d11_window_prepare_default()
581 window->input_rect.top = 0; in gst_d3d11_window_prepare_default()
582 window->input_rect.right = GST_VIDEO_INFO_WIDTH (&window->info); in gst_d3d11_window_prepare_default()
583 window->input_rect.bottom = GST_VIDEO_INFO_HEIGHT (&window->info); in gst_d3d11_window_prepare_default()
839 RECT * input_rect) in gst_d3d11_window_do_processor() argument
844 input_rect, piv, &self->render_rect, pov); in gst_d3d11_window_do_processor()
858 ID3D11RenderTargetView * rtv, RECT * input_rect) in gst_d3d11_window_do_convert() argument
860 if (!gst_d3d11_converter_update_src_rect (self->converter, input_rect)) { in gst_d3d11_window_do_convert()
896 RECT input_rect = self->input_rect; in gst_d3d111_window_present() local
933 input_rect.left = crop_meta->x; in gst_d3d111_window_present()
[all …]
Dgstd3d11window_dummy.cpp101 window->input_rect.left = 0; in gst_d3d11_window_dummy_prepare()
102 window->input_rect.top = 0; in gst_d3d11_window_dummy_prepare()
103 window->input_rect.right = GST_VIDEO_INFO_WIDTH (&window->info); in gst_d3d11_window_dummy_prepare()
104 window->input_rect.bottom = GST_VIDEO_INFO_HEIGHT (&window->info); in gst_d3d11_window_dummy_prepare()
Dgstd3d11window.h110 RECT input_rect; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog29184 Use resolution specified in caps for input_rect instead of