Home
last modified time | relevance | path

Searched refs:GST_DXGICAP_FLOW_RESOLUTION_CHANGE (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.h59 #define GST_DXGICAP_FLOW_RESOLUTION_CHANGE GST_FLOW_CUSTOM_SUCCESS_1 macro
Dgstdxgiscreencapsrc.c539 if (ret == GST_DXGICAP_FLOW_RESOLUTION_CHANGE) { in gst_dxgi_screen_cap_src_create()
546 } while (ret == GST_DXGICAP_FLOW_RESOLUTION_CHANGE); in gst_dxgi_screen_cap_src_create()
Ddxgicapture.c258 return GST_DXGICAP_FLOW_RESOLUTION_CHANGE; in initialize_output_duplication()