Searched refs:input_rect (Results 1 – 4 of 4) sorted by relevance
580 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() argument844 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() argument860 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() local933 input_rect.left = crop_meta->x; in gst_d3d111_window_present()[all …]
101 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()
110 RECT input_rect; member
29184 Use resolution specified in caps for input_rect instead of