Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DPlaybackDurationAccumulator.h36 void processRenderTime(int64_t newRenderTimeNs) { in processRenderTime() function
H A DMediaCodec.cpp1049 mPlaybackDurationAccumulator->processRenderTime(renderTimeNs); in updatePlaybackDuration()