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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h62 const sp<AnotherPacketSource> &videoSource,
H A DPlaylistFetcher.cpp340 const sp<AnotherPacketSource> &videoSource,
355 if (videoSource != NULL) {
356 msg->setPointer("videoSource", videoSource.get());
478 CHECK(msg->findPointer("videoSource", &ptr));
338 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, bool adaptive) argument
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h69 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
H A DWebmFrameThread.cpp81 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
86 mVideoFrames(videoSource),
78 WebmFrameSinkThread( const int& fd, const uint64_t& off, LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, LinkedBlockingQueue<const sp<WebmFrame> >& audioSource, List<sp<WebmElement> >& cues) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java135 int videoSource = useSurface ?
138 recorder.setVideoSource(videoSource);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp390 static sp<MediaRecorder> setUpMediaRecorder(int fileDescriptor, int videoSource,
467 sp<MediaRecorder> SurfaceMediaSourceGLTest::setUpMediaRecorder(int fd, int videoSource, argument
470 mr->setVideoSource(videoSource);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp1042 sp<RepeaterSource> videoSource = local
1047 true /* isVideo */, videoSource, true /* isRepeaterSource */,

Completed in 2015 milliseconds