Searched defs:videoSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/webm/
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/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 */,
/frameworks/av/media/libstagefright/httplive/
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

Completed in 89 milliseconds