Home
last modified time | relevance | path

Searched refs:repro_isp_handle (Results 1 – 5 of 5) sorted by relevance

/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera.h337 uint32_t repro_isp_handle; member
342 uint32_t repro_isp_handle; member
347 uint32_t repro_isp_handle; member
352 uint32_t repro_isp_handle; member
597 uint32_t *repro_isp_handle);
600 uint32_t repro_isp_handle,
604 uint32_t repro_isp_handle,
608 uint32_t repro_isp_handle,
612 uint32_t repro_isp_handle,
616 uint32_t repro_isp_handle,
[all …]
Dmm_camera_interface.h372 uint32_t repro_isp_handle,
377 uint32_t repro_isp_handle,
382 uint32_t repro_isp_handle,
388 uint32_t repro_isp_handle,
393 uint32_t repro_isp_handle,
399 uint32_t repro_isp_handle,
405 uint32_t repro_isp_handle);
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_interface.c896 uint32_t repro_isp_handle = 0; in mm_camera_intf_open_repro_isp() local
907 &repro_isp_handle); in mm_camera_intf_open_repro_isp()
913 return repro_isp_handle; in mm_camera_intf_open_repro_isp()
918 uint32_t repro_isp_handle, in mm_camera_intf_config_repro_isp() argument
932 repro_isp_handle, in mm_camera_intf_config_repro_isp()
944 uint32_t repro_isp_handle, in mm_camera_intf_attach_stream_to_repro_isp() argument
958 repro_isp_handle, in mm_camera_intf_attach_stream_to_repro_isp()
970 uint32_t repro_isp_handle, in mm_camera_intf_start_repro_isp() argument
984 repro_isp_handle, in mm_camera_intf_start_repro_isp()
996 uint32_t repro_isp_handle, in mm_camera_intf_reprocess() argument
[all …]
Dmm_camera.c1946 uint32_t *repro_isp_handle) in mm_camera_open_repro_isp() argument
1966 if (NULL != repro_isp_handle) { in mm_camera_open_repro_isp()
1967 *repro_isp_handle = repro_hdl; in mm_camera_open_repro_isp()
1974 uint32_t repro_isp_handle, in mm_camera_config_repro_isp() argument
1987 payload.repro_isp_handle = repro_isp_handle; in mm_camera_config_repro_isp()
2003 uint32_t repro_isp_handle, in mm_camera_attach_stream_to_repro_isp() argument
2016 payload.repro_isp_handle = repro_isp_handle; in mm_camera_attach_stream_to_repro_isp()
2032 uint32_t repro_isp_handle, in mm_camera_start_repro_isp() argument
2045 payload.repro_isp_handle = repro_isp_handle; in mm_camera_start_repro_isp()
2061 uint32_t repro_isp_handle, in mm_camera_reprocess() argument
[all …]
Dmm_camera_channel.c436 payload->repro_isp_handle, in mm_channel_fsm_fn_stopped()
445 payload->repro_isp_handle, in mm_channel_fsm_fn_stopped()
455 payload->repro_isp_handle, in mm_channel_fsm_fn_stopped()
465 payload->repro_isp_handle, in mm_channel_fsm_fn_stopped()
474 payload->repro_isp_handle, in mm_channel_fsm_fn_stopped()
484 payload->repro_isp_handle, in mm_channel_fsm_fn_stopped()
630 payload->repro_isp_handle, in mm_channel_fsm_fn_active()
640 payload->repro_isp_handle, in mm_channel_fsm_fn_active()
650 payload->repro_isp_handle, in mm_channel_fsm_fn_active()
659 payload->repro_isp_handle, in mm_channel_fsm_fn_active()
[all …]