Searched refs:GetBPS (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndpcm.h34 wxUint8 GetBPS() const { return m_bps; } function in class:wxSoundFormatPcm
H A Dvidwin.h87 wxUint8 GetBPS() const;
H A Dvidbase.h87 virtual wxUint8 GetBPS() const = 0;
H A Dvidxanm.h107 wxUint8 GetBPS() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfpcm.tex61 \membersection{wxSoundFormatPcm::GetBPS}\label{wxsoundformatpcmgetbps}
63 \constfunc{wxUint8}{GetBPS}{\void}
H A Dvidwin.tex106 \membersection{wxVideoWindows::GetBPS}\label{wxvideowindowsgetbps}
108 \constfunc{wxUint8}{GetBPS}{\void}
H A Dvidbase.tex125 \membersection{wxVideoBaseDriver::GetBPS}\label{wxvideobasedrivergetbps}
127 \constfunc{wxUint8}{GetBPS}{\void}
H A Dvidxanm.tex107 \membersection{wxVideoXANIM::GetBPS}\label{wxvideoxanimgetbps}
109 \constfunc{wxUint8}{GetBPS}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndesd.cpp263 flag |= (pcm->GetBPS() == 16) ? ESD_BITS16 : ESD_BITS8;
347 if (pcm->GetBPS() >= 16)
H A Dsndcpcm.cpp319 switch (pcm_format->GetBPS()) {
330 switch (pcm_format2->GetBPS()) {
H A Dsndoss.cpp188 switch(pcm_format->GetBPS()) {
361 if (pcm->GetBPS() == 16 && ((fmt_mask & MASK_16BITS) != 0))
H A Dvidwin.cpp232 wxUint8 wxVideoWindows::GetBPS() const function in class:wxVideoWindows
H A Dsndwav.cpp277 bits_p_spl = pcm->GetBPS();
279 byte_p_spl = pcm->GetBPS() / 8;
H A Dsndwin.cpp207 wformat.nBlockAlign = wformat.nChannels * pcm->GetBPS() / 8;
210 wformat.wBitsPerSample = pcm->GetBPS();
H A Dvidxanm.cpp276 wxUint8 wxVideoXANIM::GetBPS() const function in class:wxVideoXANIM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp316 pcm_format->GetBPS(),
460 m_video_driver->GetBPS());

Completed in 145 milliseconds