Searched refs:stopUSec (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dtime_util.cpp60 uint64_t stopUSec = getTimeUs(); local
61 if (stopUSec > mStartUSec) {
63 mTotalUSec += stopUSec - mStartUSec;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp58 uint64_t stopUSec = getTimeUs(); local
59 if (stopUSec > mStartUSec) {
61 mTotalUSec += stopUSec - mStartUSec;

Completed in 92 milliseconds