Home
last modified time | relevance | path

Searched refs:VideoSource (Results 1 – 25 of 54) sorted by relevance

123

/external/webrtc/talk/app/webrtc/
Dvideosource.cc329 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 …]
Dvideosource.h59 class VideoSource : public Notifier<VideoSourceInterface>,
66 static rtc::scoped_refptr<VideoSource> Create(
91 VideoSource(cricket::ChannelManager* channel_manager,
94 virtual ~VideoSource();
Dvideotrack_unittest.cc41 using webrtc::VideoSource;
64 VideoSource::Create(channel_manager_.get(), in VideoTrackTest()
Dvideosourceproxy.h39 BEGIN_PROXY_MAP(VideoSource)
Dvideosource_unittest.cc42 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/
Dremote_bitrate_estimators_test.cc44 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/
Dencode_test_driver.h27 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
Dvp9_encoder_parms_get_to_decoder.cc75 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()
Dvideo_source.h104 class VideoSource {
106 virtual ~VideoSource() {} in ~VideoSource()
133 class DummyVideoSource : public VideoSource {
Dencode_test_driver.cc23 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()
Dframe_size_tests.cc29 const libvpx_test::VideoSource & /*video*/, in HandleDecodeResult() argument
35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Dvp9_motion_vector_test.cc60 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
84 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; in TEST_P()
Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Dvp9_end_to_end_test.cc115 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
157 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; in TEST_P()
Dvp9_arf_freq_test.cc146 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
193 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; in TEST_P()
Dvp9_ethread_test.cc72 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/
Dvideo_source.h52 class VideoSource {
54 VideoSource();
55 VideoSource(std::string fileName,
59 VideoSource(std::string fileName,
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoSource.java38 public class VideoSource extends MediaSource { class
40 public VideoSource(long nativeSource) { in VideoSource() method in VideoSource
DPeerConnectionFactory.java123 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/
Dpacket_sender.h69 VideoSource* source,
76 virtual VideoSource* source() const { return source_; } in source()
93 VideoSource* source_;
106 VideoSource* source,
Dbwe_test_framework.h391 class VideoSource {
393 VideoSource(int flow_id,
398 virtual ~VideoSource() {} in ~VideoSource()
427 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(VideoSource);
430 class AdaptiveVideoSource : public VideoSource {
Dbwe_test_framework.cc673 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()
Dbwe_test_framework_unittest.cc828 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/
DVideoCapturerAndroidTestFixtures.java250 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/
DMediaRecorderTest.java175 … 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()

123