Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsa.h54 snd_pcm_t * gst_alsa_open_iec958_pcm (GstObject * obj, gchar *device);
Dgstalsa.c447 gst_alsa_open_iec958_pcm (GstObject * obj, gchar * device) in gst_alsa_open_iec958_pcm() function
533 snd_pcm_t *pcm = gst_alsa_open_iec958_pcm (obj, device); in gst_alsa_probe_supported_formats()
Dgstalsasink.c908 alsa->handle = gst_alsa_open_iec958_pcm (GST_OBJECT (alsa), alsa->device); in gst_alsasink_prepare()
/third_party/gstreamer/gstplugins_base/
DChangeLog135076 * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),