Home
last modified time | relevance | path

Searched refs:GetNowUs (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_encoder.cpp188 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()
Dcommon.cpp175 int64_t now_us = GetNowUs(); in RecordFrameTimeDiff()
273 int64_t GetNowUs() { in GetNowUs() function
Dvideo_encoder_e2e_test.cpp252 auto res = start_times_.insert(std::make_pair(time_us, GetNowUs())); in OnEncodeInputBuffer()
259 end_times_[info.presentationTimeUs] = GetNowUs(); in OnOutputBufferReady()
Dcommon.h172 int64_t GetNowUs();
/external/v4l2_codec2/plugin_store/
DC2VdaPooledBlockPool.cpp21 int64_t GetNowUs() { in GetNowUs() function
61 int delayUs = GetNowUs() - mNextFetchTimeUs; in fetchGraphicBlock()
92 mNextFetchTimeUs = GetNowUs() + kFetchRetryDelayUs; in fetchGraphicBlock()