Home
last modified time | relevance | path

Searched refs:DEFAULT_DEVICE_NAME (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstosssrc.c72 #define DEFAULT_DEVICE_NAME "" macro
164 "Human-readable name of the sound device", DEFAULT_DEVICE_NAME, in gst_oss_src_class_init()
230 osssrc->device_name = g_strdup (DEFAULT_DEVICE_NAME); in gst_oss_src_init()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-source.c65 #define DEFAULT_DEVICE_NAME NULL macro
138 "Human-readable name of the sound device", DEFAULT_DEVICE_NAME, in gst_oss4_source_class_init()
162 osssrc->device_name = g_strdup (DEFAULT_DEVICE_NAME); in gst_oss4_source_init()
Doss4-sink.c89 #define DEFAULT_DEVICE_NAME NULL macro
145 "Human-readable name of the sound device", DEFAULT_DEVICE_NAME, in gst_oss4_sink_class_init()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdxgiscreencapsrc.c93 #define DEFAULT_DEVICE_NAME (NULL) macro
165 DEFAULT_DEVICE_NAME, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_dxgi_screen_cap_src_class_init()
205 src->device_name = DEFAULT_DEVICE_NAME; in gst_dxgi_screen_cap_src_init()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c49 #define DEFAULT_DEVICE_NAME NULL macro
95 "The human-readable device name", DEFAULT_DEVICE_NAME, in gst_mf_source_object_class_init()
Dgstmfvideosrc.c96 #define DEFAULT_DEVICE_NAME NULL macro
139 "The human-readable device name", DEFAULT_DEVICE_NAME, in gst_mf_video_src_class_init()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideosrc.c51 #define DEFAULT_DEVICE_NAME NULL macro
204 "The human-readable device name", DEFAULT_DEVICE_NAME, in gst_ks_video_src_class_init()
239 priv->device_name = DEFAULT_DEVICE_NAME; in gst_ks_video_src_init()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasink.c62 #define DEFAULT_DEVICE_NAME "" macro
190 "Human-readable name of the sound device", DEFAULT_DEVICE_NAME, in gst_alsasink_class_init()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesrc.c58 #define DEFAULT_DEVICE_NAME NULL macro
170 "Human-readable name of the sound device", DEFAULT_DEVICE_NAME, in gst_pulsesrc_class_init()
Dpulsesink.c72 #define DEFAULT_DEVICE_NAME NULL macro
1933 "Human-readable name of the sound device", DEFAULT_DEVICE_NAME, in gst_pulsesink_class_init()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c97 #define DEFAULT_DEVICE_NAME NULL macro
297 "Name of the device", DEFAULT_DEVICE_NAME, in gst_uvc_h264_src_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog209047 * sys/winks/gstksvideosrc.c (DEFAULT_DEVICE_PATH, DEFAULT_DEVICE_NAME,