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

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_rdi.c 160 pme->stream[MM_CAMERA_PREVIEW].id = pme->cam->ops->add_stream(pme->cam->camera_handle,pme->ch_id,
162 MM_CAMERA_PREVIEW, 0);
164 if (!pme->stream[MM_CAMERA_PREVIEW].id) {
170 CDBG("%s :Add stream is successfull stream ID = %d",__func__,pme->stream[MM_CAMERA_PREVIEW].id);
172 mm_app_set_preview_fmt(cam_id,&pme->stream[MM_CAMERA_PREVIEW].str_config.fmt);
173 pme->stream[MM_CAMERA_PREVIEW].str_config.need_stream_on = 1;
174 pme->stream[MM_CAMERA_PREVIEW].str_config.num_of_bufs = PREVIEW_BUF_NUM;
176 if (MM_CAMERA_OK != (rc = pme->cam->ops->config_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_PREVIEW].id,
177 &pme->stream[MM_CAMERA_PREVIEW].str_config))) {
203 stream[1] = pme->stream[MM_CAMERA_PREVIEW].id
    [all...]
mm_qcamera_preview.c 430 streamType = MM_CAMERA_PREVIEW;
432 case MM_CAMERA_PREVIEW:
515 streamType = MM_CAMERA_PREVIEW;
517 case MM_CAMERA_PREVIEW:
565 frame = bufs->bufs[MM_CAMERA_PREVIEW] ;
579 CDBG("In CB function i/p = %p o/p = %p",bufs->bufs[MM_CAMERA_PREVIEW],frame);
657 pme->stream[MM_CAMERA_PREVIEW].id = pme->cam->ops->add_stream(pme->cam->camera_handle,pme->ch_id,
659 MM_CAMERA_PREVIEW, 0);
661 if (!pme->stream[MM_CAMERA_PREVIEW].id) {
667 CDBG("%s :Add stream is successfull stream ID = %d",__func__,pme->stream[MM_CAMERA_PREVIEW].id)
    [all...]
mm_qcamera_video.c 195 frame = bufs->bufs[MM_CAMERA_PREVIEW] ;
200 CDBG("In CB function i/p = %p o/p = %p",bufs->bufs[MM_CAMERA_PREVIEW],frame);
261 CDBG("Add stream is successfull stream ID = %d",pme->stream[MM_CAMERA_PREVIEW].id);
mm_qcamera_snapshot.c     [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 326 MM_CAMERA_PREVIEW,

Completed in 49 milliseconds