Searched refs:destroy_stream_bundle (Results 1 – 5 of 5) sorted by relevance
315 int32_t (*destroy_stream_bundle) (uint32_t camera_handle, uint32_t ch_id); member
658 …if (MM_CAMERA_OK != (rc = pme->cam->ops->destroy_stream_bundle(pme->cam->camera_handle,pme->ch_id)… in mm_app_streamoff_snapshot()834 …if (MM_CAMERA_OK != (rc = pme->cam->ops->destroy_stream_bundle(pme->cam->camera_handle,pme->ch_id)… in mm_app_stop_raw()957 …if (MM_CAMERA_OK != (rc = pme->cam->ops->destroy_stream_bundle(pme->cam->camera_handle,pme->ch_id)… in mm_app_unprepare_live_snapshot()
1372 …if (MM_CAMERA_OK != (rc = pme->cam->ops->destroy_stream_bundle(pme->cam->camera_handle,pme->ch_id)… in mm_app_streamoff_preview_zsl()
2069 ret = mCameraHandle->ops->destroy_stream_bundle(mCameraHandle->camera_handle,mChannelId); in stopPreviewInternal()2365 ret = mCameraHandle->ops->destroy_stream_bundle(mCameraHandle->camera_handle, mChannelId); in cancelPictureInternal()2478 mCameraHandle->ops->destroy_stream_bundle( in takePicture()2490 mCameraHandle->ops->destroy_stream_bundle( in takePicture()2526 mCameraHandle->ops->destroy_stream_bundle( in takePicture()
1235 .destroy_stream_bundle = mm_camera_intf_destroy_bundle,