Home
last modified time | relevance | path

Searched refs:secondPreviewOutput_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.cpp290 secondPreviewOutput_ = nullptr; in Release()
496 if (secondPreviewOutput_ == nullptr) { in InitSecondPreviewOutput()
515 secondPreviewOutput_ = cameraManager_->CreatePreviewOutput(previewprofile2_, pSurface); in InitSecondPreviewOutput()
520 if (secondPreviewOutput_ == nullptr) { in InitSecondPreviewOutput()
525 ((sptr<PreviewOutput> &)secondPreviewOutput_)->SetCallback(secondPreviewOutputCallback_); in InitSecondPreviewOutput()
632 result = captureSession_->AddOutput(secondPreviewOutput_); in AddOutputbyState()
H A Dcamera_capture_video.h98 sptr<CaptureOutput> secondPreviewOutput_; variable