Home | History | Annotate | Download | only in HAL

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
169 bool isPreviewRunning(); // check if preview is running
170 bool isPreviewReady(); // check if preview is ready
179 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped
180 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set yet
184 QCAMERA_SM_STATE_PIC_TAKING, // taking picture (preview stopped)
185 QCAMERA_SM_STATE_RECORDING, // recording (preview running)
186 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running)
187 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)