Searched refs:VideoSource (Results 1 - 25 of 61) sorted by relevance

123

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DVideoSource.java38 public class VideoSource extends MediaSource { class in inherits:MediaSource
40 public VideoSource(long nativeSource) { method in class:VideoSource
H A DPeerConnectionFactory.java123 public VideoSource createVideoSource(
125 return new VideoSource(nativeCreateVideoSource(
129 public VideoTrack createVideoTrack(String id, VideoSource source) {
/external/webrtc/talk/app/webrtc/
H A Dvideosource.h42 // VideoSource implements VideoSourceInterface. It owns a
59 class VideoSource : public Notifier<VideoSourceInterface>, class in namespace:webrtc
62 // Creates an instance of VideoSource.
63 // VideoSource take ownership of |capturer|.
66 static rtc::scoped_refptr<VideoSource> Create(
91 VideoSource(cricket::ChannelManager* channel_manager,
94 virtual ~VideoSource();
H A Dvideosource.cc329 rtc::scoped_refptr<VideoSource> VideoSource::Create(
336 rtc::scoped_refptr<VideoSource> source(new rtc::RefCountedObject<VideoSource>(
342 VideoSource::VideoSource(cricket::ChannelManager* channel_manager, function in class:webrtc::VideoSource
350 this, &VideoSource::OnStateChange);
353 VideoSource::~VideoSource() {
358 void VideoSource
[all...]
H A Dvideosourceproxy.h39 BEGIN_PROXY_MAP(VideoSource)
H A Dvideotrack_unittest.cc41 using webrtc::VideoSource;
64 VideoSource::Create(channel_manager_.get(),
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvideo_source.h52 class VideoSource { class
54 VideoSource();
55 VideoSource(std::string fileName,
59 VideoSource(std::string fileName,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimators_test.cc44 VideoSource source(0, 30, 300, 0, 0);
51 VideoSource source(0, 30, 300, 0, 0);
60 VideoSource source(0, 30, 300, 0, 0);
71 VideoSource source(0, 30, 300, 0, 0);
80 VideoSource source(0, 30, 300, 0, 0);
93 VideoSource source(0, 30, 300, 0, 0);
108 VideoSource source(0, 30, 300, 0, 0);
124 VideoSource source(0, 30, 300, 0, 0);
134 VideoSource source(0, 30, 300, 0, 0);
146 VideoSource sourc
[all...]
/external/libvpx/libvpx/test/
H A Dconfig_test.cc37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource * /*video*/) {
H A Dencode_test_driver.h27 class VideoSource;
99 void InitEncoder(VideoSource *video);
106 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
109 void EncodeFrame(VideoSource *video) { EncodeFrame(video, 0); }
166 void EncodeFrameInternal(const VideoSource &video,
209 virtual void RunLoop(VideoSource *video);
218 virtual void PreEncodeFrameHook(VideoSource * /*video*/) {}
219 virtual void PreEncodeFrameHook(VideoSource * /*video*/,
251 const VideoSource & /*video*/,
H A Dframe_size_tests.cc29 const libvpx_test::VideoSource & /*video*/,
35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Dvp9_motion_vector_test.cc60 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
84 testing::internal::scoped_ptr<libvpx_test::VideoSource> video;
H A Dvideo_source.h104 class VideoSource { class in namespace:libvpx_test
106 virtual ~VideoSource() {}
133 class DummyVideoSource : public VideoSource {
H A Dvp9_encoder_parms_get_to_decoder.cc75 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
97 const libvpx_test::VideoSource & /*video*/,
141 testing::internal::scoped_ptr<libvpx_test::VideoSource> video(
H A Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Dactive_map_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Dborders_test.cc32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Dencode_test_driver.cc23 void Encoder::InitEncoder(VideoSource *video) {
54 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) {
71 void Encoder::EncodeFrameInternal(const VideoSource &video,
162 void EncoderTest::RunLoop(VideoSource *video) {
H A Dvp9_arf_freq_test.cc146 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
193 testing::internal::scoped_ptr<libvpx_test::VideoSource> video;
H A Dvp9_end_to_end_test.cc115 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
157 testing::internal::scoped_ptr<libvpx_test::VideoSource> video;
H A Daq_segment_test.cc32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Dtile_independence_test.cc49 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
H A Dvp9_lossless_test.cc39 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.h69 VideoSource* source,
76 virtual VideoSource* source() const { return source_; }
93 VideoSource* source_;
106 VideoSource* source,
H A Dbwe_test_framework.h391 class VideoSource { class in namespace:webrtc::testing::bwe
393 VideoSource(int flow_id,
398 virtual ~VideoSource() {}
427 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(VideoSource);
430 class AdaptiveVideoSource : public VideoSource {

Completed in 1845 milliseconds

123