/external/openscreen/cast/streaming/ |
D | offer_messages_unittest.cc | 28 "type": "video_source", 58 "type": "video_source", 354 "codecName": "video_source", in TEST() 367 "type": "video_source", in TEST() 381 "type": "video_source", in TEST() 396 "type": "video_source", in TEST() 412 "type": "video_source", in TEST() 430 "type": "video_source", in TEST() 508 "type": "video_source", in TEST() 525 "type": "video_source", in TEST()
|
D | receiver_session_unittest.cc | 40 "type": "video_source", 61 "type": "video_source", 106 "type": "video_source", 138 "type": "video_source",
|
/external/webrtc/sdk/objc/native/api/ |
D | video_capturer.mm | 26 rtc::scoped_refptr<webrtc::VideoTrackSourceInterface> video_source = 32 return video_source;
|
/external/webrtc/pc/ |
D | video_track.cc | 24 VideoTrackSourceInterface* video_source, in VideoTrack() argument 28 video_source_(video_source), in VideoTrack()
|
D | video_track.h | 52 VideoTrackSourceInterface* video_source,
|
D | rtc_stats_integrationtest.cc | 1049 bool VerifyRTCVideoSourceStats(const RTCVideoSourceStats& video_source) { in VerifyRTCVideoSourceStats() argument 1050 RTCStatsVerifier verifier(report_, &video_source); in VerifyRTCVideoSourceStats() 1051 VerifyRTCMediaSourceStats(video_source, &verifier); in VerifyRTCVideoSourceStats() 1056 verifier.TestMemberIsUndefined(video_source.width); in VerifyRTCVideoSourceStats() 1057 verifier.TestMemberIsUndefined(video_source.height); in VerifyRTCVideoSourceStats() 1060 verifier.TestMemberIsUndefined(video_source.frames); in VerifyRTCVideoSourceStats() 1061 verifier.TestMemberIsNonNegative<uint32_t>(video_source.frames_per_second); in VerifyRTCVideoSourceStats()
|
D | peer_connection_factory.h | 65 VideoTrackSourceInterface* video_source) override;
|
D | rtc_stats_collector.cc | 1546 auto* video_source = video_track->GetSource(); in ProduceMediaSourceStats_s() local 1548 if (video_source && video_source->GetStats(&source_stats)) { in ProduceMediaSourceStats_s()
|
D | rtc_stats_collector_unittest.cc | 2474 auto video_source = FakeVideoTrackSourceForStats::Create(kVideoSourceWidth, in TEST_F() local 2477 "LocalVideoTrackID", MediaStreamTrackInterface::kLive, video_source); in TEST_F() 2519 auto video_source = FakeVideoTrackSourceForStats::Create(kVideoSourceWidth, in TEST_F() local 2522 "LocalVideoTrackID", MediaStreamTrackInterface::kLive, video_source); in TEST_F()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaRecorder.java | 150 protected void setVideoSource(int video_source) { in setVideoSource() argument 151 videoSource = video_source; in setVideoSource()
|
/external/webrtc/test/pc/e2e/ |
D | peer_connection_quality_test.cc | 672 for (const auto& video_source : alice_video_sources_) { in TearDownCall() local 673 video_source->Stop(); in TearDownCall() 675 for (const auto& video_source : bob_video_sources_) { in TearDownCall() local 676 video_source->Stop(); in TearDownCall()
|
/external/webrtc/video/ |
D | video_analyzer.cc | 168 rtc::VideoSourceInterface<VideoFrame>* video_source, in SetSource() argument 171 captured_frame_forwarder_.SetSource(video_source); in SetSource() 173 video_source->AddOrUpdateSink(InputInterface(), wants); in SetSource() 991 VideoSourceInterface<VideoFrame>* video_source) { in SetSource() argument 992 video_source_ = video_source; in SetSource()
|
D | video_analyzer.h | 60 void SetSource(rtc::VideoSourceInterface<VideoFrame>* video_source, 154 void SetSource(rtc::VideoSourceInterface<VideoFrame>* video_source);
|
/external/libvpx/libvpx/test/ |
D | test.mk | 14 LIBVPX_TEST_SRCS-yes += video_source.h
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine_unittest.cc | 372 ::testing::NiceMock<MockVideoSource> video_source; in TEST_F() 389 video_source, in TEST_F() 392 EXPECT_TRUE(channel->SetVideoSend(kSsrc, nullptr, &video_source)); in TEST_F() 395 ::testing::Mock::VerifyAndClear(&video_source); in TEST_F() 400 video_source, in TEST_F() 409 ::testing::NiceMock<MockVideoSource> video_source; in TEST_F() 426 video_source, in TEST_F() 428 EXPECT_TRUE(channel->SetVideoSend(kSsrc, nullptr, &video_source)); in TEST_F() 432 ::testing::NiceMock<MockVideoSource> video_source; in TEST_F() 443 video_source, in TEST_F() [all …]
|
/external/libaom/libaom/test/ |
D | test.cmake | 44 "${AOM_ROOT}/test/video_source.h")
|
/external/webrtc/sdk/android/ |
D | BUILD.gn | 949 "native_api/video/video_source.cc", 950 "native_api/video/video_source.h",
|