• Home
  • Raw
  • Download

Lines Matching refs:bLost

204   long bLost = NO_RECOVERY_REQUSET;  in IsKeyFrameLost()  local
222 bLost = NO_RECOVERY_REQUSET; in IsKeyFrameLost()
224 bLost = IDR_RECOVERY_REQUEST; in IsKeyFrameLost()
226 bLost = LTR_RECOVERY_REQUEST; in IsKeyFrameLost()
228 bLost = NO_RECOVERY_REQUSET; in IsKeyFrameLost()
230 return bLost; in IsKeyFrameLost()
285 bool bLost; in ExtractDidNal() local
300bLost = (ToRemainDidNal ((pSrcPtr + iPrefix + 2), tmpSLostSim.eNalType, iTarDid)) ? false : true; in ExtractDidNal()
301 tmpSLostSim.isLost = bLost; in ExtractDidNal()
303 if (!bLost) { in ExtractDidNal()
325 bool bLost; in SimulateNALLoss() local
333 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()
334 bLost = (!bLossPara) && (IS_PARAM_SETS_NALS (tmpSLostSim.eNalType)) ? false : bLost; in SimulateNALLoss()
336 tmpSLostSim.isLost = bLost; in SimulateNALLoss()
338 if (!bLost) { in SimulateNALLoss()
352 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()
353 bLost = (!bLossPara) && (IS_PARAM_SETS_NALS (tmpSLostSim.eNalType)) ? false : bLost; in SimulateNALLoss()
355 tmpSLostSim.isLost = bLost; in SimulateNALLoss()
357 if (!bLost) { in SimulateNALLoss()
374 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()
375 bLost = (!bLossPara) && (IS_PARAM_SETS_NALS (tmpSLostSim.eNalType)) ? false : bLost; in SimulateNALLoss()
377 tmpSLostSim.isLost = bLost; in SimulateNALLoss()
379 if (!bLost) { in SimulateNALLoss()