Searched defs:VideoSource (Results 1 - 14 of 14) sorted by relevance

/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
/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...]
/external/libvpx/libvpx/test/
H A Dvideo_source.h104 class VideoSource { class in namespace:libvpx_test
106 virtual ~VideoSource() {}
133 class DummyVideoSource : public VideoSource {
/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/test/
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 {
H A Dbwe_test_framework.cc673 VideoSource::VideoSource(int flow_id, function in class:webrtc::testing::bwe::VideoSource
694 uint32_t VideoSource::NextFrameSize() {
698 int64_t VideoSource::GetTimeUntilNextFrameMs() const {
702 uint32_t VideoSource::NextPacketSize(uint32_t frame_size,
707 void VideoSource::RunFor(int64_t time_ms, Packets* in_out) {
759 : VideoSource(flow_id, fps, kbps, ssrc, first_frame_offset_ms) {
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 392 milliseconds