Searched refs:desiredRenderTimeUs (Results 1 – 2 of 2) sorted by relevance
280 int64_t desiredRenderTimeUs = desiredRenderTimeNs / 1000; in onFrameReleased() local281 resetIfDiscontinuity(contentTimeUs, desiredRenderTimeUs); in onFrameReleased()283 mNextExpectedRenderedFrameQueue.push({contentTimeUs, desiredRenderTimeUs}); in onFrameReleased()337 nextExpectedFrame.desiredRenderTimeUs); in onFrameRendered()348 nextExpectedFrame.desiredRenderTimeUs, actualRenderTimeUs, in onFrameRendered()431 int64_t desiredRenderTimeUs) { in resetIfDiscontinuity() argument452 if (desiredRenderTimeUs != -1) { in resetIfDiscontinuity()454 int64_t desiredFrameDurationUs = desiredRenderTimeUs - mLastRenderTimeUs; in resetIfDiscontinuity()484 int64_t desiredRenderTimeUs) { in processMetricsForDroppedFrame() argument487 updateFrameDurations(mDesiredFrameDurationUs, desiredRenderTimeUs); in processMetricsForDroppedFrame()[all …]
323 int64_t desiredRenderTimeUs; member413 bool resetIfDiscontinuity(int64_t contentTimeUs, int64_t desiredRenderTimeUs);419 void processMetricsForDroppedFrame(int64_t contentTimeUs, int64_t desiredRenderTimeUs);422 void processMetricsForRenderedFrame(int64_t contentTimeUs, int64_t desiredRenderTimeUs,