Home
last modified time | relevance | path

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

/third_party/openh264/module/
Dgmp-openh264.cpp151 last_time_ (start_time_), in FrameStats()
158 if (now == last_time_) { in FrameIn()
166 << (30 / (now - last_time_)) << ")" in FrameIn()
168 last_time_ = now; in FrameIn()
180 time_t last_time_; member in FrameStats
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch44572 if (frame_counter->last_time_ == 0) {
D0003-ohos-1115.patch259631 + if (frame_counter->last_time_ == 0) {
259633 + frame_counter->last_time_ = curr_time;
259638 + frame_counter->last_time_ = curr_time;
259703 + int64_t last_time_ = 0L;