Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_commands.c51 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_initialize_prevtuningp()
54 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_initialize_prevtuningp()
59 (tctrl->tuning_params.func_tbl->prevframe_callback)); in tuneserver_initialize_prevtuningp()
72 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_deinitialize_prevtuningp()
84 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_getinfo()
138 result = tctrl->tuning_params.func_tbl->command_process( in tuneserver_initialize_tuningp()
152 result = tctrl->tuning_params.func_tbl->command_process( in tuneserver_deinitialize_tuningp()
165 result = tctrl->tuning_params.func_tbl->command_process( in tuneserver_process_get_list_cmd()
178 result = tctrl->tuning_params.func_tbl->command_process in tuneserver_process_get_params_cmd()
191 result = tctrl->tuning_params.func_tbl->command_process( in tuneserver_process_set_params_cmd()
[all …]
H A Dmm_qcamera_app.c1951 if (tuning_param->func_tbl) { in mm_camera_load_tuninglibrary()
1956 tuning_param->func_tbl = (mm_camera_tune_func_t *)tuning_open_lib(); in mm_camera_load_tuninglibrary()
1957 if (!tuning_param->func_tbl) { in mm_camera_load_tuninglibrary()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
H A Dmm_qcamera_app.h131 mm_camera_tune_func_t *func_tbl; member