/external/webrtc/webrtc/video/ |
D | video_capture_input.cc | 80 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()
|
D | video_capture_input_unittest.cc | 147 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()
|
D | video_quality_test.cc | 130 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/ |
D | i420_video_frame_unittest.cc | 50 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()
|
D | video_frame.cc | 231 ntp_time_ms() != frame.ntp_time_ms() || in EqualsFrame()
|
/external/webrtc/webrtc/ |
D | video_frame.h | 112 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
|
D | video_send_stream.h | 33 virtual void OnReportEncodedTime(int64_t ntp_time_ms, int encode_time_ms) = 0;
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.h | 74 int64_t* ntp_time_ms) override; 103 int64_t* ntp_time_ms) override; 135 int64_t* ntp_time_ms);
|
D | voe_base_impl.cc | 105 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/ |
D | fake_audio_device.cc | 119 int64_t ntp_time_ms = -1; in CaptureAudio() local 128 &ntp_time_ms)); in CaptureAudio()
|
D | frame_generator_capturer.cc | 108 first_frame_capture_time_ = frame->ntp_time_ms(); in InsertFrame()
|
D | frame_generator_unittest.cc | 74 EXPECT_EQ(0, frame->ntp_time_ms()); in CheckFrameAndMutate()
|
/external/webrtc/webrtc/modules/audio_device/include/ |
D | audio_device_defines.h | 67 int64_t* ntp_time_ms) = 0; 132 int64_t* ntp_time_ms) {} in PullRenderData() argument
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule_unittest.cc | 90 int64_t* ntp_time_ms) override { in NeedMorePlayData() argument 99 *ntp_time_ms = 0; in NeedMorePlayData()
|
D | fakeaudiocapturemodule.cc | 703 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/ |
D | audio_device_buffer.cc | 538 int64_t ntp_time_ms = -1; in RequestPlayoutData() local 546 &ntp_time_ms); in RequestPlayoutData()
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | quality_scaler.cc | 131 scaled_frame_.set_ntp_time_ms(frame.ntp_time_ms()); in GetScaledFrame()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | packet.cc | 41 ntp_time_ms_(rtpHeader.ntp_time_ms), in VCMPacket()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.h | 154 int64_t ntp_time_ms);
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | func_test_manager.h | 106 int64_t* ntp_time_ms) override;
|
/external/webrtc/webrtc/call/ |
D | call_perf_tests.cc | 416 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/ |
D | audio_device_unittest_ios.cc | 391 int64_t* ntp_time_ms)); 445 int64_t* ntp_time_ms) { in RealNeedMorePlayData() argument
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 241 EXPECT_EQ(kTestNtpTimeMs, decoded_frame_.ntp_time_ms()); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 401 int64_t* ntp_time_ms)); 453 int64_t* ntp_time_ms) { in RealNeedMorePlayData() argument
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtccall.cc | 160 RTC_DCHECK(last_frame_.ntp_time_ms() == 0); in GetLastTimestamp()
|