Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp317 s64 diff = (p_Req->time - a_LatestTime[another]).ToTimeSpan().GetMilliSeconds(); in nnMain() local
319 if ((diff > 3) || (diff < -3)) in nnMain()
321 NN_LOG("Throw out another frame (diff=%lld msec)\n", diff); in nnMain()