Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvideo_adapter.cc147 bool VideoAdapter::KeepFrame(int64_t in_timestamp_ns) { in KeepFrame() argument
166 (*next_frame_timestamp_ns_ - in_timestamp_ns); in KeepFrame()
182 next_frame_timestamp_ns_ = in_timestamp_ns + frame_interval_ns / 2; in KeepFrame()
188 int64_t in_timestamp_ns, in AdaptFrameResolution() argument
217 if (max_pixel_count <= 0 || !KeepFrame(in_timestamp_ns)) { in AdaptFrameResolution()
226 << " timestamp: " << in_timestamp_ns in AdaptFrameResolution()
Dvideo_adapter.h45 int64_t in_timestamp_ns,
102 bool KeepFrame(int64_t in_timestamp_ns) RTC_EXCLUSIVE_LOCKS_REQUIRED(mutex_);