Searched defs:in_value (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c2020 * @in_value : input configaration
2028 uint32_t trigger, void *in_value)
2066 (void *)in_value,
2026 mm_camera_channel_advanced_capture(mm_camera_obj_t *my_obj, uint32_t ch_id, mm_camera_advanced_capture_t type, uint32_t trigger, void *in_value) argument
H A Dmm_camera_interface.c1873 int8_t trigger, void *in_value)
1887 (uint32_t)trigger, in_value);
1871 mm_camera_intf_process_advanced_capture(uint32_t camera_handle, uint32_t ch_id, mm_camera_advanced_capture_t type, int8_t trigger, void *in_value) argument
H A Dmm_camera_stream.c63 void *in_value);
1520 * @in_value : ptr to a param struct to be set to server
1530 cam_stream_parm_buffer_t *in_value)
1534 if (in_value != NULL) {
1537 LOGE("Failed to set stream parameter type = %d", in_value->type);
1550 * @in_value : ptr to a param struct to be get from server
1560 cam_stream_parm_buffer_t *in_value)
1564 if (in_value != NULL) {
1577 * @in_value : ptr to a struct of actions to be performed by the server
1587 void *in_value)
1529 mm_stream_set_parm(mm_stream_t *my_obj, cam_stream_parm_buffer_t *in_value) argument
1559 mm_stream_get_parm(mm_stream_t *my_obj, cam_stream_parm_buffer_t *in_value) argument
1586 mm_stream_do_action(mm_stream_t *my_obj, void *in_value) argument
[all...]

Completed in 230 milliseconds