Home
last modified time | relevance | path

Searched refs:OfflineStreamContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/
H A Doffline_stream.h34 RetCode Init(std::shared_ptr<OfflineStreamContext> &context);
49 std::shared_ptr<OfflineStreamContext> context_ = {};
H A Doffline_stream_context.h31 struct OfflineStreamContext { struct
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_still_capture.cpp62 auto context = std::make_shared<OfflineStreamContext>(); in ChangeToOfflineStream()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H A Doffline_stream.cpp38 RetCode OfflineStream::Init(std::shared_ptr<OfflineStreamContext>& context) in Init()