Searched refs:stop_streams (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/inc/ |
D | mm_camera_interface.h | 277 int32_t (*stop_streams) (uint32_t camera_handle, uint32_t ch_id, member
|
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 265 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,num_of_st… in mm_app_streamoff_rdi()
|
D | mm_qcamera_preview.c | 919 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream… in mm_app_streamoff_preview() 951 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,2,&stream… in mm_app_streamoff_preview_zsl()
|
D | mm_qcamera_video.c | 333 if(MM_CAMERA_OK != (rc =pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream))) in mm_app_streamoff_video()
|
D | mm_qcamera_snapshot.c | 680 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,2,&stream… in mm_app_streamoff_snapshot() 1182 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream… in mm_app_unprepare_live_snapshot()
|
/hardware/qcom/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 241 rc = p_mm_ops->ops->stop_streams(mCameraHandle, in streamOff()
|
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 883 .stop_streams = mm_camera_intf_stop_streams,
|