Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp338 int64_t mLastDecodingTimeUs; member in android::MPEG4Writer::Track
3024 mLastDecodingTimeUs = -1; in start()
3820 if (mLastDecodingTimeUs < 0) { in threadEntry()
3826 decodingTimeUs = std::max(mLastDecodingTimeUs + in threadEntry()
3830 mLastDecodingTimeUs = decodingTimeUs; in threadEntry()