Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp747 livephotoListener_ = new (std::nothrow) MovingPhotoListener(movingPhotoSurfaceWrapper, in ExpandMovingPhotoRepeatStream()
749 CHECK_AND_CONTINUE_LOG(livephotoListener_ != nullptr, "failed to new livephotoListener_!"); in ExpandMovingPhotoRepeatStream()
750 movingPhotoSurfaceWrapper->SetSurfaceBufferListener(livephotoListener_); in ExpandMovingPhotoRepeatStream()
844 livephotoListener_ = nullptr; in ClearMovingPhotoRepeatStream()
858 if (livephotoListener_) { in StopMovingPhoto()
859 livephotoListener_->StopDrainOut(); in StopMovingPhoto()
1473 livephotoListener_ = nullptr; in Release()
1591 livephotoListener_->SetClearFlag(); in EnableMovingPhotoMirror()
1979 livephotoListener_, videoCache in StartOnceRecord()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h346 sptr<MovingPhotoListener> livephotoListener_; member in OHOS::OHOS::CameraStandard::HCaptureSession

Completed in 6 milliseconds