Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_encoder_e2e_test.cpp259 end_times_[info.presentationTimeUs] = GetNowUs(); in OnOutputBufferReady()
265 auto end_it = end_times_.find(start_kv.first); in PrintResult()
266 ASSERT_TRUE(end_it != end_times_.end()); in PrintResult()
283 std::map<uint64_t, int64_t> end_times_; member in android::LatencyRecorder