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

/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h69 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
H A DWebmFrameThread.cpp87 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
92 mVideoFrames(videoSource),
84 WebmFrameSinkThread( const int& fd, const uint64_t& off, LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, LinkedBlockingQueue<const sp<WebmFrame> >& audioSource, List<sp<WebmElement> >& cues) argument
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h68 const sp<AnotherPacketSource> &videoSource,
H A DPlaylistFetcher.cpp533 const sp<AnotherPacketSource> &videoSource,
549 if (videoSource != NULL) {
550 msg->setPointer("videoSource", videoSource.get());
716 CHECK(msg->findPointer("videoSource", &ptr));
531 startAsync( const sp<AnotherPacketSource> &audioSource, const sp<AnotherPacketSource> &videoSource, const sp<AnotherPacketSource> &subtitleSource, const sp<AnotherPacketSource> &metadataSource, int64_t startTimeUs, int64_t segmentStartTimeUs, int32_t startDiscontinuitySeq, LiveSession::SeekMode seekMode) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java137 int videoSource = useSurface ?
140 recorder.setVideoSource(videoSource);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp386 static sp<MediaRecorder> setUpMediaRecorder(int fileDescriptor, int videoSource,
463 sp<MediaRecorder> SurfaceMediaSourceGLTest::setUpMediaRecorder(int fd, int videoSource, argument
466 mr->setVideoSource(videoSource);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp1050 sp<RepeaterSource> videoSource = local
1055 true /* isVideo */, videoSource, true /* isRepeaterSource */,

Completed in 99 milliseconds