Searched refs:next_timestamp_ (Results 1 – 6 of 6) sorted by relevance
30 next_timestamp_(0) {} in TestMediaOptimization()40 encoded_image._timeStamp = next_timestamp_; in AddFrameAndAdvanceTime()44 next_timestamp_ += frame_time_ms_ * kSampleRate / 1000; in AddFrameAndAdvanceTime()51 uint32_t next_timestamp_; member in webrtc::media_optimization::TestMediaOptimization
51 next_timestamp_(rtc::kNumNanosecsPerMillisec), in FakeVideoCapturer()117 frame.time_stamp = initial_unix_timestamp_ + next_timestamp_; in CaptureCustomFrame()118 next_timestamp_ += timestamp_interval; in CaptureCustomFrame()175 int64_t next_timestamp_; variable
35 InsertNode(CreateNode(next_timestamp_++, value)); in Insert()102 MutableTimestampOf(target) = next_timestamp_++; in RankFromValue()145 MutableTimestampOf(target) = next_timestamp_++; in Promote()181 MutableTimestampOf(node) = next_timestamp_++; in ValueFromRank()
270 uint32_t next_timestamp_ = 1; variable