Searched refs:mTimestampDebugHelper (Results 1 – 1 of 1) sorted by relevance
367 std::list<TimestampDebugHelperEntry> mTimestampDebugHelper; member in android::MPEG4Writer::Track3479 if (!mTimestampDebugHelper.empty()) { in dumpTimeStamps()3481 std::to_string(mTimestampDebugHelper.size()) + in dumpTimeStamps()3483 for (const TimestampDebugHelperEntry& entry : mTimestampDebugHelper) { in dumpTimeStamps()3834 if (mTimestampDebugHelper.size() >= kTimestampDebugCount) { in threadEntry()3835 mTimestampDebugHelper.pop_front(); in threadEntry()3837 mTimestampDebugHelper.push_back(timestampDebugEntry); in threadEntry()