Searched refs:secondPreviewOutput_ (Results 1 – 2 of 2) sorted by relevance
290 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()
98 sptr<CaptureOutput> secondPreviewOutput_; variable