OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoSource
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCVideoSource+Internal.h
35
talk_base::scoped_refptr<webrtc::VideoSourceInterface>
videoSource
;
RTCVideoSource.mm
40
- (talk_base::scoped_refptr<webrtc::VideoSourceInterface>)
videoSource
{
RTCPeerConnectionFactory.mm
132
source.
videoSource
);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm
57
videoSource
:(RTCVideoSource *)
videoSource
76
videoSource
:(RTCVideoSource *)
videoSource
82
[factory videoTrackWithID:videoTrackID source:
videoSource
];
123
RTCVideoSource *
videoSource
=
132
videoSource
:
videoSource
157
videoSource
:
videoSource
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java
42
private int
videoSource
;
148
videoSource
= video_source;
238
return
videoSource
;
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
AppRTCDemoActivity.java
59
import org.webrtc.
VideoSource
;
77
private
VideoSource
videoSource
;
160
if (
videoSource
!= null) {
161
videoSource
.stop();
169
if (
videoSource
!= null) {
170
videoSource
.restart();
233
videoSource
= factory.createVideoSource(
236
factory.createVideoTrack("ARDAMSv0",
videoSource
);
555
if (
videoSource
!= null)
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
PeerConnectionTest.java
454
VideoSource
videoSource
,
459
factory.createVideoTrack(videoTrackId,
videoSource
);
523
VideoSource
videoSource
= factory.createVideoSource(
533
factory, offeringPC,
videoSource
, "oLMS", "oLMSv0", "oLMSa0",
561
factory, answeringPC,
videoSource
, "aLMS", "aLMSv0", "aLMSa0",
699
videoSource
.dispose();
/frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h
58
const sp<AnotherPacketSource> &
videoSource
,
PlaylistFetcher.cpp
333
const sp<AnotherPacketSource> &
videoSource
,
347
if (
videoSource
!= NULL) {
348
msg->setPointer("
videoSource
",
videoSource
.get());
466
CHECK(msg->findPointer("
videoSource
", &ptr));
[
all
...]
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
393
static sp<MediaRecorder> setUpMediaRecorder(int fileDescriptor, int
videoSource
,
470
sp<MediaRecorder> SurfaceMediaSourceGLTest::setUpMediaRecorder(int fd, int
videoSource
,
473
mr->setVideoSource(
videoSource
);
[
all
...]
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
1040
sp<RepeaterSource>
videoSource
=
1045
true /* isVideo */,
videoSource
, true /* isRepeaterSource */,
Completed in 276 milliseconds