Home
last modified time | relevance | path

Searched refs:CURRENT_PARAM_ID (Results 1 – 2 of 2) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_intf.h398 #define GET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR) \ argument
399 (TABLE_PTR->entry[CURRENT_PARAM_ID].next_flagged_entry)
401 #define SET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR,NEXT_PARAM_ID) \ argument
402 TABLE_PTR->entry[CURRENT_PARAM_ID].next_flagged_entry=NEXT_PARAM_ID;
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_intf.h379 #define GET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR) \ argument
380 (TABLE_PTR->entry[CURRENT_PARAM_ID].next_flagged_entry)
382 #define SET_NEXT_PARAM_ID(CURRENT_PARAM_ID,TABLE_PTR,NEXT_PARAM_ID) \ argument
383 TABLE_PTR->entry[CURRENT_PARAM_ID].next_flagged_entry=NEXT_PARAM_ID;