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

  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 277 int32_t (*stop_streams) (uint32_t camera_handle, uint32_t ch_id, member in struct:__anon2100
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_rdi.c 265 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,num_of_streams,&stream))) {
mm_qcamera_video.c 333 if(MM_CAMERA_OK != (rc =pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream)))
mm_qcamera_preview.c 919 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream))) {
    [all...]
mm_qcamera_snapshot.c 680 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,2,&stream))) {
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 883 .stop_streams = mm_camera_intf_stop_streams,

Completed in 226 milliseconds