Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization.cc65 int64_t time_complete_ms) in EncodedFrameSample()
68 time_complete_ms(time_complete_ms) {} in EncodedFrameSample()
72 int64_t time_complete_ms; member
349 encoded_frame_samples_.back().time_complete_ms = now_ms; in UpdateWithEncodedData()
486 if (now_ms - encoded_frame_samples_.front().time_complete_ms > in PurgeOldFrameSamples()
506 now_ms - encoded_frame_samples_.front().time_complete_ms); in UpdateSentBitrate()