HomeSort by relevance Sort by last modified time
    Searched refs:need_stream_on (Results 1 - 10 of 10) sorted by null

  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraStream.cpp 214 stream_config.need_stream_on=true;
289 stream_config.need_stream_on=true;
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraStream.cpp 254 stream_config.need_stream_on = m_flag_stream_on;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 823 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;
    [all...]
mm_qcamera_video.c 234 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;
mm_qcamera_rdi.c 207 pme->stream[MM_CAMERA_RDI].str_config.need_stream_on = 1;
mm_qcamera_pp.c 390 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;
    [all...]
mm_qcamera_snapshot.c 518 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;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 112 uint8_t need_stream_on; member in struct:__anon3763
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. */
mm_camera.h 250 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/
mm_camera_stream.c 628 if(my_obj->need_stream_on) {
756 my_obj->need_stream_on = config->need_stream_on;
767 if(my_obj->need_stream_on) {
    [all...]

Completed in 3230 milliseconds