Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp84 mStartTimeMicros = timestampMicros; in setInitialTimestamp()
216 int64_t frameTimeMicros = frameIx * frameIntervalMicros + mStartTimeMicros; in decoderThreadFunction()
236 mStartTimeMicros = frameTimeMicros + frameIntervalMicros; in decoderThreadFunction()
DVideoDecoder.h76 int64_t mStartTimeMicros; variable