Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp215 int64_t frameIntervalMicros = kMicrosPerSecond / mPlaybackFrameRate; in decoderThreadFunction() local
216 int64_t frameTimeMicros = frameIx * frameIntervalMicros + mStartTimeMicros; in decoderThreadFunction()
236 mStartTimeMicros = frameTimeMicros + frameIntervalMicros; in decoderThreadFunction()