Searched refs:prepare_snapshot (Results 1 – 5 of 5) sorted by relevance
555 int32_t (*prepare_snapshot) (uint32_t camera_handle, member
257 static int prepare_snapshot(struct camera_device *device);
975 ret = hw->prepare_snapshot(device); in take_picture()982 hw->prepare_snapshot(device); in take_picture()1571 int QCamera2HardwareInterface::prepare_snapshot(struct camera_device *device) in prepare_snapshot() function in qcamera::QCamera2HardwareInterface10386 return mCameraHandle->ops->prepare_snapshot(getSnapshotHandle(), in prepareHardwareForSnapshot()
1158 rc = hwi->prepare_snapshot(pCam->dev); in take_picture()
3103 .prepare_snapshot = mm_camera_intf_prepare_snapshot,