Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/
DWebmFrameThread.cpp88 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource, in WebmFrameSinkThread()
93 mVideoFrames(videoSource), in WebmFrameSinkThread()
DWebmFrameThread.h69 LinkedBlockingQueue<const sp<WebmFrame> >& videoSource,
/frameworks/av/media/libstagefright/httplive/
DPlaylistFetcher.h68 const sp<AnotherPacketSource> &videoSource,
DPlaylistFetcher.cpp550 const sp<AnotherPacketSource> &videoSource, in startAsync() argument
566 if (videoSource != NULL) { in startAsync()
567 msg->setPointer("videoSource", videoSource.get()); in startAsync()
/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()