Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.cpp301 thread_local int32_t sOverlapCount = -1; in MaybeLogTimestampWarning() local
302 if (Clock::now() - sLastLogTimestamp > std::chrono::minutes(1) || sOverlapCount < 0) { in MaybeLogTimestampWarning()
304 if (sOverlapCount > 0) { in MaybeLogTimestampWarning()
306 "(%d overlapping timestamp detected since last log)", sOverlapCount); in MaybeLogTimestampWarning()
312 sOverlapCount = 0; in MaybeLogTimestampWarning()
317 ++sOverlapCount; in MaybeLogTimestampWarning()