Home
last modified time | relevance | path

Searched refs:CxadhypPlayer (Results 1 – 6 of 6) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dhyp.cpp34 const unsigned char CxadhypPlayer::hyp_adlib_registers[99] =
47 const unsigned short CxadhypPlayer::hyp_notes[73] =
60 CPlayer *CxadhypPlayer::factory(Copl *newopl) in factory()
62 return new CxadhypPlayer(newopl); in factory()
65 void CxadhypPlayer::xadplayer_rewind(int subsong) in xadplayer_rewind()
83 void CxadhypPlayer::xadplayer_update() in xadplayer_update()
117 float CxadhypPlayer::xadplayer_getrefresh() in xadplayer_getrefresh()
122 const char * CxadhypPlayer::xadplayer_gettype() in xadplayer_gettype()
H A Dhyp.h24 class CxadhypPlayer: public CxadPlayer
29 CxadhypPlayer(Copl *newopl): CxadPlayer(newopl) in CxadhypPlayer() function
H A Dadplug.cpp102 CPlayerDesc(CxadhypPlayer::factory, "Hypnosis", ".xad\0"),
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dhyp.cpp34 const unsigned char CxadhypPlayer::hyp_adlib_registers[99] =
47 const unsigned short CxadhypPlayer::hyp_notes[73] =
60 CPlayer *CxadhypPlayer::factory(Copl *newopl) in factory()
62 return new CxadhypPlayer(newopl); in factory()
65 void CxadhypPlayer::xadplayer_rewind(int subsong) in xadplayer_rewind()
83 void CxadhypPlayer::xadplayer_update() in xadplayer_update()
117 float CxadhypPlayer::xadplayer_getrefresh() in xadplayer_getrefresh()
122 std::string CxadhypPlayer::xadplayer_gettype() in xadplayer_gettype()
H A Dhyp.h24 class CxadhypPlayer: public CxadPlayer
29 CxadhypPlayer(Copl *newopl): CxadPlayer(newopl) in CxadhypPlayer() function
H A Dadplug.cpp119 CPlayerDesc(CxadhypPlayer::factory, "Hypnosis", ".xad\0"),