コード例 #1
0
ファイル: device.c プロジェクト: suborb/reelvdr
void cSatipDevice::SkipData(int countP)
{
  //debug("cSatipDevice::%s(%u)", __FUNCTION__, deviceIndexM);
  tsBufferM->Del(countP);
  isPacketDeliveredM = false;
  // Update buffer statistics
  AddBufferStatistic(countP, tsBufferM->Available());
}
コード例 #2
0
ファイル: device.c プロジェクト: nafets227/vdr-plugin-satip
void cSatipDevice::SkipData(int countP)
{
  debug16("%s [device %u]", __PRETTY_FUNCTION__, deviceIndexM);
  tsBufferM->Del(countP);
  isPacketDeliveredM = false;
  // Update buffer statistics
  AddBufferStatistic(countP, tsBufferM->Available());
}