Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_commands.c46 if (tctrl->tuning_params.func_tbl->prevcommand_process == NULL) { in tuneserver_initialize_prevtuningp()
51 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()
97 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_getchunksize()
111 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_getframe()
124 result = tctrl->tuning_params.func_tbl->prevcommand_process( in tuneserver_preview_unsupported()
138 result = tctrl->tuning_params.func_tbl->command_process( in tuneserver_initialize_tuningp()
[all …]
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()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h131 mm_camera_tune_func_t *func_tbl; member