Searched refs:ENTRY_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance
44 #define ENTRY_ALIGNMENT ((size_t) 4) macro174 MAX_ALIGNMENT(MAX_ALIGNMENT(DATA_ALIGNMENT, METADATA_ALIGNMENT), ENTRY_ALIGNMENT)286 ALIGN_TO(sizeof(camera_metadata_t), ENTRY_ALIGNMENT); in place_camera_metadata()306 memory_needed = ALIGN_TO(memory_needed, ENTRY_ALIGNMENT); in calculate_camera_metadata_size()428 .alignment = ENTRY_ALIGNMENT in validate_camera_metadata_structure()523 ALIGN_TO((uintptr_t)&entries[i] + alignmentOffset, ENTRY_ALIGNMENT)) { in validate_camera_metadata_structure()526 __FUNCTION__, i, &entries[i], ENTRY_ALIGNMENT); in validate_camera_metadata_structure()