Home
last modified time | relevance | path

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

/external/opencore/nodes/streaming/medialayernode/src/
Dpvmf_medialayer_node.cpp2877 uint32 timespentinloop = 0; in Run() local
2898 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()