/external/webrtc/ |
D | common_types.h | 83 struct PlayoutDelay { struct 84 PlayoutDelay(int min_ms, int max_ms) : min_ms(min_ms), max_ms(max_ms) {} in PlayoutDelay() argument 88 static PlayoutDelay Noop() { return PlayoutDelay(-1, -1); } in Noop() argument 91 bool operator==(const PlayoutDelay& rhs) const { argument
|
/external/webrtc/test/fuzzers/ |
D | rtp_packet_fuzzer.cc | 103 PlayoutDelay playout = PlayoutDelay::Noop(); in FuzzOneInput()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_header_extensions.h | 151 using value_type = PlayoutDelay; 165 PlayoutDelay* playout_delay); 166 static size_t ValueSize(const PlayoutDelay&) { return kValueSizeBytes; } in ValueSize() argument 168 const PlayoutDelay& playout_delay);
|
D | rtp_video_header.h | 77 PlayoutDelay playout_delay = {-1, -1};
|
D | rtp_sender_video.h | 197 PlayoutDelay current_playout_delay_ RTC_GUARDED_BY(send_checker_);
|
/external/webrtc/video/ |
D | video_receive_stream_unittest.cc | 177 TEST_F(VideoReceiveStreamTest, PlayoutDelay) { in TEST_F() argument 178 const PlayoutDelay kPlayoutDelayMs = {123, 321}; in TEST_F() 208 const PlayoutDelay kPlayoutDelayMs = {123, -1}; in TEST_F() 224 const PlayoutDelay kPlayoutDelayMs = {-1, 321}; in TEST_F()
|
D | video_receive_stream2_unittest.cc | 180 TEST_F(VideoReceiveStream2Test, PlayoutDelay) { in TEST_F() argument 181 const PlayoutDelay kPlayoutDelayMs = {123, 321}; in TEST_F() 211 const PlayoutDelay kPlayoutDelayMs = {123, -1}; in TEST_F() 227 const PlayoutDelay kPlayoutDelayMs = {-1, 321}; in TEST_F()
|
D | rtp_video_stream_receiver2_unittest.cc | 1165 const PlayoutDelay kTransmittedPlayoutDelay = {100, 200}; 1166 const PlayoutDelay kForcedPlayoutDelay = {70, 90}; 1169 PlayoutDelay expected_delay; 1185 INSTANTIATE_TEST_SUITE_P(PlayoutDelay, 1189 TEST_P(RtpVideoStreamReceiver2TestPlayoutDelay, PlayoutDelay) { in TEST_P() argument
|
D | rtp_video_stream_receiver_unittest.cc | 1158 const PlayoutDelay kTransmittedPlayoutDelay = {100, 200}; 1159 const PlayoutDelay kForcedPlayoutDelay = {70, 90}; 1162 PlayoutDelay expected_delay; 1178 INSTANTIATE_TEST_SUITE_P(PlayoutDelay, 1182 TEST_P(RtpVideoStreamReceiverTestPlayoutDelay, PlayoutDelay) { in TEST_P() argument
|
/external/webrtc/modules/video_coding/ |
D | encoded_frame.h | 37 void SetPlayoutDelay(PlayoutDelay playout_delay) { in SetPlayoutDelay()
|
/external/webrtc/api/ |
D | rtp_headers.h | 145 PlayoutDelay playout_delay = {-1, -1};
|
/external/webrtc/modules/audio_device/dummy/ |
D | audio_device_dummy.cc | 221 int32_t AudioDeviceDummy::PlayoutDelay(uint16_t& delayMS) const { in PlayoutDelay() function in webrtc::AudioDeviceDummy
|
D | audio_device_dummy.h | 110 int32_t PlayoutDelay(uint16_t& delayMS) const override;
|
D | file_audio_device.h | 125 int32_t PlayoutDelay(uint16_t& delayMS) const override;
|
/external/webrtc/modules/audio_device/ |
D | audio_device_data_observer.cc | 257 int32_t PlayoutDelay(uint16_t* delay_ms) const override { in PlayoutDelay() function in webrtc::__anon6f60d37b0111::ADMWrapper 258 return impl_->PlayoutDelay(delay_ms); in PlayoutDelay()
|
D | audio_device_generic.h | 116 virtual int32_t PlayoutDelay(uint16_t& delayMS) const = 0;
|
D | audio_device_impl.h | 131 int32_t PlayoutDelay(uint16_t* delayMS) const override;
|
/external/webrtc/modules/audio_device/include/ |
D | audio_device_default.h | 106 int32_t PlayoutDelay(uint16_t* delayMS) const override { in PlayoutDelay() function
|
D | audio_device.h | 137 virtual int32_t PlayoutDelay(uint16_t* delayMS) const = 0;
|
D | mock_audio_device.h | 135 MOCK_METHOD(int32_t, PlayoutDelay, (uint16_t * delayMS), (const, override));
|
/external/webrtc/sdk/objc/native/src/audio/ |
D | audio_device_module_ios.h | 118 int32_t PlayoutDelay(uint16_t* delayMS) const override;
|
/external/webrtc/api/video/ |
D | encoded_image.h | 186 PlayoutDelay playout_delay_ = {-1, -1};
|
/external/webrtc/pc/test/ |
D | fake_audio_capture_module_unittest.cc | 149 EXPECT_EQ(0, fake_audio_capture_module_->PlayoutDelay(&delay_ms)); in TEST_F()
|
D | fake_audio_capture_module.h | 126 int32_t PlayoutDelay(uint16_t* delay_ms) const override;
|
/external/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.h | 120 int32_t PlayoutDelay(uint16_t& delayMS) const override;
|