HomeSort by relevance Sort by last modified time
    Searched refs:video_source (Results 1 - 17 of 17) sorted by null

  /external/webrtc/talk/app/webrtc/
videotrack.cc 37 VideoSourceInterface* video_source)
39 video_source_(video_source) {
videotrack.h 54 VideoTrack(const std::string& id, VideoSourceInterface* video_source);
peerconnectionfactory.h 79 VideoSourceInterface* video_source) override;
peerconnectioninterface_unittest.cc 627 scoped_refptr<VideoSourceInterface> video_source(
630 pc_factory_->CreateVideoTrack(label + "v0", video_source));
    [all...]
  /frameworks/av/include/media/
MediaRecorderBase.h 39 virtual status_t setVideoSource(video_source vs) = 0;
mediarecorder.h 43 enum video_source { enum in namespace:android
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 147 public void setVideoSource(int video_source) {
148 videoSource = video_source;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 52 virtual status_t setVideoSource(video_source vs);
91 video_source mVideoSource;
MediaRecorderClient.cpp 114 return mRecorder->setVideoSource((video_source)vs);
StagefrightRecorder.cpp 134 status_t StagefrightRecorder::setVideoSource(video_source vs) {
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 467 * @param video_source the video source to use
471 public native void setVideoSource(int video_source)
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 225 milliseconds