Home
last modified time | relevance | path

Searched refs:sLastLogTimestamp (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.cpp300 thread_local Clock::time_point sLastLogTimestamp{}; in MaybeLogTimestampWarning() local
302 if (Clock::now() - sLastLogTimestamp > std::chrono::minutes(1) || sOverlapCount < 0) { in MaybeLogTimestampWarning()
311 sLastLogTimestamp = Clock::now(); in MaybeLogTimestampWarning()