Searched refs:GetBytesFromTime (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/docs/latex/mmedia/
H A Dsndfrmt.tex62 \membersection{wxSoundFormatBase::GetBytesFromTime}\label{wxsoundformatbasegetbytesfromtime}
64 \constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}}
H A Dsndfulaw.tex66 \membersection{wxSoundFormatUlaw::GetBytesFromTime}\label{wxsoundformatulawgetbytesfromtime}
68 \constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}}
H A Dsndfg72x.tex79 \membersection{wxSoundFormatG72X::GetBytesFromTime}\label{wxsoundformatg72xgetbytesfromtime}
81 \constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}}
H A Dsndfpcm.tex96 \membersection{wxSoundFormatPcm::GetBytesFromTime}\label{wxsoundformatpcmgetbytesfromtime}
98 \constfunc{wxUint32}{GetBytesFromTime}{\param{wxUint32 }{time}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndpcm.h43 wxUint32 GetBytesFromTime(wxUint32 time) const;
H A Dsndulaw.h35 wxUint32 GetBytesFromTime(wxUint32 time) const;
H A Dsndbase.h104 virtual wxUint32 GetBytesFromTime(wxUint32 time) const = 0;
H A Dsndg72x.h45 wxUint32 GetBytesFromTime(wxUint32 time) const;
H A Dsndmsad.h45 wxUint32 GetBytesFromTime(wxUint32 time) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndpcm.cpp79 wxUint32 wxSoundFormatPcm::GetBytesFromTime(wxUint32 time) const function in class:wxSoundFormatPcm
H A Dsndwav.cpp280 byte_p_sec = pcm->GetBytesFromTime(1);
311 byte_p_sec = g72x->GetBytesFromTime(1);
373 data << (wxUint32)(fmt_data.GetSize() + m_sndformat->GetBytesFromTime(time));
387 data.Write32(m_sndformat->GetBytesFromTime(time));
H A Dsndulaw.cpp73 wxUint32 wxSoundFormatUlaw::GetBytesFromTime(wxUint32 time) const function in class:wxSoundFormatUlaw
H A Dsndfile.cpp234 FinishPreparation(m_sndformat->GetBytesFromTime(time));
H A Dsndg72x.cpp80 wxUint32 wxSoundFormatG72X::GetBytesFromTime(wxUint32 time) const function in class:wxSoundFormatG72X
H A Dsndmsad.cpp121 wxUint32 wxSoundFormatMSAdpcm::GetBytesFromTime(wxUint32 time) 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.cpp238 m_file_stream->GetSoundFormat().GetBytesFromTime(itime)

Completed in 86 milliseconds