Home
last modified time | relevance | path

Searched refs:GetPacketDrop (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/
H A DDVDMessage.h290 bool GetPacketDrop() { return m_drop; } in GetPacketDrop() function
H A DVideoPlayerAudio.cpp391 bool bPacketDrop = static_cast<CDVDMsgDemuxerPacket*>(pMsg)->GetPacketDrop(); in Process()
H A DVideoPlayerVideo.cpp522 bool bPacketDrop = static_cast<CDVDMsgDemuxerPacket*>(pMsg)->GetPacketDrop(); in Process()