Searched refs:mTimestampDebugHelper (Results 1 – 1 of 1) sorted by relevance
357 std::list<TimestampDebugHelperEntry> mTimestampDebugHelper; member in android::MPEG4Writer::Track3350 if (!mTimestampDebugHelper.empty()) { in dumpTimeStamps()3352 std::to_string(mTimestampDebugHelper.size()) + in dumpTimeStamps()3354 for (const TimestampDebugHelperEntry& entry : mTimestampDebugHelper) { in dumpTimeStamps()3686 if (mTimestampDebugHelper.size() >= kTimestampDebugCount) { in threadEntry()3687 mTimestampDebugHelper.pop_front(); in threadEntry()3689 mTimestampDebugHelper.push_back(timestampDebugEntry); in threadEntry()