Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc1708 int64_t time_when_posted_us) { in MaybeEncodeVideoFrame() argument
1786 pending_frame_post_time_us_ = time_when_posted_us; in MaybeEncodeVideoFrame()
1806 pending_frame_post_time_us_ = time_when_posted_us; in MaybeEncodeVideoFrame()
1843 EncodeVideoFrame(video_frame, time_when_posted_us); in MaybeEncodeVideoFrame()
1847 int64_t time_when_posted_us) { in EncodeVideoFrame() argument
1849 RTC_LOG(LS_VERBOSE) << __func__ << " posted " << time_when_posted_us in EncodeVideoFrame()
1975 stream_resource_manager_.OnEncodeStarted(out_frame, time_when_posted_us); in EncodeVideoFrame()