Home
last modified time | relevance | path

Searched refs:playout_event (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/receiver/
H A Dcast_receiver_impl.cc166 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in EmitDecodedAudioFrame() local
168 playout_event->type = FRAME_PLAYOUT; in EmitDecodedAudioFrame()
169 playout_event->media_type = AUDIO_EVENT; in EmitDecodedAudioFrame()
170 playout_event->rtp_timestamp = rtp_timestamp; in EmitDecodedAudioFrame()
171 playout_event->frame_id = frame_id; in EmitDecodedAudioFrame()
172 playout_event->delay_delta = playout_time - playout_event->timestamp; in EmitDecodedAudioFrame()
195 playout_event->type = FRAME_PLAYOUT; in EmitDecodedVideoFrame()
196 playout_event->media_type = VIDEO_EVENT; in EmitDecodedVideoFrame()
197 playout_event->rtp_timestamp = rtp_timestamp; in EmitDecodedVideoFrame()
198 playout_event->frame_id = frame_id; in EmitDecodedVideoFrame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/receiver/
H A Dcast_receiver_impl.cc167 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in EmitDecodedAudioFrame() local
169 playout_event->type = FRAME_PLAYOUT; in EmitDecodedAudioFrame()
170 playout_event->media_type = AUDIO_EVENT; in EmitDecodedAudioFrame()
171 playout_event->rtp_timestamp = rtp_timestamp; in EmitDecodedAudioFrame()
172 playout_event->frame_id = frame_id; in EmitDecodedAudioFrame()
173 playout_event->delay_delta = playout_time - playout_event->timestamp; in EmitDecodedAudioFrame()
196 playout_event->type = FRAME_PLAYOUT; in EmitDecodedVideoFrame()
197 playout_event->media_type = VIDEO_EVENT; in EmitDecodedVideoFrame()
198 playout_event->rtp_timestamp = rtp_timestamp; in EmitDecodedVideoFrame()
199 playout_event->frame_id = frame_id; in EmitDecodedVideoFrame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/net/rtcp/
H A Dreceiver_rtcp_event_subscriber_unittest.cc57 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in InsertEvents() local
58 playout_event->timestamp = testing_clock_.NowTicks(); in InsertEvents()
59 playout_event->type = FRAME_PLAYOUT; in InsertEvents()
60 playout_event->media_type = VIDEO_EVENT; in InsertEvents()
61 playout_event->rtp_timestamp = RtpTimeTicks().Expand(UINT32_C(100)); in InsertEvents()
62 playout_event->frame_id = FrameId::first() + 2; in InsertEvents()
86 playout_event.reset(new FrameEvent()); in InsertEvents()
87 playout_event->timestamp = testing_clock_.NowTicks(); in InsertEvents()
88 playout_event->type = FRAME_PLAYOUT; in InsertEvents()
89 playout_event->media_type = AUDIO_EVENT; in InsertEvents()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/net/rtcp/
H A Dreceiver_rtcp_event_subscriber_unittest.cc57 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in InsertEvents() local
58 playout_event->timestamp = testing_clock_.NowTicks(); in InsertEvents()
59 playout_event->type = FRAME_PLAYOUT; in InsertEvents()
60 playout_event->media_type = VIDEO_EVENT; in InsertEvents()
61 playout_event->rtp_timestamp = RtpTimeTicks().Expand(UINT32_C(100)); in InsertEvents()
62 playout_event->frame_id = FrameId::first() + 2; in InsertEvents()
86 playout_event.reset(new FrameEvent()); in InsertEvents()
87 playout_event->timestamp = testing_clock_.NowTicks(); in InsertEvents()
88 playout_event->type = FRAME_PLAYOUT; in InsertEvents()
89 playout_event->media_type = AUDIO_EVENT; in InsertEvents()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/logging/
H A Dsimple_event_subscriber_unittest.cc57 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in TEST_F() local
58 playout_event->timestamp = testing_clock_.NowTicks(); in TEST_F()
59 playout_event->type = FRAME_PLAYOUT; in TEST_F()
60 playout_event->media_type = AUDIO_EVENT; in TEST_F()
61 playout_event->rtp_timestamp = RtpTimeTicks().Expand(UINT32_C(100)); in TEST_F()
62 playout_event->frame_id = FrameId::first(); in TEST_F()
63 playout_event->delay_delta = base::TimeDelta::FromMilliseconds(100); in TEST_F()
64 cast_environment_->logger()->DispatchFrameEvent(std::move(playout_event)); in TEST_F()
H A Dstats_event_subscriber_unittest.cc260 playout_event->type = FRAME_PLAYOUT; in TEST_F()
261 playout_event->media_type = VIDEO_EVENT; in TEST_F()
263 playout_event->frame_id = frame_id; in TEST_F()
264 playout_event->delay_delta = delay; in TEST_F()
307 playout_event->type = FRAME_PLAYOUT; in TEST_F()
308 playout_event->media_type = VIDEO_EVENT; in TEST_F()
310 playout_event->frame_id = frame_id; in TEST_F()
311 playout_event->delay_delta = delay; in TEST_F()
630 playout_event->type = FRAME_PLAYOUT; in TEST_F()
631 playout_event->media_type = VIDEO_EVENT; in TEST_F()
[all …]
H A Dencoding_event_subscriber_unittest.cc279 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in TEST_F() local
280 playout_event->timestamp = now; in TEST_F()
281 playout_event->type = FRAME_PLAYOUT; in TEST_F()
282 playout_event->media_type = AUDIO_EVENT; in TEST_F()
283 playout_event->rtp_timestamp = rtp_timestamp; in TEST_F()
284 playout_event->frame_id = FrameId::first(); in TEST_F()
362 playout_event->timestamp = now1; in TEST_F()
363 playout_event->type = FRAME_PLAYOUT; in TEST_F()
364 playout_event->media_type = AUDIO_EVENT; in TEST_F()
365 playout_event->rtp_timestamp = rtp_timestamp1; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/logging/
H A Dsimple_event_subscriber_unittest.cc57 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in TEST_F() local
58 playout_event->timestamp = testing_clock_.NowTicks(); in TEST_F()
59 playout_event->type = FRAME_PLAYOUT; in TEST_F()
60 playout_event->media_type = AUDIO_EVENT; in TEST_F()
61 playout_event->rtp_timestamp = RtpTimeTicks().Expand(UINT32_C(100)); in TEST_F()
62 playout_event->frame_id = FrameId::first(); in TEST_F()
63 playout_event->delay_delta = base::TimeDelta::FromMilliseconds(100); in TEST_F()
64 cast_environment_->logger()->DispatchFrameEvent(std::move(playout_event)); in TEST_F()
H A Dstats_event_subscriber_unittest.cc267 playout_event->type = FRAME_PLAYOUT; in TEST_F()
268 playout_event->media_type = VIDEO_EVENT; in TEST_F()
270 playout_event->frame_id = frame_id; in TEST_F()
271 playout_event->delay_delta = delay; in TEST_F()
314 playout_event->type = FRAME_PLAYOUT; in TEST_F()
315 playout_event->media_type = VIDEO_EVENT; in TEST_F()
317 playout_event->frame_id = frame_id; in TEST_F()
318 playout_event->delay_delta = delay; in TEST_F()
640 playout_event->type = FRAME_PLAYOUT; in TEST_F()
641 playout_event->media_type = VIDEO_EVENT; in TEST_F()
[all …]
H A Dencoding_event_subscriber_unittest.cc279 std::unique_ptr<FrameEvent> playout_event(new FrameEvent()); in TEST_F() local
280 playout_event->timestamp = now; in TEST_F()
281 playout_event->type = FRAME_PLAYOUT; in TEST_F()
282 playout_event->media_type = AUDIO_EVENT; in TEST_F()
283 playout_event->rtp_timestamp = rtp_timestamp; in TEST_F()
284 playout_event->frame_id = FrameId::first(); in TEST_F()
362 playout_event->timestamp = now1; in TEST_F()
363 playout_event->type = FRAME_PLAYOUT; in TEST_F()
364 playout_event->media_type = AUDIO_EVENT; in TEST_F()
365 playout_event->rtp_timestamp = rtp_timestamp1; in TEST_F()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtc_event_log_source.cc56 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in GetAudioPlayoutEvent() local
57 if (!playout_event.has_local_ssrc()) in GetAudioPlayoutEvent()
59 return &playout_event; in GetAudioPlayoutEvent()
110 const rtclog::AudioPlayoutEvent* playout_event = in NextAudioOutputEventMs() local
113 if (playout_event) in NextAudioOutputEventMs()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc426 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in VerifyPlayoutEvent() local
427 ASSERT_TRUE(playout_event.has_local_ssrc()); in VerifyPlayoutEvent()
428 EXPECT_EQ(ssrc, playout_event.local_ssrc()); in VerifyPlayoutEvent()
H A Drtc_event_log.cc419 auto playout_event = event->mutable_audio_playout_event(); in LogAudioPlayout() local
420 playout_event->set_local_ssrc(ssrc); in LogAudioPlayout()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc458 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in VerifyPlayoutEvent() local
459 ASSERT_TRUE(playout_event.has_local_ssrc()); in VerifyPlayoutEvent()
460 EXPECT_EQ(ssrc, playout_event.local_ssrc()); in VerifyPlayoutEvent()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc458 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in VerifyPlayoutEvent() local
459 ASSERT_TRUE(playout_event.has_local_ssrc()); in VerifyPlayoutEvent()
460 EXPECT_EQ(ssrc, playout_event.local_ssrc()); in VerifyPlayoutEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc458 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in VerifyPlayoutEvent() local
459 ASSERT_TRUE(playout_event.has_local_ssrc()); in VerifyPlayoutEvent()
460 EXPECT_EQ(ssrc, playout_event.local_ssrc()); in VerifyPlayoutEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc240 auto playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
241 playout_event->set_local_ssrc(event.ssrc_); in EncodeAudioPlayout()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc240 auto playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
241 playout_event->set_local_ssrc(event.ssrc_); in EncodeAudioPlayout()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc240 auto playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
241 playout_event->set_local_ssrc(event.ssrc_); in EncodeAudioPlayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc423 auto* playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
424 playout_event->set_local_ssrc(event.ssrc()); in EncodeAudioPlayout()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc424 auto* playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
425 playout_event->set_local_ssrc(event.ssrc()); in EncodeAudioPlayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc424 auto* playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
425 playout_event->set_local_ssrc(event.ssrc()); in EncodeAudioPlayout()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_legacy.cc424 auto* playout_event = rtclog_event.mutable_audio_playout_event(); in EncodeAudioPlayout() local
425 playout_event->set_local_ssrc(event.ssrc()); in EncodeAudioPlayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/
H A Drtc_event_log_parser.cc1460 LoggedAudioPlayoutEvent playout_event = status_or_value.value(); in StoreParsedLegacyEvent() local
1461 audio_playout_events_[playout_event.ssrc].push_back(playout_event); in StoreParsedLegacyEvent()
1777 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in GetAudioPlayout() local
1781 RTC_PARSE_CHECK_OR_RETURN(playout_event.has_local_ssrc()); in GetAudioPlayout()
1782 res.ssrc = playout_event.local_ssrc(); in GetAudioPlayout()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/
H A Drtc_event_log_parser.cc1495 LoggedAudioPlayoutEvent playout_event = status_or_value.value(); in StoreParsedLegacyEvent() local
1496 audio_playout_events_[playout_event.ssrc].push_back(playout_event); in StoreParsedLegacyEvent()
1805 const rtclog::AudioPlayoutEvent& playout_event = event.audio_playout_event(); in GetAudioPlayout() local
1809 RTC_PARSE_CHECK_OR_RETURN(playout_event.has_local_ssrc()); in GetAudioPlayout()
1810 res.ssrc = playout_event.local_ssrc(); in GetAudioPlayout()

12