Home
last modified time | relevance | path

Searched refs:PlayoutDelay (Results 1 – 25 of 50) sorted by relevance

12

/external/webrtc/
Dcommon_types.h83 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/
Drtp_packet_fuzzer.cc103 PlayoutDelay playout = PlayoutDelay::Noop(); in FuzzOneInput()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_header_extensions.h151 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);
Drtp_video_header.h77 PlayoutDelay playout_delay = {-1, -1};
Drtp_sender_video.h197 PlayoutDelay current_playout_delay_ RTC_GUARDED_BY(send_checker_);
/external/webrtc/video/
Dvideo_receive_stream_unittest.cc177 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()
Dvideo_receive_stream2_unittest.cc180 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()
Drtp_video_stream_receiver2_unittest.cc1165 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
Drtp_video_stream_receiver_unittest.cc1158 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/
Dencoded_frame.h37 void SetPlayoutDelay(PlayoutDelay playout_delay) { in SetPlayoutDelay()
/external/webrtc/api/
Drtp_headers.h145 PlayoutDelay playout_delay = {-1, -1};
/external/webrtc/modules/audio_device/dummy/
Daudio_device_dummy.cc221 int32_t AudioDeviceDummy::PlayoutDelay(uint16_t& delayMS) const { in PlayoutDelay() function in webrtc::AudioDeviceDummy
Daudio_device_dummy.h110 int32_t PlayoutDelay(uint16_t& delayMS) const override;
Dfile_audio_device.h125 int32_t PlayoutDelay(uint16_t& delayMS) const override;
/external/webrtc/modules/audio_device/
Daudio_device_data_observer.cc257 int32_t PlayoutDelay(uint16_t* delay_ms) const override { in PlayoutDelay() function in webrtc::__anon6f60d37b0111::ADMWrapper
258 return impl_->PlayoutDelay(delay_ms); in PlayoutDelay()
Daudio_device_generic.h116 virtual int32_t PlayoutDelay(uint16_t& delayMS) const = 0;
Daudio_device_impl.h131 int32_t PlayoutDelay(uint16_t* delayMS) const override;
/external/webrtc/modules/audio_device/include/
Daudio_device_default.h106 int32_t PlayoutDelay(uint16_t* delayMS) const override { in PlayoutDelay() function
Daudio_device.h137 virtual int32_t PlayoutDelay(uint16_t* delayMS) const = 0;
Dmock_audio_device.h135 MOCK_METHOD(int32_t, PlayoutDelay, (uint16_t * delayMS), (const, override));
/external/webrtc/sdk/objc/native/src/audio/
Daudio_device_module_ios.h118 int32_t PlayoutDelay(uint16_t* delayMS) const override;
/external/webrtc/api/video/
Dencoded_image.h186 PlayoutDelay playout_delay_ = {-1, -1};
/external/webrtc/pc/test/
Dfake_audio_capture_module_unittest.cc149 EXPECT_EQ(0, fake_audio_capture_module_->PlayoutDelay(&delay_ms)); in TEST_F()
Dfake_audio_capture_module.h126 int32_t PlayoutDelay(uint16_t* delay_ms) const override;
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h120 int32_t PlayoutDelay(uint16_t& delayMS) const override;

12