Home
last modified time | relevance | path

Searched refs:videoSource (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp81 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, in WebmFrameSinkThread()
86 mVideoFrames(videoSource), in WebmFrameSinkThread()
DWebmFrameThread.h69 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h67 const sp<AnotherPacketSource> &videoSource,
DPlaylistFetcher.cpp483 const sp<AnotherPacketSource> &videoSource, in startAsync() argument
499 if (videoSource != NULL) { in startAsync()
500 msg->setPointer("videoSource", videoSource.get()); in startAsync()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp386 static sp<MediaRecorder> setUpMediaRecorder(int fileDescriptor, int videoSource,
463 sp<MediaRecorder> SurfaceMediaSourceGLTest::setUpMediaRecorder(int fd, int videoSource, in setUpMediaRecorder() argument
466 mr->setVideoSource(videoSource); in setUpMediaRecorder()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java137 int videoSource = useSurface ? in validateGetSurface() local
140 recorder.setVideoSource(videoSource); in validateGetSurface()
/frameworks/av/media/libstagefright/wifi-display/source/
DPlaybackSession.cpp1053 sp<RepeaterSource> videoSource = in addVideoSource() local
1058 true /* isVideo */, videoSource, true /* isRepeaterSource */, in addVideoSource()