Searched refs:sPhotoOutput_ (Results 1 – 2 of 2) sorted by relevance
168 thread_local sptr<PhotoOutput> PhotoOutputNapi::sPhotoOutput_ = nullptr; member in OHOS::CameraStandard::PhotoOutputNapi1860 obj->photoOutput_ = sPhotoOutput_; in PhotoOutputNapiConstructor()1861 obj->profile_ = sPhotoOutput_->GetPhotoProfile(); in PhotoOutputNapiConstructor()1968 if (!CameraNapiUtils::CheckError(env, retCode) || sPhotoOutput_ == nullptr) { in CreatePhotoOutput()1973 sPhotoOutput_->SetNativeSurface(true); in CreatePhotoOutput()1975 if (sPhotoOutput_->IsYuvOrHeifPhoto()) { in CreatePhotoOutput()1976 sPhotoOutput_->CreateMultiChannel(); in CreatePhotoOutput()1979 sPhotoOutput_ = nullptr; in CreatePhotoOutput()2017 if (!CameraNapiUtils::CheckError(env, retCode) || sPhotoOutput_ == nullptr) { in CreatePhotoOutput()2022 sPhotoOutput_->SetNativeSurface(true); in CreatePhotoOutput()[all …]
391 static thread_local sptr<PhotoOutput> sPhotoOutput_; variable