Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DVideoRenderQualityTracker.cpp538 const int64_t wallClockDurationUs = actualRenderTimeUs - mLastRenderTimeUs; in processMetricsForRenderedFrame() local
542 if (wallClockDurationUs > mDroppedContentDurationUs + MAX_PIPELINE_HICCUP_DURATION_US) { in processMetricsForRenderedFrame()