Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DAudioSource.cpp96 mStopSystemTimeUs = -1; in set()
221 mStopSystemTimeUs = -1; in reset()
348 mStopSystemTimeUs = stopTimeUs; in setStopTimeUs()
404 if (mStopSystemTimeUs != -1 && timeUs >= mStopSystemTimeUs) { in dataCallback()
406 (long long)timeUs, (long long)mStopSystemTimeUs); in dataCallback()
H A DCameraSource.cpp129 mStopSystemTimeUs(-1), in CameraSource()
747 mStopSystemTimeUs = -1; in reset()
933 mStopSystemTimeUs = stopTimeUs; in setStopTimeUs()
943 if (mStopSystemTimeUs != -1 && timestampUs >= mStopSystemTimeUs) { in shouldSkipFrameLocked()
945 (long long)timestampUs, (long long)mStopSystemTimeUs); in shouldSkipFrameLocked()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAudioSource.h119 int64_t mStopSystemTimeUs; member
H A DCameraSource.h209 int64_t mStopSystemTimeUs; variable