Home
last modified time | relevance | path

Searched refs:VideoPlayoutDelay (Results 1 – 25 of 59) sorted by relevance

123

/dports/net-im/tg_owt/tg_owt-d578c76/src/api/video/
H A Dvideo_timing.h113 struct VideoPlayoutDelay { struct
114 VideoPlayoutDelay() = default;
115 VideoPlayoutDelay(int min_ms, int max_ms) : min_ms(min_ms), max_ms(max_ms) {} in VideoPlayoutDelay() argument
119 bool operator==(const VideoPlayoutDelay& rhs) const { argument
125 using PlayoutDelay = VideoPlayoutDelay;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/video/
H A Dvideo_timing.h113 struct VideoPlayoutDelay { struct
114 VideoPlayoutDelay() = default;
115 VideoPlayoutDelay(int min_ms, int max_ms) : min_ms(min_ms), max_ms(max_ms) {} in VideoPlayoutDelay() function
119 bool operator==(const VideoPlayoutDelay& rhs) const { argument
125 using PlayoutDelay = VideoPlayoutDelay;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/video/
H A Dvideo_timing.h113 struct VideoPlayoutDelay { struct
114 VideoPlayoutDelay() = default;
115 VideoPlayoutDelay(int min_ms, int max_ms) : min_ms(min_ms), max_ms(max_ms) {} in VideoPlayoutDelay() function
119 bool operator==(const VideoPlayoutDelay& rhs) const { argument
125 using PlayoutDelay = VideoPlayoutDelay;
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/api/video/
H A Dvideo_timing.h113 struct VideoPlayoutDelay { struct
114 VideoPlayoutDelay() = default;
115 VideoPlayoutDelay(int min_ms, int max_ms) : min_ms(min_ms), max_ms(max_ms) {} in VideoPlayoutDelay() function
119 bool operator==(const VideoPlayoutDelay& rhs) const { argument
125 using PlayoutDelay = VideoPlayoutDelay;
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Dencoded_frame.h37 VideoPlayoutDelay PlayoutDelay() const { return playout_delay_; } in PlayoutDelay()
39 void SetPlayoutDelay(VideoPlayoutDelay playout_delay) { in SetPlayoutDelay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Dencoded_frame.h37 VideoPlayoutDelay PlayoutDelay() const { return playout_delay_; } in PlayoutDelay()
39 void SetPlayoutDelay(VideoPlayoutDelay playout_delay) { in SetPlayoutDelay()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_header_extensions.h151 using value_type = VideoPlayoutDelay;
165 VideoPlayoutDelay* playout_delay);
166 static size_t ValueSize(const VideoPlayoutDelay&) { return kValueSizeBytes; } in ValueSize() argument
168 const VideoPlayoutDelay& playout_delay);
H A Drtp_video_header.h76 VideoPlayoutDelay playout_delay;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extensions.h151 using value_type = VideoPlayoutDelay;
165 VideoPlayoutDelay* playout_delay);
166 static size_t ValueSize(const VideoPlayoutDelay&) { return kValueSizeBytes; } in ValueSize() argument
168 const VideoPlayoutDelay& playout_delay);
H A Drtp_sender_video.h208 VideoPlayoutDelay current_playout_delay_ RTC_GUARDED_BY(send_checker_);
214 const absl::optional<VideoPlayoutDelay> forced_playout_delay_;
H A Drtp_video_header.h76 VideoPlayoutDelay playout_delay;
H A Drtp_sender_video.cc116 bool IsNoopDelay(const VideoPlayoutDelay& delay) { in IsNoopDelay()
120 absl::optional<VideoPlayoutDelay> LoadVideoPlayoutDelayOverride( in LoadVideoPlayoutDelayOverride()
128 ? absl::make_optional<VideoPlayoutDelay>(*playout_delay_min_ms, in LoadVideoPlayoutDelayOverride()
829 VideoPlayoutDelay requested_delay = in MaybeUpdateCurrentPlayoutDelay()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_header_extensions.h151 using value_type = VideoPlayoutDelay;
165 VideoPlayoutDelay* playout_delay);
166 static size_t ValueSize(const VideoPlayoutDelay&) { return kValueSizeBytes; } in ValueSize() argument
168 const VideoPlayoutDelay& playout_delay);
H A Drtp_sender_video.h214 VideoPlayoutDelay current_playout_delay_ RTC_GUARDED_BY(send_checker_);
220 const absl::optional<VideoPlayoutDelay> forced_playout_delay_;
H A Drtp_video_header.h89 VideoPlayoutDelay playout_delay;
H A Drtp_sender_video.cc116 bool IsNoopDelay(const VideoPlayoutDelay& delay) { in IsNoopDelay()
120 absl::optional<VideoPlayoutDelay> LoadVideoPlayoutDelayOverride( in LoadVideoPlayoutDelayOverride()
128 ? absl::make_optional<VideoPlayoutDelay>(*playout_delay_min_ms, in LoadVideoPlayoutDelayOverride()
847 VideoPlayoutDelay requested_delay = in MaybeUpdateCurrentPlayoutDelay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/
H A Dvideo_receive_stream2_unittest.cc173 const VideoPlayoutDelay kPlayoutDelayMs = {123, 321}; in TEST_F()
203 const VideoPlayoutDelay kPlayoutDelayMs = {123, -1}; in TEST_F()
219 const VideoPlayoutDelay kPlayoutDelayMs = {-1, 321}; in TEST_F()
257 const VideoPlayoutDelay kPlayoutDelayMs = {0, 50}; in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/
H A Dencoded_frame.h37 void SetPlayoutDelay(VideoPlayoutDelay playout_delay) { in SetPlayoutDelay()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Drtp_headers.h144 VideoPlayoutDelay playout_delay;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Drtp_headers.h144 VideoPlayoutDelay playout_delay;
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/api/
H A Drtp_headers.h144 VideoPlayoutDelay playout_delay;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/
H A Drtp_headers.h157 VideoPlayoutDelay playout_delay;
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dvideo_receive_stream2_unittest.cc182 const VideoPlayoutDelay kPlayoutDelayMs = {123, 321}; in TEST_F()
212 const VideoPlayoutDelay kPlayoutDelayMs = {123, -1}; in TEST_F()
228 const VideoPlayoutDelay kPlayoutDelayMs = {-1, 321}; in TEST_F()
266 const VideoPlayoutDelay kPlayoutDelayMs = {0, 50}; in TEST_F()
H A Dvideo_receive_stream_unittest.cc171 const VideoPlayoutDelay kPlayoutDelayMs = {123, 321}; in TEST_F()
201 const VideoPlayoutDelay kPlayoutDelayMs = {123, -1}; in TEST_F()
217 const VideoPlayoutDelay kPlayoutDelayMs = {-1, 321}; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/fuzzers/
H A Drtp_packet_fuzzer.cc104 VideoPlayoutDelay playout; in FuzzOneInput()

123