Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp250 if (!gst_wasapi2_result (hr)) { in gst_wasapi2_ring_buffer_constructed()
258 if (!gst_wasapi2_result (hr)) { in gst_wasapi2_ring_buffer_constructed()
268 if (!gst_wasapi2_result (hr)) { in gst_wasapi2_ring_buffer_constructed()
555 gst_wasapi2_result (hr); in gst_wasapi2_ring_buffer_read()
588 if (!gst_wasapi2_result (hr)) in gst_wasapi2_ring_buffer_write()
604 if (!gst_wasapi2_result (hr)) in gst_wasapi2_ring_buffer_write()
608 return gst_wasapi2_result (hr); in gst_wasapi2_ring_buffer_write()
624 if (!gst_wasapi2_result (hr)) in gst_wasapi2_ring_buffer_write()
629 gst_wasapi2_result (hr); in gst_wasapi2_ring_buffer_write()
643 if (!gst_wasapi2_result (hr)) in gst_wasapi2_ring_buffer_write()
[all …]
Dgstwasapi2client.cpp97 if (gst_wasapi2_result (hr)) in RuntimeClassInitialize()
125 if (!gst_wasapi2_result (hr)) { in STDMETHOD()
130 if (!gst_wasapi2_result (hr_async_op)) { in STDMETHOD()
136 if (!gst_wasapi2_result (hr)) { in STDMETHOD()
170 gst_wasapi2_result (async_hr); in ActivateDeviceAsync()
179 if (!gst_wasapi2_result (hr)) in ActivateDeviceAsync()
201 if (gst_wasapi2_result (hr)) in ActivateDeviceAsync()
531 if (!gst_wasapi2_result (hr)) in gst_wasapi2_client_get_default_device_id()
622 if (!gst_wasapi2_result (hr)) in gst_wasapi2_client_activate_async()
627 if (!gst_wasapi2_result (hr)) in gst_wasapi2_client_activate_async()
[all …]
Dplugin.c54 if (!gst_wasapi2_result (hr)) { in plugin_init()
Dgstwasapi2util.h51 #define gst_wasapi2_result(result) \ macro