Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_device_client.cpp45 cameraImpl_ = cameraImpl; in SetCameraImpl()
58 cameraImpl_->OnConfigured(ret, *cc_); in SetCameraConfig()
83 cameraImpl_->OnFrameFinished(ret, fc); in TriggerSingleCapture()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp62 cameraImpl_ = cameraImpl; in SetCameraImpl()
306 client->cameraImpl_->OnConfigured(ret, *cc); in DeviceClientCallback()
313 client->cameraImpl_->OnFrameFinished(ret, *fc); in DeviceClientCallback()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H A Dcamera_device_client.h44 CameraImpl *cameraImpl_ = nullptr; variable
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/include/
H A Dcamera_device_client.h54 CameraImpl *cameraImpl_ = nullptr; variable