Home
last modified time | relevance | path

Searched refs:inst_handle (Results 1 – 9 of 9) sorted by relevance

/device/moto/shamu/camera/
DQCamera_Intf.h300 uint32_t inst_handle; member
1036 uint32_t inst_handle; /* instance handle */ member
1057 uint32_t inst_handle; /* stream handler */ member
1069 uint32_t inst_handle; /* instance handle of dest stream */ member
/device/asus/flo/camera/
DQCamera_Intf.h300 uint32_t inst_handle; member
1036 uint32_t inst_handle; /* instance handle */ member
1057 uint32_t inst_handle; /* stream handler */ member
1069 uint32_t inst_handle; /* instance handle of dest stream */ member
/device/lge/hammerhead/camera/
DQCamera_Intf.h300 uint32_t inst_handle; member
1036 uint32_t inst_handle; /* instance handle */ member
1057 uint32_t inst_handle; /* stream handler */ member
1069 uint32_t inst_handle; /* instance handle of dest stream */ member
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c1693 src_stream = mm_channel_util_get_stream_by_handler(my_obj, config->src.inst_handle); in mm_channel_config_repro_isp()
1695 CDBG_ERROR("%s: src stream obj not found %d", __func__, config->src.inst_handle); in mm_channel_config_repro_isp()
1700 mm_channel_util_get_stream_by_handler(my_obj, config->dest[i].inst_handle); in mm_channel_config_repro_isp()
1702 CDBG_ERROR("%s: dest stream obj not found %d", __func__, config->dest[i].inst_handle); in mm_channel_config_repro_isp()
1712 repro_cmd.payload.config.src.inst_handle = src_stream->inst_hdl; in mm_channel_config_repro_isp()
1721 repro_cmd.payload.config.src.inst_handle, in mm_channel_config_repro_isp()
1729 repro_cmd.payload.config.dest[i].inst_handle = dest_streams[i]->inst_hdl; in mm_channel_config_repro_isp()
1738 repro_cmd.payload.config.dest[i].inst_handle, in mm_channel_config_repro_isp()
1774 repro_cmd.payload.attach_detach.inst_handle = stream_obj->inst_hdl; in mm_channel_repro_isp_dest_stream_ops()
1845 repro_cmd.payload.reprocess.inst_handle = stream_obj->inst_hdl; in mm_channel_reprocess()
Dmm_camera_stream.c123 uint32_t inst_handle; in get_stream_inst_handle() local
127 v4l2_ioctl.ioctl_ptr = &inst_handle; in get_stream_inst_handle()
128 v4l2_ioctl.len = sizeof(inst_handle); in get_stream_inst_handle()
135 my_obj->inst_hdl = inst_handle; in get_stream_inst_handle()
1582 cam_cid_info.cid_entries[0].inst_handle = my_obj->inst_hdl; in mm_stream_set_cid()
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_stream.c124 uint32_t inst_handle; in get_stream_inst_handle() local
128 v4l2_ioctl.ioctl_ptr = &inst_handle; in get_stream_inst_handle()
129 v4l2_ioctl.len = sizeof(inst_handle); in get_stream_inst_handle()
136 my_obj->inst_hdl = inst_handle; in get_stream_inst_handle()
1485 cam_cid_info.cid_entries[0].inst_handle = my_obj->inst_hdl; in mm_stream_set_cid()
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_pp.c287 config.src.inst_handle = pme->stream[MM_CAMERA_ISP_PIX_OUTPUT1].id; in prepareReprocess()
295 config.dest[0].inst_handle = pme->stream[MM_CAMERA_PREVIEW].id; in prepareReprocess()
300 config.dest[1].inst_handle = pme->stream[MM_CAMERA_VIDEO].id; in prepareReprocess()
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h289 uint32_t inst_handle; member
/device/lge/mako/camera/
DQCamera_Intf.h335 uint32_t inst_handle; member