/external/webrtc/talk/app/webrtc/ |
D | videosource.cc | 329 rtc::scoped_refptr<VideoSource> VideoSource::Create( in Create() 336 rtc::scoped_refptr<VideoSource> source(new rtc::RefCountedObject<VideoSource>( in Create() 342 VideoSource::VideoSource(cricket::ChannelManager* channel_manager, in VideoSource() function in webrtc::VideoSource 350 this, &VideoSource::OnStateChange); in VideoSource() 353 VideoSource::~VideoSource() { in ~VideoSource() 358 void VideoSource::Initialize( in Initialize() 421 cricket::VideoRenderer* VideoSource::FrameInput() { in FrameInput() 430 void VideoSource::Stop() { in Stop() 434 void VideoSource::Restart() { in Restart() 444 void VideoSource::AddSink(cricket::VideoRenderer* output) { in AddSink() [all …]
|
D | videosource.h | 59 class VideoSource : public Notifier<VideoSourceInterface>, 66 static rtc::scoped_refptr<VideoSource> Create( 91 VideoSource(cricket::ChannelManager* channel_manager, 94 virtual ~VideoSource();
|
D | videotrack_unittest.cc | 41 using webrtc::VideoSource; 64 VideoSource::Create(channel_manager_.get(), in VideoTrackTest()
|
D | videosourceproxy.h | 39 BEGIN_PROXY_MAP(VideoSource)
|
D | videosource_unittest.cc | 42 using webrtc::VideoSource; 148 VideoSource::Create(channel_manager_.get(), capturer_cleanup_.release(), in CreateVideoSource() 164 rtc::scoped_refptr<VideoSource> source_; 212 source_ = VideoSource::Create(channel_manager_.get(), in TEST_F()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimators_test.cc | 44 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 51 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 60 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 71 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 80 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 93 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 108 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 124 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 134 VideoSource source(0, 30, 300, 0, 0); in TEST_P() 146 VideoSource source(0, 30, 300, 0, 0); in TEST_P() [all …]
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.h | 27 class VideoSource; variable 99 void InitEncoder(VideoSource *video); 106 void EncodeFrame(VideoSource *video, const unsigned long frame_flags); 109 void EncodeFrame(VideoSource *video) { EncodeFrame(video, 0); } in EncodeFrame() 159 void EncodeFrameInternal(const VideoSource &video, 202 virtual void RunLoop(VideoSource *video); 211 virtual void PreEncodeFrameHook(VideoSource * /*video*/) {} in PreEncodeFrameHook() argument 212 virtual void PreEncodeFrameHook(VideoSource * /*video*/, in PreEncodeFrameHook() argument 242 const VideoSource & /*video*/, in HandleDecodeResult() argument
|
D | vp9_encoder_parms_get_to_decoder.cc | 75 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() 97 const libvpx_test::VideoSource & /*video*/, in HandleDecodeResult() argument 143 testing::internal::scoped_ptr<libvpx_test::VideoSource> video( in TEST_P()
|
D | video_source.h | 104 class VideoSource { 106 virtual ~VideoSource() {} in ~VideoSource() 133 class DummyVideoSource : public VideoSource {
|
D | encode_test_driver.cc | 23 void Encoder::InitEncoder(VideoSource *video) { in InitEncoder() 54 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame() 71 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal() 162 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
|
D | frame_size_tests.cc | 29 const libvpx_test::VideoSource & /*video*/, in HandleDecodeResult() argument 35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
|
D | vp9_motion_vector_test.cc | 60 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() 84 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; in TEST_P()
|
D | altref_test.cc | 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() 87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
|
D | vp9_end_to_end_test.cc | 115 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() 157 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; in TEST_P()
|
D | vp9_arf_freq_test.cc | 146 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() 193 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; in TEST_P()
|
D | vp9_ethread_test.cc | 72 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource * /*video*/, in PreEncodeFrameHook() argument 260 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource * /*video*/, in PreEncodeFrameHook() argument 295 const libvpx_test::VideoSource & /*video*/, in HandleDecodeResult() argument
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | video_source.h | 52 class VideoSource { 54 VideoSource(); 55 VideoSource(std::string fileName, 59 VideoSource(std::string fileName,
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoSource.java | 38 public class VideoSource extends MediaSource { class 40 public VideoSource(long nativeSource) { in VideoSource() method in VideoSource
|
D | PeerConnectionFactory.java | 123 public VideoSource createVideoSource( in createVideoSource() 125 return new VideoSource(nativeCreateVideoSource( in createVideoSource() 129 public VideoTrack createVideoTrack(String id, VideoSource source) { in createVideoTrack()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet_sender.h | 69 VideoSource* source, 76 virtual VideoSource* source() const { return source_; } in source() 93 VideoSource* source_; 106 VideoSource* source,
|
D | bwe_test_framework.h | 391 class VideoSource { 393 VideoSource(int flow_id, 398 virtual ~VideoSource() {} in ~VideoSource() 427 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(VideoSource); 430 class AdaptiveVideoSource : public VideoSource {
|
D | bwe_test_framework.cc | 673 VideoSource::VideoSource(int flow_id, in VideoSource() function in webrtc::testing::bwe::VideoSource 694 uint32_t VideoSource::NextFrameSize() { in NextFrameSize() 698 int64_t VideoSource::GetTimeUntilNextFrameMs() const { in GetTimeUntilNextFrameMs() 702 uint32_t VideoSource::NextPacketSize(uint32_t frame_size, in NextPacketSize() 707 void VideoSource::RunFor(int64_t time_ms, Packets* in_out) { in RunFor() 759 : VideoSource(flow_id, fps, kbps, ssrc, first_frame_offset_ms) { in AdaptiveVideoSource()
|
D | bwe_test_framework_unittest.cc | 828 VideoSource source(0, 1.0f, 80, 0x1234, 0); in TEST() 848 VideoSource source(0, 1.0f, 80, 0x1234, 500); in TEST() 869 VideoSource source(0, 50.0f, 80, 0x1234, 0); in TEST() 886 VideoSource source(0, 20.0f, 120, 0x1234, 0); in TEST() 903 VideoSource source(0, 25.0f, 820, 0x1234, 0); in TEST() 925 VideoSource source1(0, 1.0f, 80, 0x1234, 250); in TEST() 941 VideoSource source2(0, 2.0f, 160, 0x2234, 150); in TEST() 959 VideoSource source(0, 25.0f, 820, 0x1234, 0); in TEST()
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | VideoCapturerAndroidTestFixtures.java | 250 VideoSource source = in startCapturerAndRender() 264 VideoSource source = in switchCamera() 351 VideoSource source = in stopRestartVideoSource() 520 final VideoSource source = factory.createVideoSource(capturer, new MediaConstraints()); in returnBufferLateEndToEnd() 579 VideoSource source = in scaleCameraOutput()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | MediaRecorderTest.java | 175 … assertThat(shadowMediaRecorder.getVideoSource(), not(equalTo(MediaRecorder.VideoSource.CAMERA))); in testVideoSource() 177 mediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in testVideoSource() 178 assertThat(shadowMediaRecorder.getVideoSource(), equalTo(MediaRecorder.VideoSource.CAMERA)); in testVideoSource()
|