Searched refs:timespentinloop (Results 1 – 1 of 1) sorted by relevance
2877 uint32 timespentinloop = 0; in Run() local2898 timespentinloop += (currtime - starttime); in Run()2900 if (timespentinloop < MEDIALAYERNODE_MAX_RUNL_TIME_IN_MS) in Run()2925 …ODE_LOG_RUNL((0, "PVMFMediaLayerNode::Run: NumLoops=%d, TotalTime=%d ms", count, timespentinloop)); in Run()