Searched refs:mLastDecodingTimeUs (Results 1 – 1 of 1) sorted by relevance
338 int64_t mLastDecodingTimeUs; member in android::MPEG4Writer::Track3024 mLastDecodingTimeUs = -1; in start()3820 if (mLastDecodingTimeUs < 0) { in threadEntry()3826 decodingTimeUs = std::max(mLastDecodingTimeUs + in threadEntry()3830 mLastDecodingTimeUs = decodingTimeUs; in threadEntry()