Home
last modified time | relevance | path

Searched refs:StreamPreview (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_preview.h22 class StreamPreview : public StreamBase { class
24 StreamPreview(const int32_t id,
28 virtual ~StreamPreview();
29 StreamPreview(const StreamPreview &other) = delete;
30 StreamPreview(StreamPreview &&other) = delete;
31 StreamPreview& operator=(const StreamPreview &other) = delete;
32 StreamPreview
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_preview.cpp19 StreamPreview::StreamPreview(const int32_t id, in StreamPreview() function in OHOS::Camera::StreamPreview
28 StreamPreview::~StreamPreview() in ~StreamPreview()
33 REGISTERSTREAM(StreamPreview, {"PREVIEW", "ANALYZE"});

Completed in 5 milliseconds