Home
last modified time | relevance | path

Searched refs:GET_NEXT_PARAM_ID (Results 1 – 6 of 6) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/HAL/
DQCameraParameters.cpp5989 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch()
5990 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch()
5994 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
6042 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddGetParmEntryToBatch()
6043 current = GET_NEXT_PARAM_ID(current, p_table); in AddGetParmEntryToBatch()
6046 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddGetParmEntryToBatch()
6047 next=GET_NEXT_PARAM_ID(current, p_table); in AddGetParmEntryToBatch()
/device/asus/flo/camera/QCamera2/HAL/
DQCameraParameters.cpp5989 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch()
5990 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
5993 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch()
5994 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
6042 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddGetParmEntryToBatch()
6043 current = GET_NEXT_PARAM_ID(current, p_table); in AddGetParmEntryToBatch()
6046 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddGetParmEntryToBatch()
6047 next=GET_NEXT_PARAM_ID(current, p_table); in AddGetParmEntryToBatch()
/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_intf.h398 #define GET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR) \ macro
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_intf.h379 #define GET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR) \ macro
/device/asus/flo/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2308 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetParmEntryToBatch()
2309 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
2312 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetParmEntryToBatch()
2313 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetParmEntryToBatch()
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp2715 next_entry = GET_NEXT_PARAM_ID(curr_entry, metadata); in translateFromHalMetadata()
2886 next_entry = GET_NEXT_PARAM_ID(curr_entry, metadata); in translateCbUrgentMetadataToResultMetadata()
4507 while (position > GET_NEXT_PARAM_ID(current, p_table)) in AddSetMetaEntryToBatch()
4508 current = GET_NEXT_PARAM_ID(current, p_table); in AddSetMetaEntryToBatch()
4511 if (position != GET_NEXT_PARAM_ID(current, p_table)) { in AddSetMetaEntryToBatch()
4512 next = GET_NEXT_PARAM_ID(current, p_table); in AddSetMetaEntryToBatch()