Searched refs:lastFeedDecoderInputBufferTimeUs_ (Results 1 – 4 of 4) sorted by relevance
332 lastFeedDecoderInputBufferTimeUs_ = 0; in ReleaseProcessNode()461 if (lastFeedDecoderInputBufferTimeUs_ == 0) { in GetDecoderTimeStamp()462 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()465 TimeIntervalStampUs = nowTimeUs - lastFeedDecoderInputBufferTimeUs_; in GetDecoderTimeStamp()466 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()
379 lastFeedDecoderInputBufferTimeUs_ = 0; in ReleaseProcessNode()508 if (lastFeedDecoderInputBufferTimeUs_ == 0) { in GetDecoderTimeStamp()509 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()512 TimeIntervalStampUs = nowTimeUs - lastFeedDecoderInputBufferTimeUs_; in GetDecoderTimeStamp()513 lastFeedDecoderInputBufferTimeUs_ = nowTimeUs; in GetDecoderTimeStamp()
136 int64_t lastFeedDecoderInputBufferTimeUs_ = 0; variable
445 testDecodeDataProcess_->lastFeedDecoderInputBufferTimeUs_ = 1;