Searched refs:mLastDecodingTimeUs (Results 1 – 1 of 1) sorted by relevance
297 int64_t mLastDecodingTimeUs; member in android::MPEG4Writer::Track2505 mLastDecodingTimeUs = -1; in start()3180 if (mLastDecodingTimeUs < 0) { in threadEntry()3186 decodingTimeUs = std::max(mLastDecodingTimeUs + in threadEntry()3190 mLastDecodingTimeUs = decodingTimeUs; in threadEntry()