Home
last modified time | relevance | path

Searched refs:capSurface_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h85 Surface *capSurface_ = nullptr; member in OHOS::Media::PreviewAssistant
96 Surface *capSurface_ = nullptr; member in OHOS::Media::CaptureAssistant
104 Surface *capSurface_ = nullptr; member in OHOS::Media::CallbackAssistant
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp636 capSurface_ = surface; in SetFrameConfig()
673 surfaceBuf = capSurface_->RequestBuffer(); in Start()
678 uint32_t size = capSurface_->GetSize(); in Start()
685 MEDIA_ERR_LOG("No available buffer in capSurface_."); in Start()
688 surfaceBuf->SetSize(capSurface_->GetSize() - size); in Start()
689 if (capSurface_->FlushBuffer(surfaceBuf) != 0) { in Start()
734 capSurface_ = surface; in SetFrameConfig()
760 if (assistant->capSurface_ == nullptr) { in StreamCopyProcess()
761 MEDIA_ERR_LOG("capSurface_ is null.\n"); in StreamCopyProcess()
769 SurfaceBuffer *surfaceBuf = assistant->capSurface_ in StreamCopyProcess()
[all...]

Completed in 2 milliseconds