Searched refs:PARAM_ID (Results 1 – 3 of 3) sorted by relevance
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | cam_intf.h | 383 #define POINTER_OF(PARAM_ID,TABLE_PTR) \ argument 384 (&(TABLE_PTR->entry[PARAM_ID].data)) 386 #define SET_PARM_VALID_BIT(PARAM_ID,TABLE_PTR,VALID_BIT) \ argument 387 (TABLE_PTR->entry[PARAM_ID].valid=VALID_BIT) 389 #define IS_PARM_VALID(PARAM_ID,TABLE_PTR) \ argument 390 (TABLE_PTR->entry[PARAM_ID].valid) 395 #define SET_FIRST_PARAM_ID(TABLE_PTR,PARAM_ID) \ argument 396 TABLE_PTR->first_flagged_entry=PARAM_ID 404 #define INCLUDE(PARAM_ID,DATATYPE,COUNT) \ argument 405 DATATYPE member_variable_##PARAM_ID[ COUNT ]
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | cam_intf.h | 370 #define POINTER_OF(PARAM_ID,TABLE_PTR) \ argument 371 (&(TABLE_PTR->entry[PARAM_ID].data)) 376 #define SET_FIRST_PARAM_ID(TABLE_PTR,PARAM_ID) \ argument 377 TABLE_PTR->first_flagged_entry=PARAM_ID 385 #define INCLUDE(PARAM_ID,DATATYPE,COUNT) \ argument 386 DATATYPE member_variable_##PARAM_ID[ COUNT ]
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_intf.h | 452 #define INCLUDE(PARAM_ID,DATATYPE,COUNT) \ argument 453 DATATYPE member_variable_##PARAM_ID[ COUNT ]
|