Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp299 thread_local Clock::time_point sLastLogTimestamp{}; in MaybeLogTimestampWarning() local
301 if (Clock::now() - sLastLogTimestamp > std::chrono::minutes(1) || sOverlapCount < 0) { in MaybeLogTimestampWarning()
310 sLastLogTimestamp = Clock::now(); in MaybeLogTimestampWarning()