Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.h62 captureReadyCallback_ = callback; in SaveCaptureReadyCallback()
110 captureReadyCallback_ = nullptr; in RemoveCaptureReadyCallback()
166 if (photoOutput_ != nullptr && captureReadyCallback_ != nullptr) { in OnCaptureReady()
167 captureReadyCallback_(photoOutput_); in OnCaptureReady()
205 OH_PhotoOutput_CaptureReady captureReadyCallback_ = nullptr; variable