Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DVideoRenderQualityTracker.cpp760 int64_t newTimestampUs) { in updateFrameDurations() argument
764 if (newTimestampUs == -1) { in updateFrameDurations()
768 newTimestampUs - durationUs.priorTimestampUs; in updateFrameDurations()
769 durationUs.priorTimestampUs = newTimestampUs; in updateFrameDurations()
/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoRenderQualityTracker.h362 static void updateFrameDurations(FrameDurationUs &durationUs, int64_t newTimestampUs);