Searched refs:GetSampleRate (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfulaw.tex36 \membersection{wxSoundFormatUlaw::GetSampleRate}\label{wxsoundformatulawgetsamplerate}
38 \constfunc{wxUint32}{GetSampleRate}{\void}
H A Dsndfg72x.tex59 \membersection{wxSoundFormatG72X::GetSampleRate}\label{wxsoundformatg72xgetsamplerate}
61 \constfunc{wxUint32}{GetSampleRate}{\void}
H A Dsndfpcm.tex56 \membersection{wxSoundFormatPcm::GetSampleRate}\label{wxsoundformatpcmgetsamplerate}
58 \constfunc{wxUint32}{GetSampleRate}{\void}
H A Dvidwin.tex94 \membersection{wxVideoWindows::GetSampleRate}\label{wxvideowindowsgetsamplerate}
96 \constfunc{wxUint32}{GetSampleRate}{\void}
H A Dvidbase.tex113 \membersection{wxVideoBaseDriver::GetSampleRate}\label{wxvideobasedrivergetsamplerate}
115 \constfunc{wxUint32}{GetSampleRate}{\void}
H A Dvidxanm.tex95 \membersection{wxVideoXANIM::GetSampleRate}\label{wxvideoxanimgetsamplerate}
97 \constfunc{wxUint32}{GetSampleRate}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndpcm.h33 wxUint32 GetSampleRate() const { return m_srate; } function in class:wxSoundFormatPcm
H A Dsndulaw.h26 wxUint32 GetSampleRate() const;
H A Dvidwin.h85 wxUint32 GetSampleRate() const;
H A Dsndg72x.h39 wxUint32 GetSampleRate() const;
H A Dvidbase.h85 virtual wxUint32 GetSampleRate() const = 0;
H A Dvidxanm.h105 wxUint32 GetSampleRate() const;
H A Dsndmsad.h29 wxUint32 GetSampleRate() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndesd.cpp268 m_fd_output = esd_play_stream(flag, pcm->GetSampleRate(), NULL,
274 m_fd_input = esd_record_stream(flag, pcm->GetSampleRate(), NULL,
343 best_pcm.SetSampleRate(pcm->GetSampleRate());
H A Dsndulaw.cpp44 wxUint32 wxSoundFormatUlaw::GetSampleRate() const function in class:wxSoundFormatUlaw
175 pcm.SetSampleRate(ulaw->GetSampleRate());
H A Dsndcpcm.cpp296 if (pcm_format->GetSampleRate() != pcm_format2->GetSampleRate()) {
299 src_rate = pcm_format->GetSampleRate();
300 dst_rate = pcm_format2->GetSampleRate();
H A Dsndg72x.cpp40 wxUint32 wxSoundFormatG72X::GetSampleRate() const function in class:wxSoundFormatG72X
208 pcm.SetSampleRate(g72x->GetSampleRate());
H A Dsndoss.cpp157 tmp = pcm_format->GetSampleRate();
354 best_pcm.SetSampleRate(pcm->GetSampleRate());
H A Dvidwin.cpp222 wxUint32 wxVideoWindows::GetSampleRate() const function in class:wxVideoWindows
H A Dsndmsad.cpp52 wxUint32 wxSoundFormatMSAdpcm::GetSampleRate() const function in class:wxSoundFormatMSAdpcm
373 pcm.SetSampleRate(adpcm->GetSampleRate());
H A Dsndwav.cpp276 sample_fq = pcm->GetSampleRate();
307 sample_fq = g72x->GetSampleRate();
H A Dvidxanm.cpp262 wxUint32 wxVideoXANIM::GetSampleRate() const function in class:wxVideoXANIM
H A Dsndwin.cpp208 wformat.nSamplesPerSec = pcm->GetSampleRate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp315 pcm_format->GetSampleRate(),
327 adpcm_format->GetSampleRate(),
334 info += wxString::Format(wxT("Sampling rate: %d\n"), ulaw_format->GetSampleRate());
459 info += wxString::Format(_T(" Sample rate: %d Channels: %d\n"), m_video_driver->GetSampleRate(),

Completed in 125 milliseconds