Home
last modified time | relevance | path

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

/third_party/openh264/test/api/
Dencode_decode_api_test.cpp300 tmpSLostSim.isLost = bLost; in ExtractDidNal()
335 tmpSLostSim.isLost = bLost; in SimulateNALLoss()
354 tmpSLostSim.isLost = bLost; in SimulateNALLoss()
376 tmpSLostSim.isLost = bLost; in SimulateNALLoss()
Dencode_decode_api_test.h46 bool isLost; member
Ddecode_api_test.cpp282 if (IS_VCL_NAL (iter->eNalType, 0) && iter->isLost == false) { in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp1833 bool isLost = false; in testDeviceLost() local
1842 isLost = d3d11::isDeviceLostError(result); in testDeviceLost()
1844 if (isLost) in testDeviceLost()
1849 return isLost; in testDeviceLost()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2154 bool isLost = FAILED(result); in testDeviceLost() local
2156 if (isLost) in testDeviceLost()
2161 return isLost; in testDeviceLost()