Searched refs:ncoefs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndmsad.cpp67 void wxSoundFormatMSAdpcm::SetCoefs(wxInt16 **WXUNUSED(coefs), wxUint16 ncoefs, variable
78 m_coefs = new wxInt16 *[ncoefs];
80 for (i=0;i<ncoefs;i++)
83 m_ncoefs = ncoefs;
87 void wxSoundFormatMSAdpcm::GetCoefs(wxInt16 **& coefs, wxUint16& ncoefs, argument
91 ncoefs = m_ncoefs;
360 wxUint16 ncoefs, coefs_len; local
366 adpcm->GetCoefs(m_coefs, ncoefs, coefs_len);
368 if (!ncoefs) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndmsad.h31 void SetCoefs(wxInt16 **coefs, wxUint16 ncoefs, wxUint16 coefs_len);
32 void GetCoefs(wxInt16 **&coefs, wxUint16& ncoefs,

Completed in 188 milliseconds