Searched refs:HStreamCapture (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_capture.cpp | 48 HStreamCapture::HStreamCapture(sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width,… in HStreamCapture() function in OHOS::CameraStandard::HStreamCapture 62 HStreamCapture::~HStreamCapture() in ~HStreamCapture() 259 void HStreamCapture::ResetBurst() in ResetBurst() 571 int32_t HStreamCapture::CancelCapture() in CancelCapture() 579 void HStreamCapture::SetMode(int32_t modeName) in SetMode() 585 int32_t HStreamCapture::GetMode() in GetMode() 591 int32_t HStreamCapture::ConfirmCapture() in ConfirmCapture() 652 int32_t HStreamCapture::Release() in Release() 657 int32_t HStreamCapture::ReleaseStream(bool isDelay) in ReleaseStream() 807 int32_t HStreamCapture::IsDeferredPhotoEnabled() in IsDeferredPhotoEnabled() [all …]
|
H A D | hcapture_session.cpp | 356 auto captureStream = CastStream<HStreamCapture>(stream); in AddOutputStream() 518 errorCode = AddOutputStream(static_cast<HStreamCapture*>(stream.GetRefPtr())); in AddOutput() 632 errorCode = RemoveOutputStream(static_cast<HStreamCapture*>(stream.GetRefPtr())); in RemoveOutput() 1062 static_cast<HStreamCapture*>(stream.GetRefPtr())->CancelCapture(); in CancelStreamsAndGetStreamInfos() 1515 CastStream<HStreamCapture>(item)->CancelCapture(); in Stop() 1931 auto streamCapture = CastStream<HStreamCapture>(stream); in SetCameraPhotoProxyInfo() 2109 CastStream<HStreamCapture>(curStream)->OnCaptureStarted(captureId); in OnCaptureStarted() 2278 auto captureStream = CastStream<HStreamCapture>(curStream); in OnCaptureError() 2294 auto captureStream = CastStream<HStreamCapture>(curStream); in OnFrameShutter() 2315 auto captureStream = CastStream<HStreamCapture>(curStream); in OnFrameShutterEnd() [all …]
|
H A D | hcamera_service.cpp | 525 …sptr<HStreamCapture> streamCapture = new (nothrow) HStreamCapture(producer, format, width, height); in CreatePhotoOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_capture.h | 37 class EXPORT_API HStreamCapture : public HStreamCaptureStub, public HStreamCommon { 39 …HStreamCapture(sptr<OHOS::IBufferProducer> producer, int32_t format, int32_t width, int32_t height… 40 ~HStreamCapture();
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamcapture_fuzzer/ |
H A D | stream_capture_fuzzer.cpp | 37 HStreamCapture *fuzzStreamcapture = nullptr; 95 …fuzzStreamcapture = new(std::nothrow) HStreamCapture(producer, PHOTO_FORMAT, PHOTO_WIDTH, PHOTO_HE… in StreamCaptureFuzzTest()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_framework_unittest.cpp | 3406 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, 4, 1280, 960); 3467 sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, 4, 1280, 960); 3468 sptr<HStreamCapture> streamCapture1 = new (std::nothrow) HStreamCapture(producer, 3, 640, 480); 3529 sptr<HStreamCapture> streamCapture= new(std::nothrow) HStreamCapture(producer, 0, 0, 0); 4176 …sptr<HStreamCapture> streamCapture= new(std::nothrow) HStreamCapture(producer, format, width, heig…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 7681 …sptr<HStreamCapture> streamCapture = new (std::nothrow) HStreamCapture(producer, format, width, he…
|