Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp297 int64_t mLastDecodingTimeUs; member in android::MPEG4Writer::Track
2505 mLastDecodingTimeUs = -1; in start()
3180 if (mLastDecodingTimeUs < 0) { in threadEntry()
3186 decodingTimeUs = std::max(mLastDecodingTimeUs + in threadEntry()
3190 mLastDecodingTimeUs = decodingTimeUs; in threadEntry()