HomeSort by relevance Sort by last modified time
    Searched refs:VideoSource (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java 38 public class VideoSource extends MediaSource {
40 public VideoSource(long nativeSource) {
PeerConnectionFactory.java 123 public VideoSource createVideoSource(
125 return new VideoSource(nativeCreateVideoSource(
129 public VideoTrack createVideoTrack(String id, VideoSource source) {
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 28 class VideoSource : public MediaSource {
32 VideoSource(int width, int height)
64 // printf("VideoSource::read\n");
78 // printf("VideoSource::read - returning buffer\n");
79 // LOG(INFO)("VideoSource::read - returning buffer");
84 virtual ~VideoSource() {}
92 VideoSource(const VideoSource &);
93 VideoSource &operator=(const VideoSource &)
    [all...]
  /external/opencv3/modules/cudacodec/src/
video_source.hpp 56 class VideoSource
59 virtual ~VideoSource() {}
76 class RawVideoSourceWrapper : public VideoSource
cuvid_video_source.hpp 56 class CuvidVideoSource : public VideoSource
video_reader.cpp 65 explicit VideoReaderImpl(const Ptr<VideoSource>& source);
73 Ptr<VideoSource> videoSource_;
89 VideoReaderImpl::VideoReaderImpl(const Ptr<VideoSource>& source) :
202 Ptr<VideoSource> videoSource;
206 videoSource.reset(new CuvidVideoSource(filename));
211 videoSource.reset(new RawVideoSourceWrapper(source));
214 return makePtr<VideoReaderImpl>(videoSource);
219 Ptr<VideoSource> videoSource(new RawVideoSourceWrapper(source))
    [all...]
  /external/webrtc/talk/app/webrtc/
videosource.h 42 // VideoSource implements VideoSourceInterface. It owns a
59 class VideoSource : public Notifier<VideoSourceInterface>,
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();
videosourceproxy.h 39 BEGIN_PROXY_MAP(VideoSource)
videosource.cc 28 #include "talk/app/webrtc/videosource.h"
329 rtc::scoped_refptr<VideoSource> VideoSource::Create(
336 rtc::scoped_refptr<VideoSource> source(new rtc::RefCountedObject<VideoSource>(
342 VideoSource::VideoSource(cricket::ChannelManager* channel_manager,
350 this, &VideoSource::OnStateChange);
353 VideoSource::~VideoSource() {
    [all...]
videotrack_unittest.cc 32 #include "talk/app/webrtc/videosource.h"
41 using webrtc::VideoSource;
64 VideoSource::Create(channel_manager_.get(),
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 52 class VideoSource {
54 VideoSource();
55 VideoSource(std::string fileName,
59 VideoSource(std::string fileName,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
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) {}
config_test.cc 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
video_source.h 55 class VideoSource {
57 virtual ~VideoSource() {}
85 class DummyVideoSource : public VideoSource {
altref_test.cc 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 44 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 source(0, 30, 300, 0, 0)
    [all...]
  /external/libvpx/libvpx/test/
config_test.cc 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
encode_test_driver.h 27 class VideoSource;
108 void InitEncoder(VideoSource *video);
115 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
118 void EncodeFrame(VideoSource *video) {
172 void EncodeFrameInternal(const VideoSource &video,
215 virtual void RunLoop(VideoSource *video);
224 virtual void PreEncodeFrameHook(VideoSource* /*video*/) {}
225 virtual void PreEncodeFrameHook(VideoSource* /*video*/,
253 const VideoSource& /*video*/,
frame_size_tests.cc 30 const libvpx_test::VideoSource& /*video*/,
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
altref_test.cc 36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video,
video_source.h 108 class VideoSource {
110 virtual ~VideoSource() {}
138 class DummyVideoSource : public VideoSource {
vp9_encoder_parms_get_to_decoder.cc 75 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
96 const libvpx_test::VideoSource &video,
142 libvpx_test::VideoSource *const video =
active_map_test.cc 36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
borders_test.cc 31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 69 VideoSource* source,
76 virtual VideoSource* source() const { return source_; }
93 VideoSource* source_;
106 VideoSource* source,

Completed in 418 milliseconds

1 2 3 4 5