Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_pp.c397 pme->cam->ops->stop_repro_isp( in startPreviewPP()
416 pme->cam->ops->stop_repro_isp( in startPreviewPP()
442 pme->cam->ops->stop_repro_isp( in startPreviewPP()
460 pme->cam->ops->stop_repro_isp( in startPreviewPP()
503 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_repro_isp(pme->cam->camera_handle, in stopPreviewPP()
589 pme->cam->ops->stop_repro_isp( in startRecordPP()
608 pme->cam->ops->stop_repro_isp( in startRecordPP()
651 if (MM_CAMERA_OK != (rc = pme->cam->ops->stop_repro_isp(pme->cam->camera_handle, in stopRecordPP()
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h391 int32_t (*stop_repro_isp) (uint32_t camera_handle, member
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_interface.c1252 .stop_repro_isp = mm_camera_intf_stop_repro_isp,