Searched refs:HStreamCommon (Results 1 - 13 of 13) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_common.cpp | 79 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 D | hstream_depth_data.cpp | 37 : 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 D | hstream_metadata.cpp | 47 : 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 D | hcapture_session.cpp | 322 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 D | hstream_repeat.cpp | 37 : 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 D | hstream_capture.cpp | 49 : 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 D | hcapture_session.h | 111 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 D | hstream_common.h | 43 class HStreamCommon : virtual public RefBase { class 45 explicit HStreamCommon( 47 virtual ~HStreamCommon();
|
H A D | camera_util.h | 36 class HStreamCommon; 185 sptr<T> CastStream(sptr<HStreamCommon> streamCommon) in CastStream()
|
H A D | hstream_depth_data.h | 38 class HStreamDepthData : public HStreamDepthDataStub, public HStreamCommon {
|
H A D | hstream_metadata.h | 30 class EXPORT_API HStreamMetadata : public HStreamMetadataStub, public HStreamCommon {
|
H A D | hstream_repeat.h | 46 class EXPORT_API HStreamRepeat : public HStreamRepeatStub, public HStreamCommon {
|
H A D | hstream_capture.h | 37 class EXPORT_API HStreamCapture : public HStreamCaptureStub, public HStreamCommon {
|
Completed in 12 milliseconds