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
89 QCAMERA_SM_EVT_RESTART_PERVIEW, // internal preview restart
182 bool isPreviewRunning(); // check if preview is running
183 bool isPreviewReady(); // check if preview is ready
193 QCAMERA_SM_STATE_PREVIEW_STOPPED, // preview is stopped
194 QCAMERA_SM_STATE_PREVIEW_READY, // preview started but preview window is not set yet
198 QCAMERA_SM_STATE_PIC_TAKING, // taking picture (preview stopped)
199 QCAMERA_SM_STATE_RECORDING, // recording (preview running)
200 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running)
201 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)
239 bool m_bDelayPreviewMsgs; // Delay preview callback enable during ZSL snapshot