Lines Matching full:preview
49 QCAMERA_SM_EVT_SET_PREVIEW_WINDOW = 1, // set preview window
59 QCAMERA_SM_EVT_START_PREVIEW, // start preview (zsl, camera mode, camcorder mode)
60 QCAMERA_SM_EVT_START_NODISPLAY_PREVIEW, // start no display preview (zsl, camera mode, camcorder mode)
61 QCAMERA_SM_EVT_STOP_PREVIEW, // stop preview (zsl, camera mode, camcorder mode)
62 QCAMERA_SM_EVT_PREVIEW_ENABLED, // query if preview is running
154 bool isPreviewRunning(); // check if preview is running
158 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped
159 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set yet
163 QCAMERA_SM_STATE_PIC_TAKING, // taking picture (preview stopped)
164 QCAMERA_SM_STATE_RECORDING, // recording (preview running)
165 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running)
166 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)