Searched refs:VideoCapture (Results 1 – 14 of 14) sorted by relevance
/packages/services/Car/cpp/evs/manager/1.1/emul/ |
D | VideoCapture.cpp | 185 VideoCapture::~VideoCapture() { in ~VideoCapture() 194 bool VideoCapture::open(const std::string& path, in open() 223 void VideoCapture::close() { in close() 237 bool VideoCapture::startStream( in startStream() 238 std::function<void(VideoCapture*, imageBufferDesc*, void*)> callback) { in startStream() argument 293 void VideoCapture::stopStream() { in stopStream() 323 void VideoCapture::markFrameReady() { in markFrameReady() 328 bool VideoCapture::returnFrame() { in returnFrame() 338 void VideoCapture::collectFrames() { in collectFrames() 408 int VideoCapture::setParameter(v4l2_control& /*control*/) { in setParameter() [all …]
|
D | VideoCapture.h | 68 class VideoCapture : public MessageHandler { 70 explicit VideoCapture() {}; in VideoCapture() function 71 virtual ~VideoCapture(); 77 std::function<void(VideoCapture*, imageBufferDesc*, void*)> callback = nullptr); 132 std::function<void(VideoCapture*, imageBufferDesc*, void*)> mCallback;
|
D | EvsEmulatedCamera.cpp | 136 mVideo = new VideoCapture(); in EvsEmulatedCamera() 259 if (!mVideo->startStream([this](VideoCapture*, imageBufferDesc* tgt, void* data) { in startVideoStream() argument
|
D | EvsEmulatedCamera.h | 125 sp<VideoCapture> mVideo; // Virtual video device
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | VideoCapture.cpp | 38 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 231 void VideoCapture::stopStream() { in stopStream() 278 bool VideoCapture::returnFrame(int id) { in returnFrame() 298 void VideoCapture::collectFrames() { in collectFrames() 329 int VideoCapture::setParameter(v4l2_control& control) { in setParameter() 340 int VideoCapture::getParameter(v4l2_control& control) { in getParameter() 352 std::set<uint32_t> VideoCapture::enumerateCameraControls() { in enumerateCameraControls()
|
D | VideoCapture.h | 29 class VideoCapture { 34 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr); 79 std::function<void(VideoCapture*, imageBuffer*, void*)> mCallback;
|
D | Android.bp | 34 "VideoCapture.cpp",
|
D | EvsV4lCamera.h | 124 VideoCapture mVideo; // Interface to the v4l device
|
D | EvsV4lCamera.cpp | 208 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream() argument
|
/packages/apps/Camera2/tests/src/com/android/camera/stress/ |
D | VideoCapture.java | 43 public class VideoCapture extends ActivityInstrumentationTestCase2 <CameraActivity> { class 53 public VideoCapture() { in VideoCapture() method in VideoCapture
|
D | CameraStressTestRunner.java | 35 suite.addTestSuite(VideoCapture.class); in getAllTests()
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/stress/ |
D | VideoCapture.java | 44 public class VideoCapture extends ActivityInstrumentationTestCase2 <VideoCamera> { class 55 public VideoCapture() { in VideoCapture() method in VideoCapture
|
/packages/apps/LegacyCamera/tests/src/com/android/camera/ |
D | CameraStressTestRunner.java | 37 suite.addTestSuite(VideoCapture.class); in getAllTests()
|
/packages/services/Car/cpp/evs/manager/1.1/ |
D | Android.bp | 76 "emul/VideoCapture.cpp",
|