Searched refs:SET_NEXT_PARAM_ID (Results 1 – 6 of 6) sorted by relevance
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | cam_intf.h | 401 #define SET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR,NEXT_PARAM_ID) \ macro
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | cam_intf.h | 382 #define SET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR,NEXT_PARAM_ID) \ macro
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5985 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch() 5995 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch() 5996 SET_NEXT_PARAM_ID(position, p_table, next); in AddSetParmEntryToBatch() 6038 SET_NEXT_PARAM_ID(position, p_table, current); in AddGetParmEntryToBatch() 6048 SET_NEXT_PARAM_ID(current, p_table, position); in AddGetParmEntryToBatch() 6049 SET_NEXT_PARAM_ID(position, p_table, next); in AddGetParmEntryToBatch()
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 5985 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch() 5995 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch() 5996 SET_NEXT_PARAM_ID(position, p_table, next); in AddSetParmEntryToBatch() 6038 SET_NEXT_PARAM_ID(position, p_table, current); in AddGetParmEntryToBatch() 6048 SET_NEXT_PARAM_ID(current, p_table, position); in AddGetParmEntryToBatch() 6049 SET_NEXT_PARAM_ID(position, p_table, next); in AddGetParmEntryToBatch()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2304 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetParmEntryToBatch() 2314 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetParmEntryToBatch() 2315 SET_NEXT_PARAM_ID(position, p_table, next); in AddSetParmEntryToBatch()
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4503 SET_NEXT_PARAM_ID(position, p_table, current); in AddSetMetaEntryToBatch() 4513 SET_NEXT_PARAM_ID(current, p_table, position); in AddSetMetaEntryToBatch() 4514 SET_NEXT_PARAM_ID(position, p_table, next); in AddSetMetaEntryToBatch()
|