Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp216 int64_t frameTimeMicros = frameIx * frameIntervalMicros + mStartTimeMicros; in decoderThreadFunction() local
218 if (getCurrentTime() > frameTimeMicros) { in decoderThreadFunction()
219 if (readDecodedFrame(frameTimeMicros)) { in decoderThreadFunction()
236 mStartTimeMicros = frameTimeMicros + frameIntervalMicros; in decoderThreadFunction()
297 bool VideoDecoder::readDecodedFrame(int64_t frameTimeMicros) { in readDecodedFrame() argument
324 mEngine->dispatchInputFrame(mConfig.stream_id(), frameTimeMicros, inputFrame); in readDecodedFrame()
DVideoDecoder.h69 bool readDecodedFrame(int64_t frameTimeMicros);