Searched refs:frameTimeMicros (Results 1 – 2 of 2) sorted by relevance
216 int64_t frameTimeMicros = frameIx * frameIntervalMicros + mStartTimeMicros; in decoderThreadFunction() local218 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() argument324 mEngine->dispatchInputFrame(mConfig.stream_id(), frameTimeMicros, inputFrame); in readDecodedFrame()
69 bool readDecodedFrame(int64_t frameTimeMicros);