Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp318 int iLossCharLen = (int) strlen (pLossChars); in SimulateNALLoss() local
332 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()
351 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()
373 bLost = iLossIdx < iLossCharLen ? (pLossChars[iLossIdx] == '1') : (rand() % 2 == 1); in SimulateNALLoss()