Home
last modified time | relevance | path

Searched refs:VdiStreamIntent (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Distream.h35 static std::map<VdiStreamIntent, std::string> g_availableStreamType;
59 static std::map<VdiStreamIntent, std::string> g_availableStreamType;
64 const VdiStreamIntent,
72 …const VdiStreamIntent type, …
H A Dstream_post_view.h25 const VdiStreamIntent type,
H A Dstream_preview.h25 const VdiStreamIntent type,
H A Dstream_video.h26 const VdiStreamIntent type,
H A Dstream_still_capture.h26 const VdiStreamIntent type,
H A Dstream_base.h29 const VdiStreamIntent type,
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/
H A Dhost_stream_impl.cpp19 VdiStreamIntent GetStreamType() const override;
36 VdiStreamIntent HostStreamImpl::GetStreamType() const in GetStreamType()
H A Dhost_stream.h24 virtual VdiStreamIntent GetStreamType() const = 0;
H A Dhost_stream_mgr_impl.cpp73 …[](auto &iter) { return static_cast<std::underlying_type<VdiStreamIntent>::type>(iter->GetStreamTy… in GetStreamTypes()
/ohos5.0/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dvdi_types.h57 enum VdiStreamIntent : int32_t { enum
117 VdiStreamIntent intent_;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_post_view.cpp20 const VdiStreamIntent type, in StreamPostView()
H A Dstream_preview.cpp20 const VdiStreamIntent type, in StreamPreview()
H A Dstream_video.cpp20 const VdiStreamIntent type, in StreamVideo()
H A Dstream_base.cpp22 std::map<VdiStreamIntent, std::string> IStream::g_availableStreamType = {
32 const VdiStreamIntent type, in StreamBase()
90 info.type_ = static_cast<VdiStreamIntent>(streamType_); in CommitStream()
153 …g_availableStreamType[static_cast<VdiStreamIntent>(streamType_)] + "#" + std::to_string(streamId_); in StartStream()
H A Dstream_still_capture.cpp21 const VdiStreamIntent type, in StreamStillCapture()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/include/
H A Dhost_stream_data_structure.h23 VdiStreamIntent type_;
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_service_type_converter.cpp27 dst.intent_ = static_cast<VdiStreamIntent>(src.intent_); in ConvertStreamInfoHdiToVdi()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_core.cpp184 [](auto &it) { return static_cast<std::underlying_type<VdiStreamIntent>::type>(it.type); }); in CheckStreamsSupported()