Home
last modified time | relevance | path

Searched refs:ntp_time_ms (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/webrtc/video/
Dvideo_capture_input.cc80 if (incoming_frame.ntp_time_ms() != 0) { in IncomingCapturedFrame()
82 incoming_frame.set_render_time_ms(incoming_frame.ntp_time_ms() - in IncomingCapturedFrame()
96 kMsToRtpTimestamp * static_cast<uint32_t>(incoming_frame.ntp_time_ms())); in IncomingCapturedFrame()
99 if (incoming_frame.ntp_time_ms() <= last_captured_timestamp_) { in IncomingCapturedFrame()
102 << incoming_frame.ntp_time_ms() in IncomingCapturedFrame()
109 last_captured_timestamp_ = incoming_frame.ntp_time_ms(); in IncomingCapturedFrame()
153 deliver_frame.ntp_time_ms(), encode_time_ms); in EncoderProcess()
Dvideo_capture_input_unittest.cc147 EXPECT_GT(output_frames_[0]->ntp_time_ms(), in TEST_F()
160 input_frames_[0]->ntp_time_ms() * 90); in TEST_F()
170 input_frames_[0]->ntp_time_ms() * 90); in TEST_F()
177 input_frames_[0]->set_ntp_time_ms(input_frames_[0]->ntp_time_ms() - 1); in TEST_F()
186 input_frames_[0]->ntp_time_ms() * 90); in TEST_F()
Dvideo_quality_test.cc130 void OnReportEncodedTime(int64_t ntp_time_ms, int encode_time_ms) override { in OnReportEncodedTime() argument
132 samples_encode_time_ms_[ntp_time_ms] = encode_time_ms; in OnReportEncodedTime()
137 copy.set_timestamp(copy.ntp_time_ms() * 90); in IncomingCapturedFrame()
481 int64_t input_time_ms = comparison.reference.ntp_time_ms(); in PerformFrameComparison()
/external/webrtc/webrtc/common_video/
Di420_video_frame_unittest.cc50 EXPECT_EQ(456, frame.ntp_time_ms()); in TEST()
73 int64_t ntp_time_ms = 2; in TEST() local
85 small_frame.set_ntp_time_ms(ntp_time_ms); in TEST()
119 int64_t ntp_time_ms = 2; in TEST() local
141 frame1.set_ntp_time_ms(ntp_time_ms); in TEST()
158 EXPECT_EQ(frame2.ntp_time_ms(), frame1.ntp_time_ms()); in TEST()
163 frame2.set_ntp_time_ms(ntp_time_ms + 1); in TEST()
168 EXPECT_NE(frame2.ntp_time_ms(), frame1.ntp_time_ms()); in TEST()
182 EXPECT_EQ(0u, frame.ntp_time_ms()); in TEST()
Dvideo_frame.cc231 ntp_time_ms() != frame.ntp_time_ms() || in EqualsFrame()
/external/webrtc/webrtc/
Dvideo_frame.h112 void set_ntp_time_ms(int64_t ntp_time_ms) { in set_ntp_time_ms() argument
113 ntp_time_ms_ = ntp_time_ms; in set_ntp_time_ms()
117 int64_t ntp_time_ms() const { return ntp_time_ms_; } in ntp_time_ms() function
Dvideo_send_stream.h33 virtual void OnReportEncodedTime(int64_t ntp_time_ms, int encode_time_ms) = 0;
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h74 int64_t* ntp_time_ms) override;
103 int64_t* ntp_time_ms) override;
135 int64_t* ntp_time_ms);
Dvoe_base_impl.cc105 int64_t* ntp_time_ms) { in NeedMorePlayData() argument
107 audioSamples, elapsed_time_ms, ntp_time_ms); in NeedMorePlayData()
170 int64_t* ntp_time_ms) { in PullRenderData() argument
175 audio_data, elapsed_time_ms, ntp_time_ms); in PullRenderData()
770 int64_t* ntp_time_ms) { in GetPlayoutData() argument
793 *ntp_time_ms = audioFrame_.ntp_time_ms_; in GetPlayoutData()
/external/webrtc/webrtc/test/
Dfake_audio_device.cc119 int64_t ntp_time_ms = -1; in CaptureAudio() local
128 &ntp_time_ms)); in CaptureAudio()
Dframe_generator_capturer.cc108 first_frame_capture_time_ = frame->ntp_time_ms(); in InsertFrame()
Dframe_generator_unittest.cc74 EXPECT_EQ(0, frame->ntp_time_ms()); in CheckFrameAndMutate()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h67 int64_t* ntp_time_ms) = 0;
132 int64_t* ntp_time_ms) {} in PullRenderData() argument
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule_unittest.cc90 int64_t* ntp_time_ms) override { in NeedMorePlayData() argument
99 *ntp_time_ms = 0; in NeedMorePlayData()
Dfakeaudiocapturemodule.cc703 int64_t ntp_time_ms = 0; in ReceiveFrameP() local
707 &elapsed_time_ms, &ntp_time_ms) != 0) { in ReceiveFrameP()
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc538 int64_t ntp_time_ms = -1; in RequestPlayoutData() local
546 &ntp_time_ms); in RequestPlayoutData()
/external/webrtc/webrtc/modules/video_coding/utility/
Dquality_scaler.cc131 scaled_frame_.set_ntp_time_ms(frame.ntp_time_ms()); in GetScaledFrame()
/external/webrtc/webrtc/modules/video_coding/
Dpacket.cc41 ntp_time_ms_(rtpHeader.ntp_time_ms), in VCMPacket()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h154 int64_t ntp_time_ms);
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h106 int64_t* ntp_time_ms) override;
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc416 if (video_frame.ntp_time_ms() <= 0) { in TestCaptureNtpTime()
441 90 * static_cast<uint32_t>(video_frame.ntp_time_ms()); in TestCaptureNtpTime()
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc391 int64_t* ntp_time_ms));
445 int64_t* ntp_time_ms) { in RealNeedMorePlayData() argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc241 EXPECT_EQ(kTestNtpTimeMs, decoded_frame_.ntp_time_ms()); in TEST_F()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc401 int64_t* ntp_time_ms));
453 int64_t* ntp_time_ms) { in RealNeedMorePlayData() argument
/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc160 RTC_DCHECK(last_frame_.ntp_time_ms() == 0); in GetLastTimestamp()

12