Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdx9screencapsrc.c330 &src->disp_mode))) { in gst_dx9screencapsrc_get_caps()
334 SetRect (&rect_dst, 0, 0, src->disp_mode.Width, src->disp_mode.Height); in gst_dx9screencapsrc_get_caps()
391 d3dpp.BackBufferFormat = src->disp_mode.Format; in gst_dx9screencapsrc_start()
392 d3dpp.BackBufferHeight = src->disp_mode.Height; in gst_dx9screencapsrc_start()
393 d3dpp.BackBufferWidth = src->disp_mode.Width; in gst_dx9screencapsrc_start()
418 src->disp_mode.Width, src->disp_mode.Height, D3DFMT_A8R8G8B8, in gst_dx9screencapsrc_start()
Dgstdx9screencapsrc.h70 D3DDISPLAYMODE disp_mode; member
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp296 int disp_mode; in gst_dewarp_set_property() local
368 disp_mode = g_value_get_enum (value); in gst_dewarp_set_property()
369 if (disp_mode != filter->display_mode) { in gst_dewarp_set_property()
370 filter->display_mode = disp_mode; in gst_dewarp_set_property()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c2538 D3DDISPLAYMODE disp_mode; in d3d_class_display_device_create() local
2556 memset (&disp_mode, 0, sizeof (disp_mode)); in d3d_class_display_device_create()
2561 if (IDirect3D9_GetAdapterDisplayMode (d3d, adapter, &disp_mode) != D3D_OK) { in d3d_class_display_device_create()
2604 device->format = disp_mode.Format; in d3d_class_display_device_create()
2640 d3d_format_to_string (disp_mode.Format)); in d3d_class_display_device_create()