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

123

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoSource.java38 public class VideoSource extends MediaSource { class in inherits:MediaSource
41 public VideoSource(long nativeSource) { method in class:VideoSource
H A DPeerConnectionFactory.java85 public VideoSource createVideoSource(
87 return new VideoSource(nativeCreateVideoSource(
91 public VideoTrack createVideoTrack(String id, VideoSource source) {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.cc17 VideoSource::VideoSource() function in class:VideoSource
28 VideoSource::VideoSource(std::string fileName, VideoSize size, function in class:VideoSource
43 VideoSource::VideoSource(std::string fileName, uint16_t width, uint16_t height, function in class:VideoSource
59 VideoSource::GetFrameLength() const
65 VideoSource::GetName() const
87 VideoSource::GetWidthHeight( VideoSize size)
H A Dvideo_source.h54 class VideoSource class
57 VideoSource();
58 VideoSource(std::string fileName, VideoSize size, float frameRate, webrtc::VideoType type = webrtc::kI420);
59 VideoSource(std::string fileName, uint16_t width, uint16_t height,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dvideo_source.h51 class VideoSource class
54 VideoSource();
55 VideoSource(std::string fileName, VideoSize size, int frameRate = 30,
57 VideoSource(std::string fileName, int width, int height, int frameRate = 30,
83 void Convert(const VideoSource& target, bool force = false) const;
H A Dvideo_source.cc18 VideoSource::VideoSource() function in class:VideoSource
28 VideoSource::VideoSource(std::string fileName, VideoSize size, function in class:VideoSource
43 VideoSource::VideoSource(std::string fileName, int width, int height, function in class:VideoSource
59 VideoSource::GetSize() const
65 VideoSource::GetSize(uint16_t width, uint16_t height)
120 VideoSource::GetFrameLength() const
126 VideoSource
[all...]
H A Dbenchmark.h16 class VideoSource;
33 const VideoSource* _target;
H A Dbenchmark.cc59 std::vector<const VideoSource*> sources;
60 std::vector<const VideoSource*>::iterator it;
63 sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() +
65 // sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() +
104 VideoSource::GetSizeString(size[i]) + "_" + strFrameRate + ".yuv";
106 _target = new const VideoSource(outFileName, size[i], frameRate[j]);
108 if (VideoSource::FileExists(outFileName.c_str()))
117 std::cout << (*it)->GetName() << ", " << VideoSource::GetSizeString(size[i])
119 _results << (*it)->GetName() << "," << VideoSource::GetSizeString(size[i])
H A Dunit_test.h27 class VideoSource;
60 VideoSource* _source;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource.h40 // VideoSource implements VideoSourceInterface. It owns a
57 class VideoSource : public Notifier<VideoSourceInterface>, class in namespace:webrtc
60 // Creates an instance of VideoSource.
61 // VideoSource take ownership of |capturer|.
64 static rtc::scoped_refptr<VideoSource> Create(
82 VideoSource(cricket::ChannelManager* channel_manager,
84 virtual ~VideoSource();
H A Dvideosourceproxy.h39 BEGIN_PROXY_MAP(VideoSource)
H A Dvideosource.cc345 rtc::scoped_refptr<VideoSource> VideoSource::Create(
351 rtc::scoped_refptr<VideoSource> source(
352 new rtc::RefCountedObject<VideoSource>(channel_manager,
358 VideoSource::VideoSource(cricket::ChannelManager* channel_manager, function in class:webrtc::VideoSource
364 this, &VideoSource::OnStateChange);
367 VideoSource::~VideoSource() {
372 void VideoSource
[all...]
H A Dvideotrack_unittest.cc42 using webrtc::VideoSource;
59 VideoSource::Create(channel_manager_.get(),
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.h26 class VideoSource;
112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
115 void EncodeFrame(VideoSource *video) {
154 void EncodeFrameInternal(const VideoSource &video,
189 virtual void RunLoop(VideoSource *video);
198 virtual void PreEncodeFrameHook(VideoSource* /*video*/) {}
199 virtual void PreEncodeFrameHook(VideoSource* /*video*/,
227 const VideoSource& /*video*/,
H A Dconfig_test.cc35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
H A Dframe_size_tests.cc30 const libvpx_test::VideoSource& /*video*/,
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
H A Dvideo_source.h105 class VideoSource { class in namespace:libvpx_test
107 virtual ~VideoSource() {}
135 class DummyVideoSource : public VideoSource {
H A Dactive_map_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
H A Dborders_test.cc31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
/external/libvpx/libvpx/test/
H A Dencode_test_driver.h26 class VideoSource;
112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
115 void EncodeFrame(VideoSource *video) {
154 void EncodeFrameInternal(const VideoSource &video,
189 virtual void RunLoop(VideoSource *video);
198 virtual void PreEncodeFrameHook(VideoSource *video) {}
199 virtual void PreEncodeFrameHook(VideoSource *video, Encoder *encoder) {}
H A Dconfig_test.cc35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
H A Dvideo_source.h55 class VideoSource { class in namespace:libvpx_test
57 virtual ~VideoSource() {}
85 class DummyVideoSource : public VideoSource {
H A Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
H A Dactive_map_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,

Completed in 1306 milliseconds

123