Home
last modified time | relevance | path

Searched defs:VideoCapture (Results 1 – 4 of 4) sorted by relevance

/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
/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/services/Car/evs/sampleDriver/
DVideoCapture.cpp150 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { in startStream()
DEvsV4lCamera.cpp199 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream() argument