Searched refs:downloadEvent (Results 1 – 2 of 2) sorted by relevance
835 DemuxFilterDownloadEvent downloadEvent = e.download(); in getDownloadEvent() local838 tunerDownload.itemId = static_cast<int>(downloadEvent.itemId); in getDownloadEvent()839 tunerDownload.itemFragmentIndex = static_cast<int>(downloadEvent.itemFragmentIndex); in getDownloadEvent()840 tunerDownload.mpuSequenceNumber = static_cast<int>(downloadEvent.mpuSequenceNumber); in getDownloadEvent()841 tunerDownload.lastItemFragmentIndex = static_cast<int>(downloadEvent.lastItemFragmentIndex); in getDownloadEvent()842 tunerDownload.dataLength = static_cast<char16_t>(downloadEvent.dataLength); in getDownloadEvent()
668 DemuxFilterDownloadEvent downloadEvent = event.download(); in getDownloadEvent() local670 jint itemId = static_cast<jint>(downloadEvent.itemId); in getDownloadEvent()671 jint mpuSequenceNumber = static_cast<jint>(downloadEvent.mpuSequenceNumber); in getDownloadEvent()672 jint itemFragmentIndex = static_cast<jint>(downloadEvent.itemFragmentIndex); in getDownloadEvent()673 jint lastItemFragmentIndex = static_cast<jint>(downloadEvent.lastItemFragmentIndex); in getDownloadEvent()674 jint dataLength = static_cast<jint>(downloadEvent.dataLength); in getDownloadEvent()