Home
last modified time | relevance | path

Searched refs:HStreamCommon (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_common.cpp79 HStreamCommon::HStreamCommon( in HStreamCommon() function in OHOS::CameraStandard::HStreamCommon
83 MEDIA_DEBUG_LOG("Enter Into HStreamCommon::HStreamCommon"); in HStreamCommon()
88 "HStreamCommon Create streamId_ is %{public}d, streamType is:%{public}d", fwkStreamId_, streamType_); in HStreamCommon()
91 HStreamCommon::~HStreamCommon() in ~HStreamCommon()
93 MEDIA_DEBUG_LOG("Enter Into HStreamCommon::~HStreamCommon streamId is:%{public}d, streamType is:%{public}d", in ~HStreamCommon()
97 void HStreamCommon
[all...]
H A Dhstream_depth_data.cpp37 : HStreamCommon(StreamType::DEPTH, producer, format, width, height) in HStreamDepthData()
55 int32_t ret = HStreamCommon::LinkInput(streamOperator, cameraAbility); in LinkInput()
65 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
156 HStreamCommon::PrintCaptureDebugLog(cameraAbility_); in Start()
211 return HStreamCommon::ReleaseStream(isDelay); in ReleaseStream()
244 HStreamCommon::DumpStreamInfo(infoDumper); in DumpStreamInfo()
H A Dhstream_metadata.cpp47 : HStreamCommon(StreamType::METADATA, producer, format, producer->GetDefaultWidth(), producer->GetDefaultHeight()), in HStreamMetadata()
69 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
95 return HStreamCommon::ReleaseStream(isDelay); in ReleaseStream()
101 HStreamCommon::DumpStreamInfo(infoDumper); in DumpStreamInfo()
H A Dhcapture_session.cpp322 int32_t HCaptureSession::AddOutputStream(sptr<HStreamCommon> stream) in AddOutputStream()
552 int32_t HCaptureSession::RemoveOutputStream(sptr<HStreamCommon> stream) in RemoveOutputStream()
689 std::set<sptr<HStreamCommon>> sketchStreams; in ExpandSketchRepeatStream()
791 const sptr<HStreamCommon> HCaptureSession::GetStreamByStreamID(int32_t streamId) in GetStreamByStreamID()
799 const sptr<HStreamCommon> HCaptureSession::GetHdiStreamByStreamID(int32_t streamId) in GetHdiStreamByStreamID()
1896 sptr<HStreamCommon> curStream = GetHdiStreamByStreamID(streamId); in OnCaptureStarted()
1991 sptr<HStreamCommon> curStream = GetHdiStreamByStreamID(captureInfo.streamId_); in OnCaptureStarted_V1_2()
2012 sptr<HStreamCommon> curStream = GetHdiStreamByStreamID(captureInfo.streamId_); in OnCaptureEnded()
2033 sptr<HStreamCommon> curStream = GetHdiStreamByStreamID(captureInfo.streamId_); in OnCaptureEndedExt()
2060 sptr<HStreamCommon> curStrea in OnCaptureError()
[all...]
H A Dhstream_repeat.cpp37 : HStreamCommon(StreamType::REPEAT, producer, format, width, height), repeatStreamType_(type) in HStreamRepeat()
57 int32_t ret = HStreamCommon::LinkInput(streamOperator, cameraAbility); in LinkInput()
83 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
250 HStreamCommon::PrintCaptureDebugLog(dynamicSetting); in Start()
325 return HStreamCommon::ReleaseStream(isDelay); in ReleaseStream()
621 HStreamCommon::DumpStreamInfo(infoDumper); in DumpStreamInfo()
H A Dhstream_capture.cpp49 : HStreamCommon(StreamType::CAPTURE, producer, format, width, height) in HStreamCapture()
74 return HStreamCommon::LinkInput(streamOperator, cameraAbility); in LinkInput()
116 HStreamCommon::SetStreamInfo(streamInfo); in SetStreamInfo()
411 HStreamCommon::PrintCaptureDebugLog(captureMetadataSetting_); in Capture()
636 return HStreamCommon::ReleaseStream(isDelay); in ReleaseStream()
760 HStreamCommon::DumpStreamInfo(infoDumper); in DumpStreamInfo()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h111 bool AddStream(sptr<HStreamCommon> stream);
112 bool RemoveStream(sptr<HStreamCommon> stream);
113 sptr<HStreamCommon> GetStream(int32_t streamId);
114 sptr<HStreamCommon> GetHdiStream(int32_t streamId);
118 std::list<sptr<HStreamCommon>> GetStreams(const StreamType streamType);
119 std::list<sptr<HStreamCommon>> GetAllStreams();
123 std::map<const StreamType, std::list<sptr<HStreamCommon>>> streams_;
143 virtual const sptr<HStreamCommon> GetStreamByStreamID(int32_t streamId) = 0;
144 virtual const sptr<HStreamCommon> GetHdiStreamByStreamID(int32_t streamId) = 0;
253 const sptr<HStreamCommon> GetStreamByStreamI
[all...]
H A Dhstream_common.h43 class HStreamCommon : virtual public RefBase { class
45 explicit HStreamCommon(
47 virtual ~HStreamCommon();
H A Dcamera_util.h36 class HStreamCommon;
185 sptr<T> CastStream(sptr<HStreamCommon> streamCommon) in CastStream()
H A Dhstream_depth_data.h38 class HStreamDepthData : public HStreamDepthDataStub, public HStreamCommon {
H A Dhstream_metadata.h30 class EXPORT_API HStreamMetadata : public HStreamMetadataStub, public HStreamCommon {
H A Dhstream_repeat.h46 class EXPORT_API HStreamRepeat : public HStreamRepeatStub, public HStreamCommon {
H A Dhstream_capture.h37 class EXPORT_API HStreamCapture : public HStreamCaptureStub, public HStreamCommon {

Completed in 10 milliseconds