Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization_unittest.cc30 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
/external/webrtc/talk/media/base/
Dfakevideocapturer.h51 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
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp35 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()
Dmove_to_front.h270 uint32_t next_timestamp_ = 1; variable
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp35 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()
Dmove_to_front.h270 uint32_t next_timestamp_ = 1; variable