Searched defs:VideoSource (Results 1 - 13 of 13) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/libvpx/libvpx/test/
H A Dvideo_source.h55 class VideoSource { class in namespace:libvpx_test
57 virtual ~VideoSource() {}
85 class DummyVideoSource : public VideoSource {
/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.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 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;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvideo_source.h105 class VideoSource { class in namespace:libvpx_test
107 virtual ~VideoSource() {}
135 class DummyVideoSource : public VideoSource {
/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
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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 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();
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/ppapi/tests/
H A Dtest_video_source.cc22 REGISTER_TEST_CASE(VideoSource); variable
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 521 milliseconds