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

/frameworks/av/media/libstagefright/webm/
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/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.cpp1053 sp<RepeaterSource> videoSource = local
1058 true /* isVideo */, videoSource, true /* isRepeaterSource */,
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp483 const sp<AnotherPacketSource> &videoSource,
499 if (videoSource != NULL) {
500 msg->setPointer("videoSource", videoSource.get());
666 CHECK(msg->findPointer("videoSource", &ptr));
481 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 1550 milliseconds