Searched refs:VdiStreamIntent (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | istream.h | 35 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 D | stream_post_view.h | 25 const VdiStreamIntent type,
|
H A D | stream_preview.h | 25 const VdiStreamIntent type,
|
H A D | stream_video.h | 26 const VdiStreamIntent type,
|
H A D | stream_still_capture.h | 26 const VdiStreamIntent type,
|
H A D | stream_base.h | 29 const VdiStreamIntent type,
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/src/ |
H A D | host_stream_impl.cpp | 19 VdiStreamIntent GetStreamType() const override; 36 VdiStreamIntent HostStreamImpl::GetStreamType() const in GetStreamType()
|
H A D | host_stream.h | 24 virtual VdiStreamIntent GetStreamType() const = 0;
|
H A D | host_stream_mgr_impl.cpp | 73 …[](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 D | vdi_types.h | 57 enum VdiStreamIntent : int32_t { enum 117 VdiStreamIntent intent_;
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_post_view.cpp | 20 const VdiStreamIntent type, in StreamPostView()
|
H A D | stream_preview.cpp | 20 const VdiStreamIntent type, in StreamPreview()
|
H A D | stream_video.cpp | 20 const VdiStreamIntent type, in StreamVideo()
|
H A D | stream_base.cpp | 22 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 D | stream_still_capture.cpp | 21 const VdiStreamIntent type, in StreamStillCapture()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/host_stream/include/ |
H A D | host_stream_data_structure.h | 23 VdiStreamIntent type_;
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | camera_service_type_converter.cpp | 27 dst.intent_ = static_cast<VdiStreamIntent>(src.intent_); in ConvertStreamInfoHdiToVdi()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/ |
H A D | stream_pipeline_core.cpp | 184 [](auto &it) { return static_cast<std::underlying_type<VdiStreamIntent>::type>(it.type); }); in CheckStreamsSupported()
|