Lines Matching refs:input_rect
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() 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()
934 input_rect.right = crop_meta->x + crop_meta->width; in gst_d3d111_window_present()
935 input_rect.top = crop_meta->y; in gst_d3d111_window_present()
936 input_rect.bottom = crop_meta->y + crop_meta->height; in gst_d3d111_window_present()
960 convert_ret = gst_d3d11_window_do_processor (self, piv, pov, &input_rect); in gst_d3d111_window_present()
962 convert_ret = gst_d3d11_window_do_convert (self, srv, rtv, &input_rect); in gst_d3d111_window_present()
964 convert_ret = gst_d3d11_window_do_processor (self, piv, pov, &input_rect); in gst_d3d111_window_present()