Searched refs:pin_handle (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 88 HANDLE pin_handle; member 260 if (!GetOverlappedResult (priv->pin_handle, &req->overlapped, &n, FALSE)) { in gst_ks_video_device_clear_buffers() 262 GetOverlappedResult (priv->pin_handle, &req->overlapped, &n, FALSE); in gst_ks_video_device_clear_buffers() 494 HANDLE pin_handle = INVALID_HANDLE_VALUE; in gst_ks_video_device_create_pin() local 520 &pin_handle); in gst_ks_video_device_create_pin() 532 GST_DEBUG ("KsCreatePin succeeded, pin %p created", pin_handle); in gst_ks_video_device_create_pin() 540 if (ks_object_get_supported_property_sets (pin_handle, &propsets, in gst_ks_video_device_create_pin() 568 if (ks_object_get_property (pin_handle, KSPROPSETID_Connection, in gst_ks_video_device_create_pin() 581 if (ks_object_get_property (pin_handle, KSPROPSETID_Connection, in gst_ks_video_device_create_pin() 612 if (!ks_object_set_property (pin_handle, KSPROPSETID_MemoryTransport, in gst_ks_video_device_create_pin() [all …]
|