Home
last modified time | relevance | path

Searched refs:VideoCapture (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/evs/sampleDriver/
DVideoCapture.cpp36 bool VideoCapture::open(const char* deviceName) { in open()
137 void VideoCapture::close() { in close()
150 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { in startStream() argument
223 void VideoCapture::stopStream() { in stopStream()
262 void VideoCapture::markFrameReady() { in markFrameReady()
267 bool VideoCapture::returnFrame() { in returnFrame()
282 void VideoCapture::collectFrames() { in collectFrames()
DVideoCapture.h28 class VideoCapture {
33 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr);
65 std::function<void(VideoCapture*, imageBuffer*, void*)> mCallback;
DAndroid.mk12 VideoCapture.cpp \
DEvsV4lCamera.h70 VideoCapture mVideo; // Interface to the v4l device
DEvsV4lCamera.cpp199 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream() argument
/packages/apps/Camera2/tests/src/com/android/camera/stress/
DVideoCapture.java43 public class VideoCapture extends ActivityInstrumentationTestCase2 <CameraActivity> { class
53 public VideoCapture() { in VideoCapture() method in VideoCapture
DCameraStressTestRunner.java35 suite.addTestSuite(VideoCapture.class); in getAllTests()
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
DVideoCapture.java44 public class VideoCapture extends ActivityInstrumentationTestCase2 <VideoCamera> { class
55 public VideoCapture() { in VideoCapture() method in VideoCapture
/packages/apps/LegacyCamera/tests/src/com/android/camera/
DCameraStressTestRunner.java37 suite.addTestSuite(VideoCapture.class); in getAllTests()