Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.h47 captureStartWithInfoCallback_ = callback; in SaveCaptureStartWithInfoCallback()
89 captureStartWithInfoCallback_ = nullptr; in RemoveCaptureStartWithInfoCallback()
126 if (photoOutput_ != nullptr && captureStartWithInfoCallback_ != nullptr) { in OnCaptureStarted()
127 captureStartWithInfoCallback_(photoOutput_, &info); in OnCaptureStarted()
202 OH_PhotoOutput_CaptureStartWithInfo captureStartWithInfoCallback_ = nullptr; variable