Revert "Inject TickTimeInterface into VCM and tests"
This CL reverts r1220. Review URL: http://webrtc-codereview.appspot.com/336002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1235 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		| @@ -19,10 +19,10 @@ namespace webrtc | ||||
| class VCMInterFrameDelay | ||||
| { | ||||
| public: | ||||
|     VCMInterFrameDelay(int64_t currentWallClock); | ||||
|     VCMInterFrameDelay(); | ||||
|  | ||||
|     // Resets the estimate. Zeros are given as parameters. | ||||
|     void Reset(int64_t currentWallClock); | ||||
|     void Reset(); | ||||
|  | ||||
|     // Calculates the delay of a frame with the given timestamp. | ||||
|     // This method is called when the frame is complete. | ||||
| @@ -35,7 +35,7 @@ public: | ||||
|     // Return value                 : true if OK, false when reordered timestamps | ||||
|     bool CalculateDelay(WebRtc_UWord32 timestamp, | ||||
|                         WebRtc_Word64 *delay, | ||||
|                         int64_t currentWallClock); | ||||
|                         WebRtc_Word64 currentWallClock = -1); | ||||
|  | ||||
|     // Returns the current difference between incoming timestamps | ||||
|     // | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 henrik.lundin@webrtc.org
					henrik.lundin@webrtc.org