/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 35 HStreamRepeat::HStreamRepeat( in HStreamRepeat() function in OHOS::CameraStandard::HStreamRepeat 39 MEDIA_INFO_LOG("HStreamRepeat::HStreamRepeat construct, format:%{public}d size:%{public}dx%{public}d " in HStreamRepeat() 44 HStreamRepeat::~HStreamRepeat() in ~HStreamRepeat() 46 MEDIA_INFO_LOG("HStreamRepeat::~HStreamRepeat deconstruct, format:%{public}d size:%{public}dx%{public}d " in ~HStreamRepeat() 51 int32_t HStreamRepeat::LinkInput(sptr<OHOS::HDI::Camera::V1_0::IStreamOperator> streamOperator, in LinkInput() 55 "HStreamRepeat in LinkInput() [all...] |
H A D | hcapture_session.cpp | 356 auto curStreamRepeat = CastStream<HStreamRepeat>(item); in StartMovingPhotoStream() 374 auto curStreamRepeat = CastStream<HStreamRepeat>(item); in StartMovingPhotoStream() 420 void AddHstreamRepeatForListener(sptr<HStreamRepeat> repeatStream) in AddHstreamRepeatForListener() 428 void RemoveHstreamRepeatForListener(sptr<HStreamRepeat> repeatStream) in RemoveHstreamRepeatForListener() 438 std::list<sptr<HStreamRepeat>> repeatStreamList_; 442 void HCaptureSession::RegisterDisplayListener(sptr<HStreamRepeat> repeat) in RegisterDisplayListener() 451 void HCaptureSession::UnRegisterDisplayListener(sptr<HStreamRepeat> repeatStream) in UnRegisterDisplayListener() 485 HStreamRepeat* repeatSteam = static_cast<HStreamRepeat*>(stream.GetRefPtr()); in AddOutput() 584 HStreamRepeat* repeatStea in RemoveOutput() [all...] |
H A D | hcamera_service.cpp | 527 sptr<HStreamRepeat> streamDeferredPreview; in CreateDeferredPreviewOutput() 531 streamDeferredPreview = new (nothrow) HStreamRepeat(nullptr, format, width, height, RepeatStreamType::PREVIEW); in CreateDeferredPreviewOutput() 533 "HCameraService::CreateDeferredPreviewOutput HStreamRepeat allocation failed"); in CreateDeferredPreviewOutput() 543 sptr<HStreamRepeat> streamRepeatPreview; in CreatePreviewOutput() 554 streamRepeatPreview = new (nothrow) HStreamRepeat(producer, format, width, height, RepeatStreamType::PREVIEW); in CreatePreviewOutput() 557 MEDIA_ERR_LOG("HCameraService::CreatePreviewOutput HStreamRepeat allocation failed"); in CreatePreviewOutput() 585 MEDIA_ERR_LOG("HCameraService::CreateDepthDataOutput HStreamRepeat allocation failed"); in CreateDepthDataOutput() 617 sptr<HStreamRepeat> streamRepeatVideo; in CreateVideoOutput() 628 streamRepeatVideo = new (nothrow) HStreamRepeat(producer, format, width, height, RepeatStreamType::VIDEO); in CreateVideoOutput() 631 MEDIA_ERR_LOG("HCameraService::CreateVideoOutput HStreamRepeat allocatio in CreateVideoOutput() [all...] |
/foundation/multimedia/camera_framework/test/fuzztest/streamrepeatstub_fuzzer/ |
H A D | stream_repeat_stub_fuzzer.cpp | 66 sptr<HStreamRepeat> hstreamRepeat = new HStreamRepeat(producer, PHOTO_FORMAT, PHOTO_WIDTH,
in TestHandleAddDeferredSurface() 84 sptr<HStreamRepeat> hstreamRepeat = new HStreamRepeat(producer, PHOTO_FORMAT, PHOTO_WIDTH,
in TestHandleAttachMetaSurface() 102 sptr<HStreamRepeat> hstreamRepeat = new HStreamRepeat(producer, PHOTO_FORMAT, PHOTO_WIDTH,
in TestHandleSetCallback() 139 sptr<HStreamRepeat> hstreamRepeat = new HStreamRepeat(producer, PHOTO_FORMAT, PHOTO_WIDTH,
in RunCase()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_repeat.h | 46 class EXPORT_API HStreamRepeat : public HStreamRepeatStub, public HStreamCommon { class 48 HStreamRepeat( 50 ~HStreamRepeat(); 73 sptr<HStreamRepeat> GetSketchStream(); 105 sptr<HStreamRepeat> sketchStreamRepeat_; 106 wptr<HStreamRepeat> parentStreamRepeat_;
|
H A D | hcapture_session.h | 273 sptr<HStreamRepeat> livePhotoStreamRepeat_; 318 void StartMovingPhoto(sptr<HStreamRepeat>& curStreamRepeat); 324 void RegisterDisplayListener(sptr<HStreamRepeat> repeat); 325 void UnRegisterDisplayListener(sptr<HStreamRepeat> repeat);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 3217 * CaseDescription: Test HStreamRepeat with no static capability. 3258 auto streamRepeat = new (std::nothrow) HStreamRepeat(producer1, format, width, height, RepeatStreamType::PREVIEW); in HWTEST_F() 3315 auto streamRepeat = new (std::nothrow) HStreamRepeat(producer, 4, 1280, 960, RepeatStreamType::PREVIEW); in HWTEST_F() 3317 auto streamRepeat1 = new (std::nothrow) HStreamRepeat(producer, 3, 640, 480, RepeatStreamType::PREVIEW); in HWTEST_F() 3382 sptr<HStreamRepeat> streamRepeat = in HWTEST_F() 3383 new (std::nothrow) HStreamRepeat(producer, 4, 1280, 960, RepeatStreamType::PREVIEW); in HWTEST_F() 3506 sptr<HStreamRepeat> streamRepeat = new (std::nothrow) HStreamRepeat(producer, 0, 0, 0, RepeatStreamType::PREVIEW); in HWTEST_F() 3974 * Function: Test HStreamRepeat & HStreamCommon 3978 * CaseDescription: Test HStreamRepeat [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 7725 * Function: Test HStreamRepeat 7729 * CaseDescription: test HStreamRepeat with producer is null 7743 sptr<HStreamRepeat> streamRepeat = in HWTEST_F() 7744 new (std::nothrow) HStreamRepeat(nullptr, format, width, height, RepeatStreamType::PREVIEW); in HWTEST_F()
|