Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DVideoPlayerAudio.cpp351 double speed = static_cast<CDVDMsgInt*>(pMsg)->m_value; in Process()
603 m_messageQueue.Put( new CDVDMsgInt(CDVDMsg::PLAYER_SETSPEED, speed), 1 ); in SetSpeed()
H A DDVDMessage.h143 typedef CDVDMsgType<int> CDVDMsgInt; typedef
H A DVideoPlayerVideo.cpp472 m_speed = static_cast<CDVDMsgInt*>(pMsg)->m_value; in Process()
773 SendMessage(new CDVDMsgInt(CDVDMsg::PLAYER_SETSPEED, speed), 1); in SetSpeed()
H A DVideoPlayerTeletext.cpp628 m_speed = static_cast<CDVDMsgInt*>(pMsg)->m_value; in Process()
H A DVideoPlayer.cpp2773 CDVDMsgInt* msg = static_cast<CDVDMsgInt*>(pMsg); in HandleMessages()
2875 int frames = static_cast<CDVDMsgInt*>(pMsg)->m_value; in HandleMessages()
3381 m_messenger.Put(new CDVDMsgInt(CDVDMsg::PLAYER_FRAME_ADVANCE, frames)); in FrameAdvance()
5143 m_messenger.Put(new CDVDMsgInt(CDVDMsg::PLAYER_SET_PROGRAM, progId)); in SetProgram()
H A DVideoPlayerRadioRDS.cpp657 m_speed = static_cast<CDVDMsgInt*>(pMsg)->m_value; in Process()