Home
last modified time | relevance | path

Searched refs:detach_stream_from_repro_isp (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_pp.c374 pme->cam->ops->detach_stream_from_repro_isp( in startPreviewPP()
402 pme->cam->ops->detach_stream_from_repro_isp( in startPreviewPP()
421 pme->cam->ops->detach_stream_from_repro_isp( in startPreviewPP()
447 pme->cam->ops->detach_stream_from_repro_isp( in startPreviewPP()
465 pme->cam->ops->detach_stream_from_repro_isp( in startPreviewPP()
514 if (MM_CAMERA_OK != (rc = pme->cam->ops->detach_stream_from_repro_isp( in stopPreviewPP()
566 pme->cam->ops->detach_stream_from_repro_isp( in startRecordPP()
594 pme->cam->ops->detach_stream_from_repro_isp( in startRecordPP()
613 pme->cam->ops->detach_stream_from_repro_isp( in startRecordPP()
662 if (MM_CAMERA_OK != (rc = pme->cam->ops->detach_stream_from_repro_isp( in stopRecordPP()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h397 int32_t (*detach_stream_from_repro_isp) (uint32_t camera_handle, member
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_interface.c1253 .detach_stream_from_repro_isp = mm_camera_intf_detach_stream_from_repro_isp,