Searched refs:stop_streams (Results 1 – 9 of 9) sorted by relevance
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_preview.c | 1272 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,stream_… in mm_app_streamoff_stats() 1285 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,stream_… in mm_app_streamoff_stats() 1299 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1, stream… in mm_app_streamoff_stats() 1314 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,stream_… in mm_app_streamoff_stats() 1340 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream… in mm_app_streamoff_preview() 1367 …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_pp.c | 489 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle, in stopPreviewPP() 524 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle, in stopPreviewPP() 637 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle, in stopRecordPP()
|
D | mm_qcamera_rdi.c | 305 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle, in mm_app_streamoff_rdi()
|
D | mm_qcamera_snapshot.c | 652 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,2,stream)… in mm_app_streamoff_snapshot() 828 …if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,stream)… in mm_app_stop_raw() 952 …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()
|
D | mm_qcamera_video.c | 348 …if(MM_CAMERA_OK != (rc =pme->cam->ops->stop_streams(pme->cam->camera_handle,pme->ch_id,1,&stream))) in mm_app_streamoff_video()
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraStream.cpp | 128 rc = p_mm_ops->ops->stop_streams(mCameraHandle, in streamOff()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/ |
D | mm_camera_interface.h | 320 int32_t (*stop_streams) (uint32_t camera_handle, uint32_t ch_id, member
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream.cpp | 241 rc = p_mm_ops->ops->stop_streams(mCameraHandle, in streamOff()
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1237 .stop_streams = mm_camera_intf_stop_streams,
|