HomeSort by relevance Sort by last modified time
    Searched refs:video_source (Results 1 - 25 of 25) 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/media/libmedia/include/media/
MediaRecorderBase.h 38 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 49 virtual status_t setVideoSource(video_source vs);
96 video_source mVideoSource;
MediaRecorderClient.cpp 114 return mRecorder->setVideoSource((video_source)vs);
StagefrightRecorder.cpp 232 status_t StagefrightRecorder::setVideoSource(video_source vs) {
    [all...]
  /external/libvpx/libvpx/test/
test.mk 12 LIBVPX_TEST_SRCS-yes += video_source.h
  /frameworks/base/media/java/android/media/
MediaRecorder.java 469 * @param video_source the video source to use
473 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 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 4608 milliseconds