Searched refs:GetNowUs (Results 1 – 5 of 5) sorted by relevance
188 const int64_t start_time = GetNowUs(); in Encode()197 if (!input_done && (GetNowUs() - start_time >= input_frame_index_ * input_period)) { in Encode()200 if (GetNowUs() - last_enqueue_input_time > kBufferPeriodTimeoutUs) { in Encode()210 send_eos_time = GetNowUs(); in Encode()214 last_enqueue_input_time = GetNowUs(); in Encode()223 if (input_done && GetNowUs() - send_eos_time > kBufferPeriodTimeoutUs) { in Encode()
175 int64_t now_us = GetNowUs(); in RecordFrameTimeDiff()273 int64_t GetNowUs() { in GetNowUs() function
252 auto res = start_times_.insert(std::make_pair(time_us, GetNowUs())); in OnEncodeInputBuffer()259 end_times_[info.presentationTimeUs] = GetNowUs(); in OnOutputBufferReady()
172 int64_t GetNowUs();
21 int64_t GetNowUs() { in GetNowUs() function61 int delayUs = GetNowUs() - mNextFetchTimeUs; in fetchGraphicBlock()92 mNextFetchTimeUs = GetNowUs() + kFetchRetryDelayUs; in fetchGraphicBlock()