Searched refs:frameIntervalMicros (Results 1 – 1 of 1) sorted by relevance
215 int64_t frameIntervalMicros = kMicrosPerSecond / mPlaybackFrameRate; in decoderThreadFunction() local216 int64_t frameTimeMicros = frameIx * frameIntervalMicros + mStartTimeMicros; in decoderThreadFunction()236 mStartTimeMicros = frameTimeMicros + frameIntervalMicros; in decoderThreadFunction()