Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc90 EXPECT_EQ(5678, frame.GetTimeStamp()); in TestInit()
306 EXPECT_EQ(200, frame.GetTimeStamp()); in TEST_F()
308 EXPECT_EQ(400, frame.GetTimeStamp()); in TEST_F()
322 EXPECT_EQ(frame1.GetTimeStamp(), frame2->GetTimeStamp()); in TEST_F()
Dwebrtcvideoframe.h106 int64_t GetTimeStamp() const override { return time_stamp_ns_; } in GetTimeStamp() function
Dwebrtcvideoframe.cc296 GetTimeStamp())); in GetCopyWithRotationApplied()
Dwebrtcvideoengine2.cc1688 int64_t frame_delta_ms = frame->GetTimeStamp() / rtc::kNumNanosecsPerMillisec; in InputFrame()
/external/webrtc/talk/media/base/
Dvideoframefactory.cc73 output_frame_->SetTimeStamp(cropped_input_frame->GetTimeStamp()); in CreateAliasedFrame()
Dvideoframe.cc214 dst->SetTimeStamp(GetTimeStamp()); in StretchToFrame()
224 GetTimeStamp()); in Stretch()
Dvideoframe.h100 virtual int64_t GetTimeStamp() const = 0;
Dvideoframe_unittest.h482 frame.GetTimeStamp() == time_stamp && in IsEqual()
500 frame2.GetTimeStamp(), in IsEqual()
516 frame2.GetTimeStamp(), in IsEqualWithCrop()
1949 EXPECT_EQ(source.GetTimeStamp(), target2.GetTimeStamp()); in StretchToFrame()