Searched refs:first_frame_offset_ms (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_framework.cc | 677 int64_t first_frame_offset_ms) in VideoSource() argument 685 next_frame_ms_(first_frame_offset_ms), in VideoSource() 758 int64_t first_frame_offset_ms) in AdaptiveVideoSource() argument 759 : VideoSource(flow_id, fps, kbps, ssrc, first_frame_offset_ms) { in AdaptiveVideoSource() 771 int64_t first_frame_offset_ms, in PeriodicKeyFrameSource() argument 773 : AdaptiveVideoSource(flow_id, fps, kbps, ssrc, first_frame_offset_ms), in PeriodicKeyFrameSource()
|
D | bwe_test_framework.h | 397 int64_t first_frame_offset_ms); 436 int64_t first_frame_offset_ms); 451 int64_t first_frame_offset_ms,
|