Searched refs:GetTimeFromBytes (Results 1 - 15 of 15) 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 Dsndfrmt.tex57 \membersection{wxSoundFormatBase::GetTimeFromBytes}\label{wxsoundformatbasegettimefrombytes}
59 \constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}}
H A Dsndfulaw.tex61 \membersection{wxSoundFormatUlaw::GetTimeFromBytes}\label{wxsoundformatulawgettimefrombytes}
63 \constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}}
H A Dsndfg72x.tex74 \membersection{wxSoundFormatG72X::GetTimeFromBytes}\label{wxsoundformatg72xgettimefrombytes}
76 \constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}}
H A Dsndfpcm.tex91 \membersection{wxSoundFormatPcm::GetTimeFromBytes}\label{wxsoundformatpcmgettimefrombytes}
93 \constfunc{wxUint32}{GetTimeFromBytes}{\param{wxUint32 }{bytes}}
H A Dsndfile.tex136 \helpref{GetTimeFromBytes}{wxsoundformatbasegettimefrombytes}.
144 \helpref{GetTimeFromBytes}{wxsoundformatbasegettimefrombytes}.
153 \helpref{GetTimeFromBytes}{wxsoundformatbasegettimefrombytes}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndpcm.h42 wxUint32 GetTimeFromBytes(wxUint32 bytes) const;
H A Dsndulaw.h34 wxUint32 GetTimeFromBytes(wxUint32 bytes) const;
H A Dsndbase.h103 virtual wxUint32 GetTimeFromBytes(wxUint32 bytes) const = 0;
H A Dsndg72x.h44 wxUint32 GetTimeFromBytes(wxUint32 bytes) const;
H A Dsndmsad.h44 wxUint32 GetTimeFromBytes(wxUint32 bytes) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndpcm.cpp74 wxUint32 wxSoundFormatPcm::GetTimeFromBytes(wxUint32 bytes) const function in class:wxSoundFormatPcm
H A Dsndulaw.cpp68 wxUint32 wxSoundFormatUlaw::GetTimeFromBytes(wxUint32 bytes) const function in class:wxSoundFormatUlaw
H A Dsndg72x.cpp59 wxUint32 wxSoundFormatG72X::GetTimeFromBytes(wxUint32 bytes) const function in class:wxSoundFormatG72X
H A Dsndmsad.cpp116 wxUint32 wxSoundFormatMSAdpcm::GetTimeFromBytes(wxUint32 bytes) const function in class:wxSoundFormatMSAdpcm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp159 seconds = m_file_stream->GetSoundFormat().GetTimeFromBytes(length);
223 seconds = m_file_stream->GetSoundFormat().GetTimeFromBytes(length);

Completed in 119 milliseconds