/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 927 int increase_contrast (mm_camera_lib_handle *lib_handle) { in increase_contrast() argument 934 return mm_camera_lib_send_command(lib_handle, in increase_contrast() 945 int decrease_contrast (mm_camera_lib_handle *lib_handle) { in decrease_contrast() argument 952 return mm_camera_lib_send_command(lib_handle, in decrease_contrast() 963 int decrease_brightness (mm_camera_lib_handle *lib_handle) { in decrease_brightness() argument 970 return mm_camera_lib_send_command(lib_handle, in decrease_brightness() 981 int increase_brightness (mm_camera_lib_handle *lib_handle) { in increase_brightness() argument 988 return mm_camera_lib_send_command(lib_handle, in increase_brightness() 1056 int increase_saturation (mm_camera_lib_handle *lib_handle) { in increase_saturation() argument 1072 return mm_camera_lib_send_command(lib_handle, in increase_saturation() [all …]
|
D | mm_qcamera_commands.c | 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_prevtuningp() local 43 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_prevtuningp() 58 mm_camera_lib_set_preview_usercb(lib_handle, in tuneserver_initialize_prevtuningp() 134 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_tuningp() local 135 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_tuningp() 139 lib_handle, TUNE_CMD_INIT, &client_socket_id, send_buf, send_len); in tuneserver_initialize_tuningp() 217 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle) in tuneserver_close_cam() argument 221 result = mm_camera_lib_close(lib_handle); in tuneserver_close_cam() 237 static int tuneserver_start_cam(mm_camera_lib_handle *lib_handle) 241 result = mm_camera_lib_start_stream(lib_handle); [all …]
|
D | mm_qcamera_socket.c | 341 tuneserver_stop_cam(&tsctrl->lib_handle); 345 tuneserver_close_cam(&tsctrl->lib_handle); 633 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *)data; in eztune_proc() local 701 result = tuneserver_open_cam(lib_handle); in eztune_proc() 707 lib_handle->tsctrl.clientsocket_id = client_socket; in eztune_proc() 708 if (tuneserver_ack_onaccept_initprotocol(&lib_handle->tsctrl) < 0) { in eztune_proc() 713 tuneserver_initialize_tuningp(lib_handle, client_socket, in eztune_proc() 714 lib_handle->tsctrl.proto->send_buf, lib_handle->tsctrl.proto->send_len); in eztune_proc() 718 if (lib_handle->tsctrl.proto == NULL) { in eztune_proc() 725 lib_handle->tsctrl.proto->next_recv_len, 0); in eztune_proc() [all …]
|
D | mm_qcamera_app.c | 1570 int tuneserver_capture(mm_camera_lib_handle *lib_handle, in tuneserver_capture() argument 1576 if ( lib_handle->stream_running ) { in tuneserver_capture() 1578 if ( lib_handle->test_obj.zsl_enabled) { in tuneserver_capture() 1580 if ( ( lib_handle->test_obj.buffer_width != dim->width) || in tuneserver_capture() 1581 ( lib_handle->test_obj.buffer_height = dim->height ) ) { in tuneserver_capture() 1583 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture() 1584 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture() 1586 rc = mm_camera_lib_stop_stream(lib_handle); in tuneserver_capture() 1593 rc = mm_camera_lib_start_stream(lib_handle); in tuneserver_capture() 1603 lib_handle->test_obj.encodeJpeg = 1; in tuneserver_capture() [all …]
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 929 int increase_contrast (mm_camera_lib_handle *lib_handle) { in increase_contrast() argument 936 return mm_camera_lib_send_command(lib_handle, in increase_contrast() 947 int decrease_contrast (mm_camera_lib_handle *lib_handle) { in decrease_contrast() argument 954 return mm_camera_lib_send_command(lib_handle, in decrease_contrast() 965 int decrease_brightness (mm_camera_lib_handle *lib_handle) { in decrease_brightness() argument 972 return mm_camera_lib_send_command(lib_handle, in decrease_brightness() 983 int increase_brightness (mm_camera_lib_handle *lib_handle) { in increase_brightness() argument 990 return mm_camera_lib_send_command(lib_handle, in increase_brightness() 1058 int increase_saturation (mm_camera_lib_handle *lib_handle) { in increase_saturation() argument 1074 return mm_camera_lib_send_command(lib_handle, in increase_saturation() [all …]
|
D | mm_qcamera_commands.c | 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_prevtuningp() local 43 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_prevtuningp() 58 mm_camera_lib_set_preview_usercb(lib_handle, in tuneserver_initialize_prevtuningp() 134 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_tuningp() local 135 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_tuningp() 139 lib_handle, TUNE_CMD_INIT, &client_socket_id, send_buf, send_len); in tuneserver_initialize_tuningp() 217 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle) in tuneserver_close_cam() argument 221 result = mm_camera_lib_close(lib_handle); in tuneserver_close_cam() 237 static int tuneserver_start_cam(mm_camera_lib_handle *lib_handle) 241 result = mm_camera_lib_start_stream(lib_handle); [all …]
|
D | mm_qcamera_socket.c | 334 tuneserver_stop_cam(&tsctrl->lib_handle); 338 tuneserver_close_cam(&tsctrl->lib_handle); 626 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *)data; in eztune_proc() local 689 result = tuneserver_open_cam(lib_handle); in eztune_proc() 695 lib_handle->tsctrl.clientsocket_id = client_socket; in eztune_proc() 696 if (tuneserver_ack_onaccept_initprotocol(&lib_handle->tsctrl) < 0) { in eztune_proc() 701 tuneserver_initialize_tuningp(lib_handle, client_socket, in eztune_proc() 702 lib_handle->tsctrl.proto->send_buf, lib_handle->tsctrl.proto->send_len); in eztune_proc() 706 if (lib_handle->tsctrl.proto == NULL) { in eztune_proc() 713 lib_handle->tsctrl.proto->next_recv_len, 0); in eztune_proc() [all …]
|
D | mm_qcamera_app.c | 1640 int tuneserver_capture(mm_camera_lib_handle *lib_handle, in tuneserver_capture() argument 1646 if ( lib_handle->stream_running ) { in tuneserver_capture() 1648 if ( lib_handle->test_obj.zsl_enabled) { in tuneserver_capture() 1650 if ( ( lib_handle->test_obj.buffer_width != dim->width) || in tuneserver_capture() 1651 ( lib_handle->test_obj.buffer_height = dim->height ) ) { in tuneserver_capture() 1653 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture() 1654 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture() 1656 rc = mm_camera_lib_stop_stream(lib_handle); in tuneserver_capture() 1663 rc = mm_camera_lib_start_stream(lib_handle); in tuneserver_capture() 1673 lib_handle->test_obj.encodeJpeg = 1; in tuneserver_capture() [all …]
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 929 int increase_contrast (mm_camera_lib_handle *lib_handle) { in increase_contrast() argument 936 return mm_camera_lib_send_command(lib_handle, in increase_contrast() 947 int decrease_contrast (mm_camera_lib_handle *lib_handle) { in decrease_contrast() argument 954 return mm_camera_lib_send_command(lib_handle, in decrease_contrast() 965 int decrease_brightness (mm_camera_lib_handle *lib_handle) { in decrease_brightness() argument 972 return mm_camera_lib_send_command(lib_handle, in decrease_brightness() 983 int increase_brightness (mm_camera_lib_handle *lib_handle) { in increase_brightness() argument 990 return mm_camera_lib_send_command(lib_handle, in increase_brightness() 1058 int increase_saturation (mm_camera_lib_handle *lib_handle) { in increase_saturation() argument 1074 return mm_camera_lib_send_command(lib_handle, in increase_saturation() [all …]
|
D | mm_qcamera_commands.c | 42 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_prevtuningp() local 43 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_prevtuningp() 58 mm_camera_lib_set_preview_usercb(lib_handle, in tuneserver_initialize_prevtuningp() 134 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *) ctrl; in tuneserver_initialize_tuningp() local 135 tuningserver_t *tctrl = &lib_handle->tsctrl; in tuneserver_initialize_tuningp() 139 lib_handle, TUNE_CMD_INIT, &client_socket_id, send_buf, send_len); in tuneserver_initialize_tuningp() 217 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle) in tuneserver_close_cam() argument 221 result = mm_camera_lib_close(lib_handle); in tuneserver_close_cam() 237 static int tuneserver_start_cam(mm_camera_lib_handle *lib_handle) 241 result = mm_camera_lib_start_stream(lib_handle); [all …]
|
D | mm_qcamera_socket.c | 334 tuneserver_stop_cam(&tsctrl->lib_handle); 338 tuneserver_close_cam(&tsctrl->lib_handle); 626 mm_camera_lib_handle *lib_handle = (mm_camera_lib_handle *)data; in eztune_proc() local 689 result = tuneserver_open_cam(lib_handle); in eztune_proc() 695 lib_handle->tsctrl.clientsocket_id = client_socket; in eztune_proc() 696 if (tuneserver_ack_onaccept_initprotocol(&lib_handle->tsctrl) < 0) { in eztune_proc() 701 tuneserver_initialize_tuningp(lib_handle, client_socket, in eztune_proc() 702 lib_handle->tsctrl.proto->send_buf, lib_handle->tsctrl.proto->send_len); in eztune_proc() 706 if (lib_handle->tsctrl.proto == NULL) { in eztune_proc() 713 lib_handle->tsctrl.proto->next_recv_len, 0); in eztune_proc() [all …]
|
D | mm_qcamera_app.c | 1640 int tuneserver_capture(mm_camera_lib_handle *lib_handle, in tuneserver_capture() argument 1646 if ( lib_handle->stream_running ) { in tuneserver_capture() 1648 if ( lib_handle->test_obj.zsl_enabled) { in tuneserver_capture() 1650 if ( ( lib_handle->test_obj.buffer_width != dim->width) || in tuneserver_capture() 1651 ( lib_handle->test_obj.buffer_height = dim->height ) ) { in tuneserver_capture() 1653 lib_handle->test_obj.buffer_width = dim->width; in tuneserver_capture() 1654 lib_handle->test_obj.buffer_height = dim->height; in tuneserver_capture() 1656 rc = mm_camera_lib_stop_stream(lib_handle); in tuneserver_capture() 1663 rc = mm_camera_lib_start_stream(lib_handle); in tuneserver_capture() 1673 lib_handle->test_obj.encodeJpeg = 1; in tuneserver_capture() [all …]
|
/device/google/marlin/camera/mm-image-codec/qomx_core/ |
D | qomx_core.c | 220 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW); in OMX_GetHandle() 221 if (NULL == p_core_comp->lib_handle) { in OMX_GetHandle() 229 p_core_comp->create_comp_func = dlsym(p_core_comp->lib_handle, in OMX_GetHandle() 231 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance"); in OMX_GetHandle() 273 dlclose(p_core_comp->lib_handle); in OMX_GetHandle() 274 p_core_comp->lib_handle = NULL; in OMX_GetHandle() 364 rc = dlclose(p_core_comp->lib_handle); in OMX_FreeHandle() 365 p_core_comp->lib_handle = NULL; in OMX_FreeHandle()
|
D | qomx_core.h | 77 void *lib_handle; member
|
/device/huawei/angler/camera/mm-image-codec/qomx_core/ |
D | qomx_core.c | 214 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW); in OMX_GetHandle() 215 if (NULL == p_core_comp->lib_handle) { in OMX_GetHandle() 223 p_core_comp->create_comp_func = dlsym(p_core_comp->lib_handle, in OMX_GetHandle() 225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance"); in OMX_GetHandle() 267 dlclose(p_core_comp->lib_handle); in OMX_GetHandle() 268 p_core_comp->lib_handle = NULL; in OMX_GetHandle() 358 rc = dlclose(p_core_comp->lib_handle); in OMX_FreeHandle() 359 p_core_comp->lib_handle = NULL; in OMX_FreeHandle()
|
D | qomx_core.h | 77 void *lib_handle; member
|
/device/lge/bullhead/camera/mm-image-codec/qomx_core/ |
D | qomx_core.c | 214 p_core_comp->lib_handle = dlopen(p_core_comp->lib_name, RTLD_NOW); in OMX_GetHandle() 215 if (NULL == p_core_comp->lib_handle) { in OMX_GetHandle() 223 p_core_comp->create_comp_func = dlsym(p_core_comp->lib_handle, in OMX_GetHandle() 225 p_core_comp->get_instance = dlsym(p_core_comp->lib_handle, "getInstance"); in OMX_GetHandle() 267 dlclose(p_core_comp->lib_handle); in OMX_GetHandle() 268 p_core_comp->lib_handle = NULL; in OMX_GetHandle() 358 rc = dlclose(p_core_comp->lib_handle); in OMX_FreeHandle() 359 p_core_comp->lib_handle = NULL; in OMX_FreeHandle()
|
D | qomx_core.h | 77 void *lib_handle; member
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_commands.h | 36 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle); 37 int tuneserver_stop_cam(mm_camera_lib_handle *lib_handle); 38 int tuneserver_open_cam(mm_camera_lib_handle *lib_handle);
|
D | mm_qcamera_socket.h | 127 int eztune_server_start(void *lib_handle);
|
D | mm_qcamera_app.h | 132 void *lib_handle; member
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_commands.h | 37 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle); 38 int tuneserver_stop_cam(mm_camera_lib_handle *lib_handle); 39 int tuneserver_open_cam(mm_camera_lib_handle *lib_handle);
|
D | mm_qcamera_socket.h | 111 int eztune_server_start(void *lib_handle);
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_commands.h | 36 int tuneserver_close_cam(mm_camera_lib_handle *lib_handle); 37 int tuneserver_stop_cam(mm_camera_lib_handle *lib_handle); 38 int tuneserver_open_cam(mm_camera_lib_handle *lib_handle);
|
D | mm_qcamera_socket.h | 127 int eztune_server_start(void *lib_handle);
|