Searched refs:prepare_snapshot (Results 1 – 5 of 5) sorted by relevance
515 int32_t (*prepare_snapshot) (uint32_t camera_handle, member
247 static int prepare_snapshot(struct camera_device *device);
977 ret = hw->prepare_snapshot(device); in take_picture()984 hw->prepare_snapshot(device); in take_picture()1571 int QCamera2HardwareInterface::prepare_snapshot(struct camera_device *device) in prepare_snapshot() function in qcamera::QCamera2HardwareInterface9435 return mCameraHandle->ops->prepare_snapshot(mCameraHandle->camera_handle, in prepareHardwareForSnapshot()
1158 rc = hwi->prepare_snapshot(pCam->dev); in take_picture()
2039 .prepare_snapshot = mm_camera_intf_prepare_snapshot,