Searched refs:HStreamCapture (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_capture.cpp | 38 MEDIA_INFO_LOG("HStreamCapture::GenerateBurstUuid"); in GenerateBurstUuid() 48 HStreamCapture::HStreamCapture(sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height) in HStreamCapture() function in OHOS::CameraStandard::HStreamCapture 52 "HStreamCapture::HStreamCapture construct, format:%{public}d size:%{public}dx%{public}d streamId:%{public}d", in HStreamCapture() 62 HStreamCapture::~HStreamCapture() in ~HStreamCapture() 66 "HStreamCapture::~HStreamCapture deconstruct, format:%{public}d size:%{public}dx%{public}d streamId:%{public}d", in ~HStreamCapture() 70 int32_t HStreamCapture [all...] |
H A D | hcapture_session.cpp | 335 auto captureStream = CastStream<HStreamCapture>(stream); in AddOutputStream() 483 errorCode = AddOutputStream(static_cast<HStreamCapture*>(stream.GetRefPtr())); in AddOutput() 582 errorCode = RemoveOutputStream(static_cast<HStreamCapture*>(stream.GetRefPtr())); in RemoveOutput() 724 int32_t type = static_cast<HStreamCapture*>(stream.GetRefPtr())->GetMovingPhotoVideoCodecType(); in ExpandMovingPhotoRepeatStream() 1004 static_cast<HStreamCapture*>(stream.GetRefPtr())->CancelCapture(); in CancelStreamsAndGetStreamInfos() 1387 CastStream<HStreamCapture>(item)->CancelCapture(); in Stop() 1701 auto streamCapture = CastStream<HStreamCapture>(stream); in SetCameraPhotoProxyInfo() 1906 CastStream<HStreamCapture>(curStream)->OnCaptureStarted(captureId); in OnCaptureStarted() 2001 CastStream<HStreamCapture>(curStream)->OnCaptureStarted(captureId, captureInfo.exposureTime_); in OnCaptureStarted_V1_2() 2021 CastStream<HStreamCapture>(curStrea in OnCaptureEnded() [all...] |
H A D | hcamera_service.cpp | 506 sptr<HStreamCapture> streamCapture = new (nothrow) HStreamCapture(producer, format, width, height); in CreatePhotoOutput()
|
/foundation/multimedia/camera_framework/test/fuzztest/streamcapture_fuzzer/ |
H A D | stream_capture_fuzzer.cpp | 93 sptr<HStreamCapture> streamcapture = new HStreamCapture(producer, PHOTO_FORMAT, PHOTO_WIDTH, PHOTO_HEIGHT); in StreamCaptureFuzzTest()
|
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_capture.h | 37 class EXPORT_API HStreamCapture : public HStreamCaptureStub, public HStreamCommon { class 39 HStreamCapture(sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height); 40 ~HStreamCapture();
|
/foundation/multimedia/camera_framework/test/fuzztest/streamcapturestub_fuzzer/ |
H A D | stream_capture_stub_fuzzer.cpp | 99 fuzz = new HStreamCapture(producer, PHOTO_FORMAT, PHOTO_WIDTH, PHOTO_HEIGHT);
in Test()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 3159 * CaseDescription: Test HStreamCapture SetRotation with no static capability. 3319 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, 4, 1280, 960); in HWTEST_F() 3380 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, 4, 1280, 960); in HWTEST_F() 3381 sptr<HStreamCapture> streamCapture1 = new (std::nothrow) HStreamCapture(producer, 3, 640, 480); in HWTEST_F() 3443 sptr<HStreamCapture> streamCapture= new(std::nothrow) HStreamCapture(producer, 0, 0, 0); in HWTEST_F() 4067 * Function: Test HStreamCapture [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 7753 * Function: Test HStreamCapture 7757 * CaseDescription: test HStreamCapture with abnormal branches 7776 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, format, width, height); in HWTEST_F()
|
Completed in 33 milliseconds