Home
last modified time | relevance | path

Searched refs:debugSurface_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h475 sptr<Surface> debugSurface_; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp425 if (debugSurface_ == nullptr) { in CreateMultiChannel()
427 debugSurface_ = Surface::CreateSurfaceAsConsumer(bufferName); in CreateMultiChannel()
428 ret = streamCapturePtr->SetBufferProducerInfo(bufferName, debugSurface_->GetProducer()); in CreateMultiChannel()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp267 if (photoOutput->debugSurface_ != nullptr) { in InitPictureListeners()
269 …gImageListener = new (std::nothrow) AuxiliaryPhotoListener(surfaceName, photoOutput->debugSurface_, in InitPictureListeners()
271 ret = photoOutput->debugSurface_->RegisterConsumerListener( in InitPictureListeners()