Loading services/camera/libcameraservice/CameraService.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -882,6 +882,9 @@ status_t CameraService::Client::takePicture(int msgType) { CAMERA_MSG_POSTVIEW_FRAME | CAMERA_MSG_RAW_IMAGE | CAMERA_MSG_RAW_IMAGE_NOTIFY | #if defined(OMAP_ICS_CAMERA) || defined(OMAP_ENHANCEMENT_BURST_CAPTURE) CAMERA_MSG_RAW_BURST | #endif CAMERA_MSG_COMPRESSED_IMAGE); #if defined(OMAP_ICS_CAMERA) || defined(OMAP_ENHANCEMENT_BURST_CAPTURE) Loading Loading
services/camera/libcameraservice/CameraService.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -882,6 +882,9 @@ status_t CameraService::Client::takePicture(int msgType) { CAMERA_MSG_POSTVIEW_FRAME | CAMERA_MSG_RAW_IMAGE | CAMERA_MSG_RAW_IMAGE_NOTIFY | #if defined(OMAP_ICS_CAMERA) || defined(OMAP_ENHANCEMENT_BURST_CAPTURE) CAMERA_MSG_RAW_BURST | #endif CAMERA_MSG_COMPRESSED_IMAGE); #if defined(OMAP_ICS_CAMERA) || defined(OMAP_ENHANCEMENT_BURST_CAPTURE) Loading