Searched refs:need_stream_on (Results 1 - 17 of 17) sorted by relevance

/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c150 pme->stream[MM_CAMERA_RDI].str_config.need_stream_on = 1;
173 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
H A Dmm_qcamera_video.c219 pme->stream[MM_CAMERA_VIDEO].str_config.need_stream_on = 1;
230 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = pme->fullSizeSnapshot;
H A Dmm_qcamera_preview.c670 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
738 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
758 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = 1;
H A Dmm_qcamera_snapshot.c608 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = 1;
617 pme->stream[MM_CAMERA_SNAPSHOT_THUMBNAIL].str_config.need_stream_on = 1;
/device/moto/shamu/camera/QCamera/HAL2/core/src/
H A DQCameraStream.cpp214 stream_config.need_stream_on=true;
289 stream_config.need_stream_on=true;
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera_interface.h99 uint8_t need_stream_on; member in struct:__anon975
H A Dmm_camera.h246 uint8_t need_stream_on; /* flag if stream need streamon when start */ member in struct:mm_stream
/device/moto/shamu/camera/QCamera/HAL/core/src/
H A DQCameraStream.cpp254 stream_config.need_stream_on = m_flag_stream_on;
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_preview.c823 pme->stream[MM_CAMERA_SAEC].str_config.need_stream_on = 1;
845 pme->stream[MM_CAMERA_SAWB].str_config.need_stream_on = 1;
868 pme->stream[MM_CAMERA_SAFC].str_config.need_stream_on = 1;
891 pme->stream[MM_CAMERA_IHST].str_config.need_stream_on = 1;
936 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
1047 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
1067 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = 1;
H A Dmm_qcamera_video.c234 pme->stream[MM_CAMERA_VIDEO].str_config.need_stream_on = 1;
245 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = pme->fullSizeSnapshot;
H A Dmm_qcamera_rdi.c207 pme->stream[MM_CAMERA_RDI].str_config.need_stream_on = 1;
H A Dmm_qcamera_pp.c390 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
435 pme->stream[MM_CAMERA_ISP_PIX_OUTPUT1].str_config.need_stream_on = 1;
582 pme->stream[MM_CAMERA_VIDEO].str_config.need_stream_on = 1;
H A Dmm_qcamera_snapshot.c518 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = 1;
542 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = 1;
551 pme->stream[MM_CAMERA_SNAPSHOT_THUMBNAIL].str_config.need_stream_on = 1;
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
H A Dmm_camera_interface.h112 uint8_t need_stream_on; member in struct:__anon1460
115 * this field is valid only when need_stream_on is 0.
116 * When need_stream_on = 1, num_stream_cb_times will be ignored. */
H A Dmm_camera.h250 uint8_t need_stream_on; /* flag if stream need streamon when start */ member in struct:mm_stream
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c628 if(my_obj->need_stream_on) {
756 my_obj->need_stream_on = config->need_stream_on;
767 if(my_obj->need_stream_on) {
1516 if (!my_obj->need_stream_on &&
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_stream.c711 my_obj->need_stream_on = config->need_stream_on;
748 return my_obj->need_stream_on;

Completed in 123 milliseconds