Searched refs:mTimestampDebugHelper (Results 1 – 1 of 1) sorted by relevance
330 std::list<TimestampDebugHelperEntry> mTimestampDebugHelper; member in android::MPEG4Writer::Track2924 if (!mTimestampDebugHelper.empty()) { in dumpTimeStamps()2926 std::to_string(mTimestampDebugHelper.size()) + in dumpTimeStamps()2928 for (const TimestampDebugHelperEntry& entry : mTimestampDebugHelper) { in dumpTimeStamps()3200 if (mTimestampDebugHelper.size() >= kTimestampDebugCount) { in threadEntry()3201 mTimestampDebugHelper.pop_front(); in threadEntry()3203 mTimestampDebugHelper.push_back(timestampDebugEntry); in threadEntry()