/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
H A D | VideoSource.java | 38 public class VideoSource extends MediaSource { class in inherits:MediaSource 41 public VideoSource(long nativeSource) { method in class:VideoSource
|
H A D | PeerConnectionFactory.java | 85 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 D | video_source.cc | 17 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 D | video_source.h | 54 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 D | video_source.h | 51 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 D | video_source.cc | 18 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 D | benchmark.h | 16 class VideoSource; 33 const VideoSource* _target;
|
H A D | benchmark.cc | 59 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 D | unit_test.h | 27 class VideoSource; 60 VideoSource* _source;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
H A D | videosource.h | 40 // 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 D | videosourceproxy.h | 39 BEGIN_PROXY_MAP(VideoSource)
|
H A D | videosource.cc | 345 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 D | videotrack_unittest.cc | 42 using webrtc::VideoSource; 59 VideoSource::Create(channel_manager_.get(),
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
H A D | encode_test_driver.h | 26 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 D | config_test.cc | 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
|
H A D | frame_size_tests.cc | 30 const libvpx_test::VideoSource& /*video*/, 36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
|
H A D | altref_test.cc | 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
|
H A D | video_source.h | 105 class VideoSource { class in namespace:libvpx_test 107 virtual ~VideoSource() {} 135 class DummyVideoSource : public VideoSource {
|
H A D | active_map_test.cc | 36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
|
H A D | borders_test.cc | 31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
|
/external/libvpx/libvpx/test/ |
H A D | encode_test_driver.h | 26 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 D | config_test.cc | 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
|
H A D | video_source.h | 55 class VideoSource { class in namespace:libvpx_test 57 virtual ~VideoSource() {} 85 class DummyVideoSource : public VideoSource {
|
H A D | altref_test.cc | 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
|
H A D | active_map_test.cc | 36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
|