Searched refs:sndio (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dsndio_common.h2 * sndio play and grab interface
26 #include <sndio.h>
H A Dalldevices.c49 REGISTER_INOUTDEV (SNDIO, sndio);
H A Dsndio_dec.c2 * sndio play and grab interface
23 #include <sndio.h>
103 .class_name = "sndio indev",
110 .name = "sndio",
111 .long_name = NULL_IF_CONFIG_SMALL("sndio audio capture"),
H A Dsndio_enc.c2 * sndio play and grab interface
23 #include <sndio.h>
81 .name = "sndio",
82 .long_name = NULL_IF_CONFIG_SMALL("sndio audio playback"),
H A Dsndio_common.c2 * sndio play and grab interface
23 #include <sndio.h>
45 av_log(s1, AV_LOG_ERROR, "Could not open sndio device\n");
62 av_log(s1, AV_LOG_ERROR, "Impossible to set sndio parameters, "
71 av_log(s1, AV_LOG_ERROR, "Could not set appropriate sndio parameters, "
95 av_log(s1, AV_LOG_ERROR, "Could not start sndio\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dsndio_common.h2 * sndio play and grab interface
26 #include <sndio.h>
H A Dalldevices.c67 REGISTER_INOUTDEV(SNDIO, sndio);
H A Dsndio_dec.c2 * sndio play and grab interface
23 #include <sndio.h>
103 .class_name = "sndio indev",
111 .name = "sndio",
112 .long_name = NULL_IF_CONFIG_SMALL("sndio audio capture"),
H A Dsndio_enc.c2 * sndio play and grab interface
23 #include <sndio.h>
80 .class_name = "sndio outdev",
87 .name = "sndio",
88 .long_name = NULL_IF_CONFIG_SMALL("sndio audio playback"),
H A Dsndio_common.c2 * sndio play and grab interface
23 #include <sndio.h>
45 av_log(s1, AV_LOG_ERROR, "Could not open sndio device\n");
62 av_log(s1, AV_LOG_ERROR, "Impossible to set sndio parameters, "
71 av_log(s1, AV_LOG_ERROR, "Could not set appropriate sndio parameters, "
95 av_log(s1, AV_LOG_ERROR, "Could not start sndio\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndcpcm.h26 wxSoundStreamPcm(wxSoundStream& sndio);
H A Dsndulaw.h51 wxSoundStreamUlaw(wxSoundStream& sndio);
H A Dsndg72x.h61 wxSoundStreamG72X(wxSoundStream& sndio);
H A Dsndfile.h26 wxSoundRouterStream(wxSoundStream& sndio);
H A Dsndmsad.h62 wxSoundStreamMSAdpcm(wxSoundStream& sndio);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndulaw.cpp91 wxSoundStreamUlaw::wxSoundStreamUlaw(wxSoundStream& sndio) argument
92 : wxSoundStreamCodec(sndio)
95 m_router = new wxSoundRouterStream(sndio);
H A Dsndg72x.cpp114 wxSoundStreamG72X::wxSoundStreamG72X(wxSoundStream& sndio) argument
115 : wxSoundStreamCodec(sndio)
118 m_router = new wxSoundRouterStream(sndio);
H A Dsndmsad.cpp139 wxSoundStreamMSAdpcm::wxSoundStreamMSAdpcm(wxSoundStream& sndio) argument
140 : wxSoundStreamCodec(sndio)
143 m_router = new wxSoundRouterStream(sndio);
H A Dsndcpcm.cpp26 wxSoundStreamPcm::wxSoundStreamPcm(wxSoundStream& sndio) argument
27 : wxSoundStreamCodec(sndio)
H A Dsndfile.cpp29 wxSoundRouterStream::wxSoundRouterStream(wxSoundStream& sndio) argument
30 : wxSoundStreamCodec(sndio)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndulaw.tex23 \func{}{wxSoundStreamUlaw}{\param{wxSoundStream\& }{sndio}}
H A Dsndg72x.tex23 \func{}{wxSoundStreamG72X}{\param{wxSoundStream\& }{sndio}}
H A Dsndpcm.tex27 \func{}{wxSoundStreamPcm}{\param{wxSoundStream\& }{sndio}}
H A Dsndrter.tex21 \func{}{wxSoundRouterStream}{\param{wxSoundStream\& }{sndio}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dconfigure3012 check_header sndio.h
3020 enabled_any sndio_indev sndio_outdev && check_lib2 sndio.h sio_open -lsndio

Completed in 175 milliseconds

12