Home
last modified time | relevance | path

Searched defs:audiosink (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openal/
Dgstopenalsink.c620 gst_openal_sink_open (GstAudioSink * audiosink) in gst_openal_sink_open()
646 gst_openal_sink_close (GstAudioSink * audiosink) in gst_openal_sink_close()
838 gst_openal_sink_prepare (GstAudioSink * audiosink, in gst_openal_sink_prepare()
933 gst_openal_sink_unprepare (GstAudioSink * audiosink) in gst_openal_sink_unprepare()
967 gst_openal_sink_write (GstAudioSink * audiosink, gpointer data, guint length) in gst_openal_sink_write()
1042 gst_openal_sink_delay (GstAudioSink * audiosink) in gst_openal_sink_delay()
1083 gst_openal_sink_reset (GstAudioSink * audiosink) in gst_openal_sink_reset()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dplaysink.c29 GstElement *pipe, *audiosink, *playsink, *fakesink, *volume, *src; in GST_START_TEST() local
Dplaybin.c456 GstElement *playbin, *audiosink, *videosink, *vis; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/tests/examples/seek/
Djsseek.c211 GstElement *src, *decoder, *audiosink; in make_mod_pipeline() local
243 GstElement *src, *demux, *decoder, *audiosink, *videosink; in make_dv_pipeline() local
288 GstElement *src, *decoder, *audiosink; in make_wav_pipeline() local
319 GstElement *src, *decoder, *audiosink; in make_flac_pipeline() local
351 GstElement *src, *decoder, *audiosink; in make_sid_pipeline() local
416 GstElement *src, *demux, *decoder, *convert, *audiosink; in make_vorbis_pipeline() local
510 GstElement *audiosink, *videosink; in make_vorbis_theora_pipeline() local
590 GstElement *audiosink, *videosink; in make_avi_msmpeg4v3_mp3_pipeline() local
665 GstElement *src, *parser, *decoder, *audiosink, *queue; in make_mp3_pipeline() local
705 GstElement *src, *demux, *a_decoder, *v_decoder, *audiosink, *videosink; in make_avi_pipeline() local
[all …]
Dscrubby.c94 GstElement *src, *decoder, *audiosink; in make_wav_pipeline() local
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dclient-PCMA.py82 audiosink = Gst.ElementFactory.make(AUDIO_SINK, 'audiosink') variable
Dclient-PCMA.c135 GstElement *audiodepay, *audiodec, *audiores, *audioconv, *audiosink; in main() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiosink.c682 gst_audio_sink_init (GstAudioSink * audiosink) in gst_audio_sink_init()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.h261 GstElement *audiosink; member