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

1 2

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoSource.java 38 public class VideoSource extends MediaSource {
40 public VideoSource(long nativeSource) {
  /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/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();
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...]
  /external/libvpx/libvpx/test/
video_source.h 104 class VideoSource {
106 virtual ~VideoSource() {}
133 class DummyVideoSource : public VideoSource {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 391 class VideoSource {
393 VideoSource(int flow_id,
398 virtual ~VideoSource() {}
427 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(VideoSource);
430 class AdaptiveVideoSource : public VideoSource {
bwe_test_framework.cc 673 VideoSource::VideoSource(int flow_id,
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/webrtc/webrtc/modules/video_coding/test/
video_source.h 52 class VideoSource {
54 VideoSource();
55 VideoSource(std::string fileName,
59 VideoSource(std::string fileName,
  /frameworks/base/media/java/android/media/
MediaRecorder.java 143 * {@link #stop}, or is called when VideoSource is not set to SURFACE.
144 * @see android.media.MediaRecorder.VideoSource
161 * @see MediaRecorder.VideoSource
331 public final class VideoSource {
335 private VideoSource() {}
471 * @see android.media.MediaRecorder.VideoSource
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 186 milliseconds

1 2