Home
last modified time | relevance | path

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

/packages/services/Car/evs/sampleDriver/
DVideoCapture.cpp38 bool VideoCapture::open(const char* deviceName, const int32_t width, const int32_t height) { in open()
135 void VideoCapture::close() { in close()
148 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { in startStream() argument
222 void VideoCapture::stopStream() { in stopStream()
262 void VideoCapture::markFrameReady() { in markFrameReady()
267 bool VideoCapture::returnFrame() { in returnFrame()
282 void VideoCapture::collectFrames() { in collectFrames()
305 int VideoCapture::setParameter(v4l2_control& control) { in setParameter()
316 int VideoCapture::getParameter(v4l2_control& control) { in getParameter()
328 std::set<uint32_t> VideoCapture::enumerateCameraControls() { in enumerateCameraControls()
DVideoCapture.h29 class VideoCapture {
34 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr);
70 std::function<void(VideoCapture*, imageBuffer*, void*)> mCallback;
DAndroid.bp30 "VideoCapture.cpp",
DEvsV4lCamera.h120 VideoCapture mVideo; // Interface to the v4l device
DEvsV4lCamera.cpp204 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()